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

/seL4-refos-master/libs/libmuslc/src/unistd/
H A Dreadv.c5 ssize_t readv(int fd, const struct iovec *iov, int count) argument
H A Dwritev.c5 ssize_t writev(int fd, const struct iovec *iov, int count) argument
H A Dpreadv.c7 ssize_t preadv(int fd, const struct iovec *iov, int count, off_t ofs) argument
H A Dpwritev.c7 ssize_t pwritev(int fd, const struct iovec *iov, int count, off_t ofs) argument
/seL4-refos-master/libs/libmuslc/src/stdio/
H A D__stdio_read.c6 struct iovec iov[2] = { local
H A D__stdio_write.c10 struct iovec *iov = iovs; local
[all...]
/seL4-refos-master/libs/libmuslc/src/linux/
H A Dvmsplice.c5 ssize_t vmsplice(int fd, const struct iovec *iov, size_t cnt, unsigned flags) argument
/seL4-refos-master/libs/librefossys/src/
H A Dsys_io.c92 _sys_writev(int fildes, struct iovec *iov, int iovcnt) argument
156 struct iovec *iov = va_arg(ap, struct iovec *); local
167 struct iovec iov = { local
176 _sys_readv(int fildes, struct iovec *iov, int iovcnt) argument
232 struct iovec *iov = va_arg(ap, struct iovec *); local
243 struct iovec iov = { local
[all...]
/seL4-refos-master/projects/refos/impl/libs/librefossys/src/
H A Dsys_io.c92 _sys_writev(int fildes, struct iovec *iov, int iovcnt) argument
156 struct iovec *iov = va_arg(ap, struct iovec *); local
167 struct iovec iov = { local
176 _sys_readv(int fildes, struct iovec *iov, int iovcnt) argument
232 struct iovec *iov = va_arg(ap, struct iovec *); local
243 struct iovec iov = { local
[all...]
/seL4-refos-master/libs/libsel4muslcsys/src/
H A Dvsyscall.c101 struct iovec *iov = va_arg(ap, struct iovec *); local
H A Dsys_io.c284 struct iovec *iov = va_arg(ap, struct iovec *); local
336 struct iovec iov = {.iov_base = buf, .iov_len = count }; local
343 struct iovec *iov = va_arg(ap, struct iovec *); local
382 struct iovec iov = {.iov_base = buf, .iov_len = count }; local
[all...]
/seL4-refos-master/projects/seL4_libs/libsel4muslcsys/src/
H A Dvsyscall.c101 struct iovec *iov = va_arg(ap, struct iovec *); local
H A Dsys_io.c284 struct iovec *iov = va_arg(ap, struct iovec *); local
336 struct iovec iov = {.iov_base = buf, .iov_len = count }; local
343 struct iovec *iov = va_arg(ap, struct iovec *); local
382 struct iovec iov = {.iov_base = buf, .iov_len = count }; local
[all...]

Completed in 57 milliseconds