Searched refs:iovec (Results 1 - 11 of 11) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/_types/
H A D_iovec_t.h30 struct iovec { struct
/darwin-on-arm/xnu/bsd/sys/
H A Duio.h90 struct iovec { struct
100 * UIO_READ - data moves into iovec(s) associated with uio_t
101 * UIO_WRITE - data moves out of iovec(s) associated with uio_t
176 * uio_addiov - add an iovec to the given uio_t. You may call this up to
183 * uio_getiov - get iovec data associated with the given uio_t. Use
184 * a_index to iterate over each iovec (0 to (uio_iovcnt(uio_t) - 1)).
196 * This call adjusts decrements the current iovec length and residual IO,
197 * and increments the current iovec base address and offset value.
243 * uio_curriovbase - return the base address of the current iovec associated
249 * uio_curriovlen - return the length value of the current iovec associate
[all...]
H A Dsocket.h132 * [XSI] The iovec structure shall be defined as described in <sys/uio.h>.
136 struct iovec { struct
675 struct iovec *msg_iov; /* [XSI] scatter/gather array */
868 struct iovec *msg_iov; /* scatter/gather array */
890 struct iovec *headers; /* pointer to an array of header struct iovec's */
891 int hdr_cnt; /* number of header iovec's */
892 struct iovec *trailers; /* pointer to an array of trailer struct iovec's */
893 int trl_cnt; /* number of trailer iovec'
[all...]
/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dwritev.c46 struct iovec *ts_iov;
112 ts->ts_iov = (struct iovec *)malloc(
113 optv * sizeof (struct iovec));
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_subr.c377 * uio_curriovbase - return the base address of the current iovec associated
400 * uio_curriovlen - return the length value of the current iovec associated
422 * uio_setcurriovlen - set the length value of the current iovec associated
699 * uio_iovsaddr - get the address of the iovec array for the given uio_t.
826 * uio_addiov - add an iovec to the given uio_t. You may call this up to
869 * uio_getiov - get iovec data associated with the given uio_t. Use
870 * a_index to iterate over each iovec (0 to (uio_iovcnt(uio_t) - 1)).
934 /* position to first non zero length iovec (4235922) */
950 /* position to first non zero length iovec (4235922) */
964 * This call decrements the current iovec lengt
1164 struct user64_iovec iovec = ((struct user64_iovec *)dst)[i]; local
1168 struct user32_iovec iovec = ((struct user32_iovec *)dst)[i]; local
[all...]
H A Dkpi_socket.c691 struct iovec *tempp = msg->msg_iov;
811 struct iovec *tempp = msg->msg_iov;
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dsocket_tests.c127 struct iovec my_iov[4];
292 struct iovec my_iov;
H A Dtests.c192 struct iovec my_iovs[2];
/darwin-on-arm/xnu/bsd/netat/
H A Dappletalk.h265 struct iovec resp[ATP_TRESP_MAX]; /* Buffer for response data */
/darwin-on-arm/xnu/bsd/nfs/
H A Dkrpc_subr.c403 struct iovec aio;
H A Dnfs_socket.c2662 struct iovec aio;
3197 struct iovec aio;

Completed in 60 milliseconds