/third_party/musl/src/unistd/ |
H A D | readv.c | 4 ssize_t readv(int fd, const struct iovec *iov, int count) in readv() argument
|
H A D | writev.c | 4 ssize_t writev(int fd, const struct iovec *iov, int count) in writev() argument
|
H A D | pwritev.c | 6 ssize_t pwritev(int fd, const struct iovec *iov, int count, off_t ofs) in pwritev() argument
|
H A D | preadv.c | 6 ssize_t preadv(int fd, const struct iovec *iov, int count, off_t ofs) in preadv() argument
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
H A D | __stdio_read.c | 7 struct iovec iov[2] = {
in __stdio_read() local [all...] |
H A D | __stdio_write.c | 10 struct iovec *iov = iovs;
in __stdio_write() local [all...] |
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
H A D | __stdio_read.c | 7 struct iovec iov[2] = {
in __stdio_read() local [all...] |
H A D | __stdio_write.c | 10 struct iovec *iov = iovs;
in __stdio_write() local [all...] |
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
H A D | __stdio_read.c | 7 struct iovec iov[2] = { in __stdio_read() local
|
H A D | __stdio_write.c | 10 struct iovec *iov = iovs; in __stdio_write() local [all...] |
/third_party/musl/libc-test/src/functionalext/supplement/unistd/unistd_gtest/ |
H A D | unistd_writev_test.cpp | 24 struct iovec iov[2]; in HWTEST_F() local
|
/third_party/ltp/include/lapi/ |
H A D | vmsplice.h | 16 static inline ssize_t vmsplice(int fd, const struct iovec *iov, in vmsplice() argument
|
H A D | pwritev2.h | 18 static inline ssize_t pwritev2(int fd, const struct iovec *iov, int iovcnt, in pwritev2() argument
|
H A D | preadv2.h | 22 static inline ssize_t preadv2(int fd, const struct iovec *iov, int iovcnt, in preadv2() argument
|
/third_party/musl/src/linux/ |
H A D | vmsplice.c | 5 ssize_t vmsplice(int fd, const struct iovec *iov, size_t cnt, unsigned flags) in vmsplice() argument
|
H A D | pwritev2.c | 6 ssize_t pwritev2(int fd, const struct iovec *iov, int count, off_t ofs, int flags) in pwritev2() argument
|
H A D | preadv2.c | 6 ssize_t preadv2(int fd, const struct iovec *iov, int count, off_t ofs, int flags) in preadv2() argument
|
/third_party/ltp/testcases/kernel/syscalls/pwritev/ |
H A D | pwritev.h | 25 int pwritev(int fd, const struct iovec *iov, int iovcnt, off_t offset) in pwritev() argument
|
/third_party/ltp/testcases/kernel/syscalls/preadv/ |
H A D | preadv.h | 25 int preadv(int fd, const struct iovec *iov, int iovcnt, off_t offset) in preadv() argument
|
/third_party/ltp/testcases/kernel/syscalls/vmsplice/ |
H A D | vmsplice03.c | 19 static struct iovec *iov; variable
|
/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
H A D | pwritev.c | 30 struct iovec iov[2]; in pwritev_0100() local 59 struct iovec iov[2]; in pwritev_0200() local 92 struct iovec iov[2]; pwritev_0300() local [all...] |
H A D | writev.c | 32 struct iovec iov[2]; in writev_0100() local 54 struct iovec iov[2]; writev_0200() local [all...] |
/third_party/libuv/docs/code/uvcat/ |
H A D | main.c | 14 static uv_buf_t iov; variable 21 uv_fs_read(uv_default_loop(), &read_req, open_req.result, &iov, 1, -1, on_read); in on_write() local 36 uv_fs_write(uv_default_loop(), &write_req, 1, &iov, 1, -1, on_write); in on_read() local 47 &iov, 1, -1, on_read); in on_open() local
|
/third_party/ltp/include/ |
H A D | tst_netlink.h | 29 struct iovec iov[2] = { in safe_netlink_send() local 63 struct iovec iov = { nl_headers_buf, buf_len }; in safe_netlink_recv() local
|
/third_party/ltp/lib/ |
H A D | tst_fill_fs.c | 77 struct iovec iov[512]; in fill_flat_vec() local
|