Searched refs:pwrite64 (Results 1 – 11 of 11) sorted by relevance
| /freebsd/sys/contrib/openzfs/lib/libzpool/ |
| H A D | zfs_file_os.c | 163 rc = pwrite64(fp->f_fd, buf, split, pos); in zfs_file_pwrite() 166 rc = pwrite64(fp->f_fd, (char *)buf + split, in zfs_file_pwrite() 257 status = pwrite64(fp->f_dump_fd, buf, rc, off); in zfs_file_pread()
|
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_import.c | 201 if (pwrite64(fd, label, label_size, label_offset(size, l) + in zpool_clear_label() 210 if (pwrite64(fd, label, sizeof (l2arc_dev_hdr_phys_t), in zpool_clear_label()
|
| H A D | libzfs.abi | 5551 <function-decl name='pwrite64' visibility='default' binding='global' size-in-bits='64'>
|
| /freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | ccompile.h | 129 #define pwrite64 pwrite macro
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
| H A D | rtsan_interceptors_posix.cpp | 588 INTERCEPTOR(ssize_t, pwrite64, int fd, const void *buf, size_t count, argument 591 return REAL(pwrite64)(fd, buf, count, offset); 593 #define RTSAN_MAYBE_INTERCEPT_PWRITE64 INTERCEPT_FUNCTION(pwrite64)
|
| /freebsd/sys/contrib/openzfs/cmd/ |
| H A D | zhack.c | 977 err = pwrite64(fd, data, abdsize, offset); in zhack_repair_write_label()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 1760 PRE_SYSCALL(pwrite64)(long fd, const void *buf, long count, long pos) { 1765 POST_SYSCALL(pwrite64) 1778 PRE_SYSCALL(pwrite64) 1784 POST_SYSCALL(pwrite64)
|
| H A D | sanitizer_common_interceptors.inc | 1175 INTERCEPTOR(SSIZE_T, pwrite64, int fd, void *ptr, OFF64_T count, 1178 COMMON_INTERCEPTOR_ENTER(ctx, pwrite64, fd, ptr, count, offset); 1181 SSIZE_T res = COMMON_INTERCEPTOR_BLOCK_REAL(pwrite64)(fd, ptr, count, offset); 1185 #define INIT_PWRITE64 COMMON_INTERCEPT_FUNCTION(pwrite64)
|
| /freebsd/contrib/sqlite3/autosetup/ |
| H A D | sqlite-config.tcl | 619 strchrnul usleep utime pread pread64 pwrite pwrite64
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2685 fun:pwrite64=uninstrumented
|
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 39335 { "pwrite64", (sqlite3_syscall_ptr)pwrite64, 0 },
|