Searched refs:__offset (Results 1 – 5 of 5) sorted by relevance
/misc/ |
A D | tst-preadvwritev2.c | 19 #define PREADV(__fd, __iov, __iovcnt, __offset) \ argument 20 preadv2 (__fd, __iov, __iovcnt, __offset, 0) 22 #define PWRITEV(__fd, __iov, __iovcnt, __offset) \ argument 23 pwritev2 (__fd, __iov, __iovcnt, __offset, 0)
|
A D | tst-preadvwritev64v2.c | 21 #define PREADV(__fd, __iov, __iovcnt, __offset) \ argument 22 preadv2 (__fd, __iov, __iovcnt, __offset, 0) 24 #define PWRITEV(__fd, __iov, __iovcnt, __offset) \ argument 25 pwritev2 (__fd, __iov, __iovcnt, __offset, 0)
|
A D | tst-preadvwritev-common.c | 50 # define PREADV(__fd, __iov, __iovcnt, __offset) \ argument 51 preadv (__fd, __iov, __iovcnt, __offset) 55 # define PWRITEV(__fd, __iov, __iovcnt, __offset) \ argument 56 pwritev (__fd, __iov, __iovcnt, __offset)
|
/misc/sys/ |
A D | uio.h | 68 __off_t __offset) 81 __off_t __offset) 87 int __count, __off64_t __offset), 91 int __count, __off64_t __offset), 111 __off64_t __offset) 124 __off64_t __offset) 134 __off_t __offset, int ___flags) 139 __off_t __offset, int __flags) __wur; 149 int __count, __off64_t __offset, 162 int __count, __off64_t __offset, [all …]
|
A D | mman.h | 58 int __flags, int __fd, __off_t __offset) __THROW; 63 int __flags, int __fd, __off64_t __offset), 71 int __flags, int __fd, __off64_t __offset) __THROW;
|
Completed in 10 milliseconds