Home
last modified time | relevance | path

Searched defs:iov (Results 1 - 25 of 145) sorted by relevance

123456

/third_party/musl/src/unistd/
H A Dreadv.c4 ssize_t readv(int fd, const struct iovec *iov, int count) in readv() argument
H A Dwritev.c4 ssize_t writev(int fd, const struct iovec *iov, int count) in writev() argument
H A Dpwritev.c6 ssize_t pwritev(int fd, const struct iovec *iov, int count, off_t ofs) in pwritev() argument
H A Dpreadv.c6 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.c7 struct iovec iov[2] = { in __stdio_read() local
[all...]
H A D__stdio_write.c10 struct iovec *iov = iovs; in __stdio_write() local
[all...]
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A D__stdio_read.c7 struct iovec iov[2] = { in __stdio_read() local
[all...]
H A D__stdio_write.c10 struct iovec *iov = iovs; in __stdio_write() local
[all...]
/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A D__stdio_read.c7 struct iovec iov[2] = { in __stdio_read() local
H A D__stdio_write.c10 struct iovec *iov = iovs; in __stdio_write() local
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/unistd/unistd_gtest/
H A Dunistd_writev_test.cpp24 struct iovec iov[2]; in HWTEST_F() local
/third_party/ltp/include/lapi/
H A Dvmsplice.h16 static inline ssize_t vmsplice(int fd, const struct iovec *iov, in vmsplice() argument
H A Dpwritev2.h18 static inline ssize_t pwritev2(int fd, const struct iovec *iov, int iovcnt, in pwritev2() argument
H A Dpreadv2.h22 static inline ssize_t preadv2(int fd, const struct iovec *iov, int iovcnt, in preadv2() argument
/third_party/musl/src/linux/
H A Dvmsplice.c5 ssize_t vmsplice(int fd, const struct iovec *iov, size_t cnt, unsigned flags) in vmsplice() argument
H A Dpwritev2.c6 ssize_t pwritev2(int fd, const struct iovec *iov, int count, off_t ofs, int flags) in pwritev2() argument
H A Dpreadv2.c6 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 Dpwritev.h25 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 Dpreadv.h25 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 Dvmsplice03.c19 static struct iovec *iov; variable
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dpwritev.c30 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 Dwritev.c32 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 Dmain.c14 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 Dtst_netlink.h29 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 Dtst_fill_fs.c77 struct iovec iov[512]; in fill_flat_vec() local

Completed in 9 milliseconds

123456