Home
last modified time | relevance | path

Searched refs:offset (Results 1 – 12 of 12) sorted by relevance

/misc/
A Dmmap64.c33 __off64_t offset) in __mmap64() argument
35 off_t small_offset = (off_t) offset; in __mmap64()
37 if (small_offset != offset) in __mmap64()
A Dpwritev.c29 pwritev (int fd, const struct iovec *vector, int count, off_t offset) in pwritev() argument
A Dpwritev64.c29 pwritev64 (int fd, const struct iovec *vector, int count, off64_t offset) in pwritev64() argument
A Dpreadv.c29 preadv (int fd, const struct iovec *vector, int count, off_t offset) in preadv() argument
A Dpreadv64.c29 preadv64 (int fd, const struct iovec *vector, int count, off64_t offset) in preadv64() argument
A Dpwritev2.c24 pwritev2 (int fd, const struct iovec *vector, int count, off_t offset, in pwritev2() argument
A Dpwritev64v2.c24 pwritev64v2 (int fd, const struct iovec *vector, int count, off64_t offset, in pwritev64v2() argument
A Dpreadv2.c24 preadv2 (int fd, const struct iovec *vector, int count, off_t offset, in preadv2() argument
A Dpreadv64v2.c24 preadv64v2 (int fd, const struct iovec *vector, int count, off64_t offset, in preadv64v2() argument
A Dmmap.c32 __mmap (void *addr, size_t len, int prot, int flags, int fd, off_t offset) in __mmap() argument
A Dtst-preadvwritev-common.c96 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 Dstab.def105 /* 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