Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dmapfile.intel-Linux47 pwrite64;
63 pwrite64;
H A Dlibcol_util.c1217 __collector_util_funcs.pwrite64 = (ssize_t (*)())ptr; in __collector_util_init()
1224 __collector_util_funcs.pwrite64 = (ssize_t (*)())ptr; in __collector_util_init()
1226 __collector_util_funcs.pwrite64 = __collector_util_funcs.pwrite; in __collector_util_init()
H A Diotrace.c2499 SYMVER_ATTRIBUTE (__collector_pwrite64_2_2, pwrite64@@GLIBC_2.2)
2505 if (NULL_PTR (pwrite64))
2510 SYMVER_ATTRIBUTE (__collector_pwrite64_2_1, pwrite64@GLIBC_2.1)
2516 if (NULL_PTR (pwrite64))
2527 pwrite64 (int fildes, const void *buf, size_t nbyte, off64_t offset)
2533 if (NULL_PTR (pwrite64))
2540 return CALL_REAL (pwrite64)(fildes, buf, nbyte, offset);
2548 ret = CALL_REAL (pwrite64)(fildes, buf, nbyte, offset);
H A Diolib.c651 …int n = CALL_UTIL (pwrite64)(fd, &zero, sizeof (zero), (off64_t) (offset + blksz - sizeof (zero))); in remapBlock()
928 int n = CALL_UTIL (pwrite64)(fd, &nl, sizeof (nl), (off64_t) (foff + blksz - sizeof (nl))); in mapBuffer()
/netbsd-src/crypto/external/bsd/heimdal/dist/cf/
H A Dvalgrind-suppressions4 pwrite64(buf)
30 pwrite64(buf)
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dunistd.d2461 ssize_t pwrite64(int, const scope void*, size_t, off_t);
2462 alias pwrite64 pwrite;
2652 alias pwrite pwrite64;
2667 ssize_t pwrite64(int, const scope void*, size_t, off_t);
2668 alias pwrite64 pwrite;
2711 ssize_t pwrite64(int, const scope void*, size_t, off_t);
2712 alias pwrite64 pwrite;
/netbsd-src/external/cddl/osnet/dist/lib/libzpool/common/
H A Dkernel.c566 pwrite64(vp->v_dump_fd, addr, iolen, offset); in vn_rdwr()
577 iolen = pwrite64(vp->v_fd, addr, split, offset); in vn_rdwr()
578 iolen += pwrite64(vp->v_fd, (char *)addr + split, in vn_rdwr()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A Dcollector_module.h78 ssize_t (*pwrite64)(); member
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Diotrace.c2183 SYMVER_ATTRIBUTE (__collector_pwrite64_2_2, pwrite64@GLIBC_2.2)
2207 pwrite64 (int fildes, const void *buf, size_t nbyte, off64_t offset) in pwrite64() function
2210 if (NULL_PTR (pwrite64)) in pwrite64()
2213 return CALL_REAL (pwrite64)(fildes, buf, nbyte, offset); in pwrite64()
2216 ssize_t ret = CALL_REAL (pwrite64)(fildes, buf, nbyte, offset); in pwrite64()
/netbsd-src/external/cddl/osnet/dist/lib/libzpool/common/sys/
H A Dzfs_context.h677 #define pwrite64(d, p, n, o) pwrite(d, p, n, o) macro
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc1625 PRE_SYSCALL(pwrite64)(long fd, const void *buf, long count, long pos) {
1629 POST_SYSCALL(pwrite64)(long res, long fd, const void *buf, long count,
1641 PRE_SYSCALL(pwrite64)(long fd, const void *buf, long count, long pos0,
1646 POST_SYSCALL(pwrite64)(long res, long fd, const void *buf, long count,
H A Dsanitizer_common_interceptors.inc1138 INTERCEPTOR(SSIZE_T, pwrite64, int fd, void *ptr, OFF64_T count,
1141 COMMON_INTERCEPTOR_ENTER(ctx, pwrite64, fd, ptr, count, offset);
1144 SSIZE_T res = REAL(pwrite64)(fd, ptr, count, offset);
1148 #define INIT_PWRITE64 COMMON_INTERCEPT_FUNCTION(pwrite64)
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_syscalls.inc1623 PRE_SYSCALL(pwrite64)(long fd, const void *buf, long count, long pos) {
1627 POST_SYSCALL(pwrite64)(long res, long fd, const void *buf, long count,
1639 PRE_SYSCALL(pwrite64)(long fd, const void *buf, long count, long pos0,
1644 POST_SYSCALL(pwrite64)(long res, long fd, const void *buf, long count,
H A Dsanitizer_common_interceptors.inc1165 INTERCEPTOR(SSIZE_T, pwrite64, int fd, void *ptr, OFF64_T count,
1168 COMMON_INTERCEPTOR_ENTER(ctx, pwrite64, fd, ptr, count, offset);
1171 SSIZE_T res = REAL(pwrite64)(fd, ptr, count, offset);
1175 #define INIT_PWRITE64 COMMON_INTERCEPT_FUNCTION(pwrite64)
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_syscalls.inc1744 PRE_SYSCALL(pwrite64)(long fd, const void *buf, long count, long pos) {
1749 POST_SYSCALL(pwrite64)
1762 PRE_SYSCALL(pwrite64)
1768 POST_SYSCALL(pwrite64)
H A Dsanitizer_common_interceptors.inc1181 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)
/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_import.c1145 if (pwrite64(fd, label, sizeof (vdev_label_t), in zpool_clear_label()
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git40120 Linux: Avoid pread64/pwrite64 for high memory addresses (PR gdb/30525)
40122 running"), GDB prefers pread64/pwrite64 to access inferior memory
40141 The Linux kernel rejects pread64/pwrite64 if the offset argument of
67087 <syscall name="pwrite64" groups="descriptor"/>
68799 gprofng: PR30036 Build failure on aarch64 w/ glibc: symbol `pwrite64' is already defined
68804 * libcollector/iotrace.c: Define creat64 and pwrite64 only when
103564 pwrite64 are macros and getcontext() is absent on musl.
122203 When accessing /proc/PID/mem, if pread64/pwrite64/read/write encounters
122208 is returned when pread64/pwrite64/read/frite returns 0, which indicates
138333 (pwrite64@@GLIBC_2.2): Likewise.
[all …]
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c38509 { "pwrite64", (sqlite3_syscall_ptr)pwrite64, 0 },