Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/sys/ !
H A Duio.h259 #define UIO_SMALLIOV 8 /* 8 on stack, else malloc */ macro
/xnu-12377.81.4/bsd/kern/ !
H A Duipc_syscalls.c1774 UIO_STACKBUF(uio_buf, UIO_SMALLIOV); in sendit_x()
1789 auio = uio_createwithbuffer(UIO_SMALLIOV, 0, in sendit_x()
1792 UIO_SIZEOF(UIO_SMALLIOV)); in sendit_x()