Searched refs:pwrite64 (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_import.c | 215 if (pwrite64(fd, label, label_size, label_offset(size, l) + in zpool_clear_label() 224 if (pwrite64(fd, l2dhdr, sizeof (l2arc_dev_hdr_phys_t), in zpool_clear_label()
|
| H A D | libzfs.abi | 4798 <function-decl name='pwrite64' visibility='default' binding='global' size-in-bits='64'>
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libzpool/ |
| H A D | kernel.c | 1132 rc = pwrite64(fp->f_fd, buf, split, pos); in zfs_file_pwrite() 1135 rc = pwrite64(fp->f_fd, (char *)buf + split, in zfs_file_pwrite() 1226 status = pwrite64(fp->f_dump_fd, buf, rc, off); in zfs_file_pread()
|
| /freebsd-13.1/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | ccompile.h | 223 #define pwrite64 pwrite macro
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 1624 PRE_SYSCALL(pwrite64)(long fd, const void *buf, long count, long pos) { 1628 POST_SYSCALL(pwrite64)(long res, long fd, const void *buf, long count, 1640 PRE_SYSCALL(pwrite64)(long fd, const void *buf, long count, long pos0, 1645 POST_SYSCALL(pwrite64)(long res, long fd, const void *buf, long count,
|
| H A D | sanitizer_common_interceptors.inc | 1181 INTERCEPTOR(SSIZE_T, pwrite64, int fd, void *ptr, OFF64_T count, 1184 COMMON_INTERCEPTOR_ENTER(ctx, pwrite64, fd, ptr, count, offset); 1187 SSIZE_T res = REAL(pwrite64)(fd, ptr, count, offset); 1191 #define INIT_PWRITE64 COMMON_INTERCEPT_FUNCTION(pwrite64)
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2679 fun:pwrite64=uninstrumented
|
| /freebsd-13.1/contrib/sqlite3/ |
| H A D | sqlite3.c | 34689 { "pwrite64", (sqlite3_syscall_ptr)pwrite64, 0 },
|