Home
last modified time | relevance | path

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

/xnu-11215/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-11215/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 Dscm_rights_leak.c62 struct iovec iovec = { .iov_base = &data, .iov_len = 1 }; variable
H A Dtcp_send_implied_connect.c97 struct iovec iovec = { .iov_base = "", .iov_len = 0 }; in tcp_send_implied_connect_v4() local
150 struct iovec iovec = { .iov_base = "", .iov_len = 0 }; in tcp_send_implied_connect_v6() local
/xnu-11215/bsd/kern/
H A Dkern_subr.c1443 struct user64_iovec iovec = ((struct user64_iovec *)dst)[i]; in copyin_user_iovec_array() local
1447 struct user32_iovec iovec = ((struct user32_iovec *)dst)[i]; in copyin_user_iovec_array() local