| /netbsd-src/external/cddl/osnet/dist/lib/libctf/common/ |
| H A D | ctf_lib.c | 242 if ((nbytes = pread64(fd, &hdr.ctf, sizeof (hdr), 0)) <= 0) in ctf_fdopen() 313 if (pread64(fd, &x32, sizeof (x32), in ctf_fdopen() 323 if (pread64(fd, &x64, sizeof (x64), in ctf_fdopen() 350 if ((sp32 = malloc(nbytes)) == NULL || pread64(fd, in ctf_fdopen() 362 } else if (pread64(fd, sp, nbytes, hdr.e64.e_shoff) != nbytes) { in ctf_fdopen()
|
| /netbsd-src/external/cddl/osnet/include/ |
| H A D | unistd.h | 39 #define pread64 pread macro
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
| H A D | unistd.d | 2458 ssize_t pread64(int, void*, size_t, off_t); 2459 alias pread64 pread; 2649 alias pread pread64; 2664 ssize_t pread64(int, void*, size_t, off64_t); 2665 alias pread64 pread; 2708 ssize_t pread64(int, void*, size_t, off_t); 2709 alias pread64 pread;
|
| /netbsd-src/external/bsd/file/dist/src/ |
| H A D | seccomp.c | 225 ALLOW_RULE(pread64); in enable_sandbox_full()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/ |
| H A D | sanitizer_wrappers.cc | 172 LLVM_SYMBOLIZER_INTERCEPTOR4(pread64, ssize_t(int, void *, size_t, off64_t))
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/ |
| H A D | asan_test.cc | 823 TEST(AddressSanitizer, pread64) { in TEST() argument 824 READ_TEST(pread64(fd, x, 15, 0)); in TEST()
|
| /netbsd-src/external/cddl/osnet/dist/lib/libzpool/common/ |
| H A D | kernel.c | 563 iolen = pread64(vp->v_fd, addr, len, offset); in vn_rdwr()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 1617 PRE_SYSCALL(pread64)(long fd, void *buf, long count, long pos) {} 1619 POST_SYSCALL(pread64)(long res, long fd, void *buf, long count, long pos) { 1632 PRE_SYSCALL(pread64)(long fd, void *buf, long count, long pos0, long pos1) {} 1634 POST_SYSCALL(pread64)(long res, long fd, void *buf, long count, long pos0,
|
| H A D | sanitizer_common_interceptors.inc | 1027 INTERCEPTOR(SSIZE_T, pread64, int fd, void *ptr, SIZE_T count, OFF64_T offset) { 1029 COMMON_INTERCEPTOR_ENTER(ctx, pread64, fd, ptr, count, offset); 1034 SSIZE_T res = REAL(pread64)(fd, ptr, count, offset); 1039 #define INIT_PREAD64 COMMON_INTERCEPT_FUNCTION(pread64)
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 1615 PRE_SYSCALL(pread64)(long fd, void *buf, long count, long pos) {} 1617 POST_SYSCALL(pread64)(long res, long fd, void *buf, long count, long pos) { 1630 PRE_SYSCALL(pread64)(long fd, void *buf, long count, long pos0, long pos1) {} 1632 POST_SYSCALL(pread64)(long res, long fd, void *buf, long count, long pos0,
|
| H A D | sanitizer_common_interceptors.inc | 1054 INTERCEPTOR(SSIZE_T, pread64, int fd, void *ptr, SIZE_T count, OFF64_T offset) { 1056 COMMON_INTERCEPTOR_ENTER(ctx, pread64, fd, ptr, count, offset); 1061 SSIZE_T res = REAL(pread64)(fd, ptr, count, offset); 1066 #define INIT_PREAD64 COMMON_INTERCEPT_FUNCTION(pread64)
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 1735 PRE_SYSCALL(pread64)(long fd, void *buf, long count, long pos) {} 1737 POST_SYSCALL(pread64)(long res, long fd, void *buf, long count, long pos) { 1752 PRE_SYSCALL(pread64)(long fd, void *buf, long count, long pos0, long pos1) {} 1754 POST_SYSCALL(pread64)
|
| H A D | sanitizer_common_interceptors.inc | 1070 INTERCEPTOR(SSIZE_T, pread64, int fd, void *ptr, SIZE_T count, OFF64_T offset) { 1072 COMMON_INTERCEPTOR_ENTER(ctx, pread64, fd, ptr, count, offset); 1077 SSIZE_T res = REAL(pread64)(fd, ptr, count, offset); 1082 #define INIT_PREAD64 COMMON_INTERCEPT_FUNCTION(pread64)
|
| /netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/ |
| H A D | libzfs_import.c | 892 if (pread64(fd, label, sizeof (vdev_label_t), in zpool_read_label()
|
| /netbsd-src/external/cddl/osnet/dist/cmd/zdb/ |
| H A D | zdb.c | 2212 if (pread64(fd, &label, sizeof (label), in dump_label()
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-2003 | 15257 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using 15258 AC_CHECK_FUNCS and remove the old check for pread64.
|
| H A D | ChangeLog-2002 | 1454 * configure.in: Check for pread64.
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-2003 | 15257 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using 15258 AC_CHECK_FUNCS and remove the old check for pread64.
|
| H A D | ChangeLog-2002 | 1454 * configure.in: Check for pread64.
|
| /netbsd-src/external/gpl3/gdb/dist/gdbserver/ |
| H A D | ChangeLog-2002-2021 | 21128 * configure.ac: Use AC_GNU_SOURCE. Check for pread64.
|
| /netbsd-src/external/gpl3/binutils/dist/ |
| H A D | ChangeLog.git | 40120 Linux: Avoid pread64/pwrite64 for high memory addresses (PR gdb/30525) 40122 running"), GDB prefers pread64/pwrite64 to access inferior memory 40141 The Linux kernel rejects pread64/pwrite64 if the offset argument of 67078 <syscall name="pread64" groups="descriptor"/> 122203 When accessing /proc/PID/mem, if pread64/pwrite64/read/write encounters 122208 is returned when pread64/pwrite64/read/frite returns 0, which indicates
|
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | sqlite3.c | 38491 { "pread64", (sqlite3_syscall_ptr)pread64, 0 },
|