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

/external/strace/
H A Dutil.c680 } iovu; local
681 #define iov iovu.iov64
683 (current_wordsize == 4 ? sizeof(*iovu.iov32) : sizeof(*iovu.iov64))
685 (current_wordsize == 4 ? (uint64_t) iovu.iov32[i].base : iovu.iov64[i].base)
687 (current_wordsize == 4 ? (uint64_t) iovu.iov32[i].len : iovu.iov64[i].len)

Completed in 71 milliseconds