Home
last modified time | relevance | path

Searched refs:pwrite64 (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_import.c200 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()
H A Dlibzfs.abi5063 <function-decl name='pwrite64' visibility='default' binding='global' size-in-bits='64'>
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dccompile.h131 #define pwrite64 pwrite macro
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c1196 rc = pwrite64(fp->f_fd, buf, split, pos); in zfs_file_pwrite()
1199 rc = pwrite64(fp->f_fd, (char *)buf + split, in zfs_file_pwrite()
1290 status = pwrite64(fp->f_dump_fd, buf, rc, off); in zfs_file_pread()
/freebsd/sys/contrib/openzfs/cmd/
H A Dzhack.c662 err = pwrite64(fd, data, abdsize, offset); in zhack_repair_write_label()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc1745 PRE_SYSCALL(pwrite64)(long fd, const void *buf, long count, long pos) {
1750 POST_SYSCALL(pwrite64)
1763 PRE_SYSCALL(pwrite64)
1769 POST_SYSCALL(pwrite64)
H A Dsanitizer_common_interceptors.inc1134 INTERCEPTOR(SSIZE_T, pwrite64, int fd, void *ptr, OFF64_T count,
1137 COMMON_INTERCEPTOR_ENTER(ctx, pwrite64, fd, ptr, count, offset);
1140 SSIZE_T res = REAL(pwrite64)(fd, ptr, count, offset);
1144 #define INIT_PWRITE64 COMMON_INTERCEPT_FUNCTION(pwrite64)
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2685 fun:pwrite64=uninstrumented
/freebsd/contrib/sqlite3/
H A Dsqlite3.c38849 { "pwrite64", (sqlite3_syscall_ptr)pwrite64, 0 },