Home
last modified time | relevance | path

Searched defs:a_iovcount (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.81.5/bsd/kern/
H A Dkern_subr.c707 int a_iovcount, /* number of iovecs */ in uio_init()
749 uio_alloc_iov_array(int a_spacetype, size_t a_iovcount) in uio_alloc_iov_array()
760 uio_free_iov_array(int a_spacetype, void *iovs, size_t a_iovcount) in uio_free_iov_array()
777 uio_create( int a_iovcount, /* number of iovecs */ in uio_create()
812 uio_createwithbuffer( int a_iovcount, /* number of iovecs */ in uio_createwithbuffer()
/xnu-10002.81.5/bsd/sys/
H A Duio_internal.h160 #define UIO_SIZEOF_IOVS( a_iovcount ) \ argument
170 #define UIO_SIZEOF( a_iovcount ) \ argument