Searched refs:pwrite64 (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/cddl/contrib/opensolaris/lib/libzpool/common/ |
| D | kernel.c | 561 pwrite64(vp->v_dump_fd, addr, iolen, offset); in vn_rdwr() 572 iolen = pwrite64(vp->v_fd, addr, split, offset); in vn_rdwr() 573 iolen += pwrite64(vp->v_fd, (char *)addr + split, in vn_rdwr()
|
| /freebsd-12-stable/cddl/contrib/opensolaris/lib/libzpool/common/sys/ |
| D | zfs_context.h | 671 #define pwrite64(d, p, n, o) pwrite(d, p, n, o) macro
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| 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,
|
| 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-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/ |
| D | libzfs_import.c | 1211 if (pwrite64(fd, label, sizeof (vdev_label_t), in zpool_clear_label()
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| D | libc_ubuntu1404_abilist.txt | 2679 fun:pwrite64=uninstrumented
|
| /freebsd-12-stable/crypto/heimdal/lib/sqlite/ |
| D | sqlite3.c | 24963 { "pwrite64", (sqlite3_syscall_ptr)pwrite64, 0 },
|
| /freebsd-12-stable/contrib/sqlite3/ |
| D | sqlite3.c | 38285 { "pwrite64", (sqlite3_syscall_ptr)pwrite64, 0 },
|