Searched refs:pwrite64 (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14-stable/sys/contrib/openzfs/lib/libzfs/ |
| HD | libzfs_import.c | 200 if (pwrite64(fd, label, label_size, label_offset(size, l) + in zpool_clear_label() 209 if (pwrite64(fd, label, sizeof (l2arc_dev_hdr_phys_t), in zpool_clear_label()
|
| HD | libzfs.abi | 5091 <function-decl name='pwrite64' visibility='default' binding='global' size-in-bits='64'>
|
| /freebsd-14-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| HD | ccompile.h | 131 #define pwrite64 pwrite macro
|
| /freebsd-14-stable/sys/contrib/openzfs/lib/libzpool/ |
| HD | kernel.c | 1193 rc = pwrite64(fp->f_fd, buf, split, pos); in zfs_file_pwrite() 1196 rc = pwrite64(fp->f_fd, (char *)buf + split, in zfs_file_pwrite() 1287 status = pwrite64(fp->f_dump_fd, buf, rc, off); in zfs_file_pread()
|
| /freebsd-14-stable/sys/contrib/openzfs/cmd/ |
| HD | zhack.c | 662 err = pwrite64(fd, data, abdsize, offset); in zhack_repair_write_label()
|
| /freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_common_syscalls.inc | 1759 PRE_SYSCALL(pwrite64)(long fd, const void *buf, long count, long pos) { 1764 POST_SYSCALL(pwrite64) 1777 PRE_SYSCALL(pwrite64) 1783 POST_SYSCALL(pwrite64)
|
| HD | sanitizer_common_interceptors.inc | 1136 INTERCEPTOR(SSIZE_T, pwrite64, int fd, void *ptr, OFF64_T count, 1139 COMMON_INTERCEPTOR_ENTER(ctx, pwrite64, fd, ptr, count, offset); 1142 SSIZE_T res = COMMON_INTERCEPTOR_BLOCK_REAL(pwrite64)(fd, ptr, count, offset); 1146 #define INIT_PWRITE64 COMMON_INTERCEPT_FUNCTION(pwrite64)
|
| /freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| HD | libc_ubuntu1404_abilist.txt | 2685 fun:pwrite64=uninstrumented
|
| /freebsd-14-stable/contrib/sqlite3/ |
| HD | sqlite3.c | 38849 { "pwrite64", (sqlite3_syscall_ptr)pwrite64, 0 },
|