Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 94) sorted by relevance

1234

/sysdeps/unix/sysv/linux/
A Dmmap.c30 # define MMAP_ADJUST_OFFSET(offset) offset argument
34 __mmap (void *addr, size_t len, int prot, int flags, int fd, off_t offset) in __mmap()
A Dreadahead.c24 __readahead (int fd, off64_t offset, size_t count) in __readahead()
A Dpreadv64.c24 preadv64 (int fd, const struct iovec *vector, int count, off64_t offset) in preadv64()
32 preadv64 (int fd, const struct iovec *vector, int count, off64_t offset) in preadv64()
A Dpwritev.c26 pwritev (int fd, const struct iovec *vector, int count, off_t offset) in pwritev()
34 pwritev (int fd, const struct iovec *vector, int count, off_t offset) in pwritev()
A Dpwritev64.c24 pwritev64 (int fd, const struct iovec *vector, int count, off64_t offset) in pwritev64()
32 pwritev64 (int fd, const struct iovec *vector, int count, off64_t offset) in pwritev64()
A Dpreadv.c26 preadv (int fd, const struct iovec *vector, int count, off_t offset) in preadv()
34 preadv (int fd, const struct iovec *vector, int count, off_t offset) in preadv()
A Dpread.c25 __libc_pread (int fd, void *buf, size_t count, off_t offset) in __libc_pread()
A Dpread64.c23 __libc_pread64 (int fd, void *buf, size_t count, off64_t offset) in __libc_pread64()
A Dpwrite.c25 __libc_pwrite (int fd, const void *buf, size_t count, off_t offset) in __libc_pwrite()
A Dpwrite64.c23 __libc_pwrite64 (int fd, const void *buf, size_t count, off64_t offset) in __libc_pwrite64()
A Dpread64_nocancel.c24 __pread64_nocancel (int fd, void *buf, size_t count, off64_t offset) in __pread64_nocancel()
A Dfallocate.c25 fallocate (int fd, int mode, __off_t offset, __off_t len) in fallocate()
A Dfallocate64.c25 fallocate64 (int fd, int mode, __off64_t offset, __off64_t len) in fallocate64()
/sysdeps/sparc/sparc32/
A Dmemset.S23 #define ZERO_BIG_BLOCK(base, offset, source) \ argument
33 #define ZERO_LAST_BLOCKS(base, offset, source) \ argument
/sysdeps/s390/
A Dlibc-tls.c29 __tls_get_offset (size_t m, size_t offset) in __tls_get_offset()
/sysdeps/x86_64/multiarch/
A Dvarshift.h25 __m128i_shift_right (__m128i value, unsigned long int offset) in __m128i_shift_right()
/sysdeps/unix/sysv/linux/mips/mips64/n32/
A Dmmap_internal.h24 #define MMAP_ADJUST_OFFSET(offset) (uint64_t) (uint32_t) offset argument
A Dlseek.c24 __lseek (int fd, off_t offset, int whence) in __lseek()
/sysdeps/unix/sysv/linux/s390/s390-32/
A Dposix_fadvise64.c31 off64_t offset; member
37 __posix_fadvise64_l64 (int fd, off64_t offset, off64_t len, int advise) in __posix_fadvise64_l64()
57 __posix_fadvise64_l32 (int fd, off64_t offset, size_t len, int advise) in __posix_fadvise64_l32()
/sysdeps/sparc/sparc64/
A Dmemset.S28 #define SET_BLOCKS(base, offset, source) \ argument
180 #define ZERO_BLOCKS(base, offset, source) \ argument
/sysdeps/ia64/
A Dlibc-tls.c30 __tls_get_addr (size_t m, size_t offset) in __tls_get_addr()
/sysdeps/posix/
A Dposix_fallocate64.c31 __posix_fallocate64_l64 (int fd, __off64_t offset, __off64_t len) in __posix_fallocate64_l64()
132 __posix_fallocate64_l32 (int fd, off64_t offset, size_t len) in __posix_fallocate64_l32()
/sysdeps/mach/hurd/
A Dlseek64.c24 __libc_lseek64 (int fd, off64_t offset, int whence) in __libc_lseek64()
A Dpread.c24 __libc_pread (int fd, void *buf, size_t nbytes, off_t offset) in __libc_pread()
A Dpwrite.c26 __libc_pwrite (int fd, const void *buf, size_t nbytes, off_t offset) in __libc_pwrite()

Completed in 27 milliseconds

1234