Home
last modified time | relevance | path

Searched refs:UIO_SIZEOF (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.1.10/bsd/sys/
H A Duio_internal.h198 #define UIO_SIZEOF( a_iovcount ) \ macro
208 uint64_t name[P2ROUNDUP(UIO_SIZEOF(niov), sizeof(uint64_t)) \
/xnu-11215.1.10/bsd/kern/
H A Dkern_subr.c963 if (a_buffer_size < UIO_SIZEOF(a_iovcount)) { in uio_createwithbuffer()
H A Dkpi_socket.c860 sock, UIO_SIZEOF(msg->msg_iovlen)); in sock_send_internal()
/xnu-11215.1.10/bsd/nfs/
H A Dnfs_serv.c801 uio_buflen = UIO_SIZEOF(mpcnt); in nfsrv_readlink()