Searched refs:vmsplice (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/include/ |
D | fcntl.h | 180 ssize_t vmsplice(int __fd, const struct iovec* __iov, size_t __count, unsigned int __flags) __INTRO…
|
/bionic/tests/ |
D | fcntl_test.cpp | 199 TEST(fcntl, vmsplice) { in TEST() argument 208 ssize_t bytes_written = vmsplice(pipe_fds[1], v, sizeof(v)/sizeof(iovec), 0); in TEST()
|
/bionic/docs/ |
D | status.md | 178 * <fcntl.h> `fallocate`, `posix_fadvise`, `posix_fallocate`, `splice`, `tee`, `vmsplice`.
|
/bionic/libc/ |
D | SYSCALLS.TXT | 309 ssize_t vmsplice(int, const struct iovec*, size_t, unsigned int) all
|
D | libc.map.txt | 1140 vmsplice; # introduced=21
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1140 vmsplice; # introduced=21
|