Searched refs:iovu (Results 1 - 1 of 1) sorted by relevance

/external/strace/
H A Dutil.c850 } iovu; local
851 #define iov iovu.iov64
853 (current_wordsize == 4 ? sizeof(*iovu.iov32) : sizeof(*iovu.iov64))
855 (current_wordsize == 4 ? (uint64_t) iovu.iov32[i].base : iovu.iov64[i].base)
857 (current_wordsize == 4 ? (uint64_t) iovu.iov32[i].len : iovu.iov64[i].len)

Completed in 41 milliseconds