Searched refs:iovecs (Results 1 – 4 of 4) sorted by relevance
| /xnu-8019.80.24/bsd/sys/ |
| H A D | uio_internal.h | 134 union iovecs { union 173 typedef char __attribute__((aligned(_Alignof(union iovecs)))) uio_stackbuf_t;
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | kern_subr.c | 704 void *iovecs) /* pointer to iovec array */ in uio_init() argument 733 uio->uio_iovbase = iovecs; in uio_init() 734 uio->uio_iovs = iovecs; in uio_init() 776 void *iovecs; in uio_create() local 783 iovecs = uio_alloc_iov_array(a_spacetype, (size_t)a_iovcount); in uio_create() 785 uio_init(uio, a_iovcount, a_offset, a_spacetype, a_iodirection, iovecs); in uio_create() 813 void *iovecs = NULL; in uio_createwithbuffer() local 824 iovecs = (uint8_t *)uio + sizeof(struct uio); in uio_createwithbuffer() 828 uio_init(uio, a_iovcount, a_offset, a_spacetype, a_iodirection, iovecs); in uio_createwithbuffer()
|
| /xnu-8019.80.24/tests/ |
| H A D | ipsec.m | 365 struct iovec iovecs[1] = { 371 iovecs, 372 sizeof(iovecs) / sizeof(iovecs[0]),
|
| H A D | pfkey.c | 170 struct iovec iovecs[1] = { in recv_pfkey_message() local 176 iovecs, in recv_pfkey_message() 177 sizeof(iovecs) / sizeof(iovecs[0]), in recv_pfkey_message()
|