Searched refs:iov32 (Results 1 – 2 of 2) sorted by relevance
75 struct { u_int32_t base; u_int32_t len; } iov32; in tprint_iov_upto() member79 (current_wordsize == 4 ? sizeof(iov.iov32) : sizeof(iov.iov64)) in tprint_iov_upto()81 (current_wordsize == 4 ? (uint64_t) iov.iov32.base : iov.iov64.base) in tprint_iov_upto()83 (current_wordsize == 4 ? (uint64_t) iov.iov32.len : iov.iov64.len) in tprint_iov_upto()
678 struct { u_int32_t base; u_int32_t len; } *iov32; in dumpiov() member683 (current_wordsize == 4 ? sizeof(*iovu.iov32) : sizeof(*iovu.iov64)) in dumpiov()685 (current_wordsize == 4 ? (uint64_t) iovu.iov32[i].base : iovu.iov64[i].base) in dumpiov()687 (current_wordsize == 4 ? (uint64_t) iovu.iov32[i].len : iovu.iov64[i].len) in dumpiov()