Searched defs:iovec (Results 1 – 10 of 10) sorted by relevance
12 struct iovec { struct13 void* iov_base; /* Pointer to data. */14 size_t iov_len; /* Length of data. */
7 struct iovec struct13 ssize_t readv(int fildes, const struct iovec *iov, int iovcnt); argument
16 struct iovec struct18 void __user *iov_base; /* BSD uses caddr_t (1003.1g requires void *) */19 __kernel_size_t iov_len; /* Must be size_t (1003.1g) */
90 struct iovec { struct91 void* iov_base;92 size_t iov_len;
37 struct iovec iovec; in aarch64_read_gregs() local47 struct iovec iovec; in aarch64_write_gregs() local58 struct iovec iovec; in aarch64_read_fregs() local
166 struct iovec* iovec() { return !Empty() ? &iovec_[0] : NULL; } in iovec() function169 const struct iovec* iovec() const { return !Empty() ? &iovec_[0] : NULL; } in iovec() function
95 bool VerifyIovec(const iovec& iovec, StringPiece expected) { in VerifyIovec()
168 struct iovec { struct177 ssize_t readv(int fd, const struct iovec *iov, int iov_cnt); argument
555 struct iovec iovec; in getregs() local668 struct iovec iovec; in setregs() local
296 struct iovec { struct297 ULONG len;298 CHAR FAR *buf;