Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/sys/
H A Duio_internal.h188 #define UIO_SIZEOF_IOVS( a_iovcount ) \ macro
200 + UIO_SIZEOF_IOVS(a_iovcount) )
/xnu-11215.1.10/bsd/kern/
H A Dkern_subr.c892 size_t bytes = UIO_SIZEOF_IOVS(a_iovcount); in uio_alloc_iov_array()
902 size_t bytes = UIO_SIZEOF_IOVS(a_iovcount); in uio_free_iov_array()
1003 bzero(my_iovs, UIO_SIZEOF_IOVS(my_max_iovs)); in _uio_reset()
1384 n = UIO_SIZEOF_IOVS(new_uio->uio_iovcnt); in uio_duplicate()