Home
last modified time | relevance | path

Searched refs:UIO_SIZEOF_IOVS (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.141.3/bsd/sys/
H A Duio_internal.h160 #define UIO_SIZEOF_IOVS( a_iovcount ) \ macro
171 ( sizeof(struct uio) + UIO_SIZEOF_IOVS(a_iovcount) )
/xnu-8796.141.3/bsd/kern/
H A Dkern_subr.c755 size_t bytes = UIO_SIZEOF_IOVS(a_iovcount); in uio_alloc_iov_array()
765 size_t bytes = UIO_SIZEOF_IOVS(a_iovcount); in uio_free_iov_array()
923 bzero(my_iovs, UIO_SIZEOF_IOVS(my_max_iovs)); in uio_reset()
1335 n = UIO_SIZEOF_IOVS(new_uio->uio_iovcnt); in uio_duplicate()