| /freebsd/cddl/contrib/opensolaris/lib/libctf/common/ |
| H A D | ctf_lib.c | 239 if ((nbytes = pread64(fd, &hdr, sizeof (hdr), 0)) <= 0) in ctf_fdopen() 311 if (pread64(fd, &x32, sizeof (x32), in ctf_fdopen() 321 if (pread64(fd, &x64, sizeof (x64), in ctf_fdopen() 348 if ((sp32 = malloc(nbytes)) == NULL || pread64(fd, in ctf_fdopen() 360 } else if (pread64(fd, sp, nbytes, hdr.e64.e_shoff) != nbytes) { in ctf_fdopen()
|
| /freebsd/cddl/compat/opensolaris/include/ |
| H A D | unistd.h | 35 #define pread64 pread macro
|
| /freebsd/contrib/file/src/ |
| H A D | seccomp.c | 133 ALLOW_RULE(pread64); in enable_sandbox()
|
| /freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | ccompile.h | 132 #define pread64 pread macro
|
| /freebsd/sys/contrib/openzfs/lib/libzpool/ |
| H A D | zfs_file_os.c | 240 rc = pread64(fp->f_fd, buf, count, off); in zfs_file_pread()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/ |
| H A D | sanitizer_wrappers.cpp | 165 LLVM_SYMBOLIZER_INTERCEPTOR4(pread64, ssize_t(int, void *, size_t, off64_t))
|
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_import.c | 157 if (pread64(fd, label, sizeof (vdev_label_t), in zpool_clear_label()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
| H A D | rtsan_interceptors_posix.cpp | 567 INTERCEPTOR(ssize_t, pread64, int fd, void *buf, size_t count, off_t offset) { argument 569 return REAL(pread64)(fd, buf, count, offset); 571 #define RTSAN_MAYBE_INTERCEPT_PREAD64 INTERCEPT_FUNCTION(pread64)
|
| /freebsd/sys/contrib/openzfs/cmd/ |
| H A D | zhack.c | 826 const int err = pread64(fd, vl, sizeof (vdev_label_t), label_offset); in zhack_repair_read_label()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 1751 PRE_SYSCALL(pread64)(long fd, void *buf, long count, long pos) {} 1753 POST_SYSCALL(pread64)(long res, long fd, void *buf, long count, long pos) { 1768 PRE_SYSCALL(pread64)(long fd, void *buf, long count, long pos0, long pos1) {} 1770 POST_SYSCALL(pread64)
|
| H A D | sanitizer_common_interceptors.inc | 1062 INTERCEPTOR(SSIZE_T, pread64, int fd, void *ptr, SIZE_T count, OFF64_T offset) { 1064 COMMON_INTERCEPTOR_ENTER(ctx, pread64, fd, ptr, count, offset); 1069 SSIZE_T res = COMMON_INTERCEPTOR_BLOCK_REAL(pread64)(fd, ptr, count, offset); 1074 #define INIT_PREAD64 COMMON_INTERCEPT_FUNCTION(pread64)
|
| /freebsd/contrib/sqlite3/autosetup/ |
| H A D | sqlite-config.tcl | 619 strchrnul usleep utime pread pread64 pwrite pwrite64
|
| /freebsd/sys/contrib/openzfs/lib/libzutil/ |
| H A D | zutil_import.c | 954 if (pread64(fd, label, sizeof (vdev_phys_t), in zpool_read_label_slow()
|
| /freebsd/sys/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 5287 if (pread64(fd, &this_lb, asize, lbps[0].lbp_daddr) != asize) { in dump_l2arc_log_blocks() 5374 if (pread64(fd, &l2dhdr, sizeof (l2dhdr), in dump_l2arc_header() 5882 if (pread64(fd, &label->label, sizeof (label->label), in dump_label()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2524 fun:pread64=uninstrumented
|
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 39317 { "pread64", (sqlite3_syscall_ptr)pread64, 0 },
|