Searched defs:iovec (Results 1 – 10 of 10) sorted by relevance
/dflybsd-src/sys/sys/ |
H A D | _iovec.h | 43 struct iovec { struct 44 void *iov_base; /* Base address. */ 45 size_t iov_len; /* Length. */
|
/dflybsd-src/crypto/openssh/ |
H A D | atomicio.c | 105 atomiciov6(ssize_t (*f) (int, const struct iovec *, int), int fd, in atomiciov6() 175 atomiciov(ssize_t (*f) (int, const struct iovec *, int), int fd, in atomiciov()
|
/dflybsd-src/games/mille/ |
H A D | varpush.c | 46 varpush(int file, ssize_t (*func)(int, const struct iovec *, int)) in varpush()
|
/dflybsd-src/contrib/binutils-2.34/gold/ |
H A D | fileread.cc | 87 struct iovec { void* iov_base; size_t iov_len; }; argument 89 readv(int, const iovec*, int) in readv()
|
/dflybsd-src/contrib/binutils-2.27/gold/ |
H A D | fileread.cc | 87 struct iovec { void* iov_base; size_t iov_len; }; argument 89 readv(int, const iovec*, int) in readv()
|
/dflybsd-src/libexec/talkd/ |
H A D | announce.c | 93 struct iovec iovec; in print_mesg() local
|
/dflybsd-src/sys/opencrypto/ |
H A D | cryptodev.c | 77 struct iovec iovec; member
|
/dflybsd-src/contrib/gdb-7/bfd/ |
H A D | bfd-in2.h | 5845 const struct bfd_iovec *iovec; member
|
/dflybsd-src/contrib/binutils-2.27/bfd/ |
H A D | bfd-in2.h | 6571 const struct bfd_iovec *iovec; member
|
/dflybsd-src/contrib/binutils-2.34/bfd/ |
H A D | bfd-in2.h | 6460 const struct bfd_iovec *iovec; member
|