Searched defs:iovec (Results 1 – 13 of 13) sorted by relevance
| /trueos/include/apple/sys/_types/ |
| HD | _iovec_t.h | 30 struct iovec { struct 31 void * iov_base; /* [XSI] Base address of I/O memory region */ 32 size_t iov_len; /* [XSI] Size of region iov_base points to */
|
| /trueos/contrib/apr/include/ |
| HD | apr_want.h | 94 struct iovec struct 96 void *iov_base; 97 size_t iov_len;
|
| /trueos/sys/sys/ |
| HD | _iovec.h | 43 struct iovec { struct 44 void *iov_base; /* Base address. */ 45 size_t iov_len; /* Length. */
|
| /trueos/crypto/openssh/ |
| HD | atomicio.c | 100 atomiciov6(ssize_t (*f) (int, const struct iovec *, int), int fd, in atomiciov6() 165 atomiciov(ssize_t (*f) (int, const struct iovec *, int), int fd, in atomiciov()
|
| /trueos/tools/regression/sockets/unix_passfd/ |
| HD | unix_passfd.c | 115 struct iovec iovec; in sendfd_payload() local 161 struct iovec iovec; in recvfd_payload() local
|
| /trueos/libexec/talkd/ |
| HD | announce.c | 97 struct iovec iovec; in print_mesg() local
|
| /trueos/sys/xen/xenstore/ |
| HD | xenstore.c | 853 const struct iovec *iovec, u_int num_vecs, u_int *len, void **result) in xs_talkv() 929 struct iovec iovec; in xs_single() local 1334 struct iovec iovec[2]; in xs_write() local
|
| /trueos/sys/powerpc/wii/ |
| HD | wii_ipcreg.h | 88 intptr_t iovec; member
|
| /trueos/sys/opencrypto/ |
| HD | cryptodev.c | 274 struct iovec iovec; member
|
| /trueos/crypto/heimdal/lib/roken/ |
| HD | roken.h.in | 377 #define iovec _WSABUF macro
|
| /trueos/contrib/ntp/ntpd/ |
| HD | ntp_io.c | 2986 struct iovec iovec; in read_network_packet() local
|
| /trueos/contrib/binutils/bfd/ |
| HD | bfd-in2.h | 4589 const struct bfd_iovec *iovec; member
|
| /trueos/gnu/usr.bin/binutils/libbfd/ |
| HD | bfd.h | 4596 const struct bfd_iovec *iovec; member
|