Searched refs:offset (Results 1 – 12 of 12) sorted by relevance
/misc/ |
A D | mmap64.c | 33 __off64_t offset) in __mmap64() argument 35 off_t small_offset = (off_t) offset; in __mmap64() 37 if (small_offset != offset) in __mmap64()
|
A D | pwritev.c | 29 pwritev (int fd, const struct iovec *vector, int count, off_t offset) in pwritev() argument
|
A D | pwritev64.c | 29 pwritev64 (int fd, const struct iovec *vector, int count, off64_t offset) in pwritev64() argument
|
A D | preadv.c | 29 preadv (int fd, const struct iovec *vector, int count, off_t offset) in preadv() argument
|
A D | preadv64.c | 29 preadv64 (int fd, const struct iovec *vector, int count, off64_t offset) in preadv64() argument
|
A D | pwritev2.c | 24 pwritev2 (int fd, const struct iovec *vector, int count, off_t offset, in pwritev2() argument
|
A D | pwritev64v2.c | 24 pwritev64v2 (int fd, const struct iovec *vector, int count, off64_t offset, in pwritev64v2() argument
|
A D | preadv2.c | 24 preadv2 (int fd, const struct iovec *vector, int count, off_t offset, in preadv2() argument
|
A D | preadv64v2.c | 24 preadv64v2 (int fd, const struct iovec *vector, int count, off64_t offset, in preadv64v2() argument
|
A D | mmap.c | 32 __mmap (void *addr, size_t len, int prot, int flags, int fd, off_t offset) in __mmap() argument
|
A D | tst-preadvwritev-common.c | 96 do_test_with_offset (off_t offset) in do_test_with_offset() argument 114 ret = PWRITEV (temp_fd, iov, 2, offset); in do_test_with_offset() 120 ret = PWRITEV (temp_fd, iov, 2, sizeof buf1 + sizeof buf2 + offset); in do_test_with_offset() 138 ret = PREADV (temp_fd, iov, 2, offset); in do_test_with_offset() 149 ret = PREADV (temp_fd, iov, 2, sizeof buf3 + sizeof buf4 + offset); in do_test_with_offset()
|
/misc/bits/ |
A D | stab.def | 105 /* Structure or union element. Value is offset in the structure. */ 112 /* Automatic variable in the stack. Value is offset from frame pointer. 125 /* Parameter variable. Value is offset from argument pointer.
|
Completed in 14 milliseconds