Home
last modified time | relevance | path

Searched defs:iovec (Results 1 – 6 of 6) sorted by relevance

/xnu-8792.81.2/bsd/sys/_types/
H A D_iovec_t.h31 struct iovec { struct
32 void * iov_base; /* [XSI] Base address of I/O memory region */
33 size_t iov_len; /* [XSI] Size of region iov_base points to */
/xnu-8792.81.2/tests/
H A Dfd_send.c20 struct iovec iovec[1]; in send_fd() local
52 struct iovec iovec[1]; in recv_fd() local
H A Dunp_externalize_fd_alloc.c29 struct iovec iovec[1]; variable
H A Dtcp_send_implied_connect.c95 struct iovec iovec = { .iov_base = "", .iov_len = 0 }; in tcp_send_implied_connect_v4() local
148 struct iovec iovec = { .iov_base = "", .iov_len = 0 }; in tcp_send_implied_connect_v6() local
H A Dscm_rights_leak.c62 struct iovec iovec = { .iov_base = &data, .iov_len = 1 }; variable
/xnu-8792.81.2/bsd/kern/
H A Dkern_subr.c1394 struct user64_iovec iovec = ((struct user64_iovec *)dst)[i]; in copyin_user_iovec_array() local
1398 struct user32_iovec iovec = ((struct user32_iovec *)dst)[i]; in copyin_user_iovec_array() local