Home
last modified time | relevance | path

Searched refs:pread (Results 1 – 25 of 34) sorted by relevance

12

/external/strace/
DTODO15 declare gettimeofday and pread for solaris2
21 add pread, pwrite to I/O dumping
Dsyscall.c1311 if (pread(tcp->pfd_reg, &regs, sizeof(regs), 0) < 0) { in get_scno()
1318 pread(tcp->pfd, &scno, sizeof(scno), regs.r_esp + sizeof(int)); in get_scno()
1954 if (pread(tcp->pfd_reg, &regs, sizeof(regs), 0) < 0) {
2386 pread(tcp->pfd, &tcp->u_arg, tcp->u_nargs * sizeof(unsigned long), in syscall_enter()
2390 pread(tcp->pfd, &tcp->u_arg, tcp->u_nargs * sizeof(unsigned long), in syscall_enter()
2394 pread(tcp->pfd, &tcp->u_arg, tcp->u_nargs * sizeof(unsigned long), in syscall_enter()
2795 pread(tcp->pfd_reg, &regs, sizeof(regs), 0);
Ddefs.h257 pread (t->pfd_stat, &t->status, sizeof t->status, 0)
DChangeLog-CVS1950 * freebsd/i386/syscallent.h: Remove TF flag from fstat, pread,
1953 pread, pwrite, sendfile.
1955 pread, pwrite, fstat64, sendfile, ftruncate64.
1959 fstatfs, fstat, pread, pwrite, sendfile, ftruncate64, fstat64,
1962 fstat, pread, pwrite, sendfile, ftruncate64, fstat64, sendfile64,
1964 * linux/s390/syscallent.h: Remove TF flag from pread, pwrite,
1966 * linux/s390x/syscallent.h: Remove TF flag from pread, pwrite,
1968 * linux/sh/syscallent.h: Remove TF flag from pread, pwrite,
1970 * linux/sh64/syscallent.h: Remove TF flag from pread, pwrite,
1973 pread, pwrite, sendfile64.
[all …]
DNEWS220 * Include pread and pwrite calls in -e read and -e write tracing.
Dutil.c1248 pread(tcp->pfd_reg, &regs, sizeof(regs), 0); in printcall()
/external/valgrind/main/coregrind/m_ume/
Dmacho.c457 res = VG_(pread)(fd, &mh, sizeof(mh), offset); in load_thin_file()
485 res = VG_(pread)(fd, headers, len, offset); in load_thin_file()
649 res = VG_(pread)(fd, &fh, sizeof(fh), offset); in load_fat_file()
665 res = VG_(pread)(fd, &arch, sizeof(arch), arch_offset); in load_fat_file()
711 res = VG_(pread)(fd, &magic, sizeof(magic), offset); in load_mach_file()
Delf.c102 sres = VG_(pread)(fd, &e->e, sizeof(e->e), 0); in readelf()
142 sres = VG_(pread)(fd, e->p, phsz, e->e.e_phoff); in readelf()
372 VG_(pread)(fd, buf, ph->p_filesz, ph->p_offset);
Dscript.c91 res = VG_(pread)(fd, hdr, len, 0); in VG_()
Dmain.c103 res = VG_(pread)(fd, buf, bufsz, 0); in VG_()
/external/elfutils/lib/
Dsystem.h79 TEMP_FAILURE_RETRY (pread (fd, buf, len, off))
Dcrc32_file.c97 while ((count = TEMP_FAILURE_RETRY (pread (fd, buffer, sizeof buffer, in crc32_file()
/external/elfutils/tests/
Darextract.c118 ssize_t n = pread (fd, buf, MIN (sizeof buf, todo), offset); in main()
/external/valgrind/main/coregrind/
Dpub_core_libcfile.h86 extern SysRes VG_(pread) ( Int fd, void* buf, Int count, OffT offset );
Dm_libcfile.c590 SysRes VG_(pread) ( Int fd, void* buf, Int count, OffT offset ) in VG_() argument
/external/chromium/base/
Dplatform_file_posix.cc146 return HANDLE_EINTR(pread(file, data, size, offset)); in ReadPlatformFile()
/external/chromium/net/disk_cache/
Dfile_posix.cc208 int ret = pread(platform_file_, buffer, buffer_len, offset); in Read()
/external/qemu/block/
Draw-posix.c243 ret = pread(s->fd, buf, count, offset); in raw_pread_aligned()
263 ret = pread(s->fd, buf, count, offset); in raw_pread_aligned()
266 ret = pread(s->fd, buf, count, offset); in raw_pread_aligned()
/external/llvm/lib/Support/
DMemoryBuffer.cpp338 ssize_t NumRead = ::pread(FD, BufPtr, BytesLeft, MapSize-BytesLeft+Offset); in getOpenFile()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc1130 TSAN_INTERCEPTOR(long_t, pread, int fd, void *buf, long_t sz, unsigned off) { in TSAN_INTERCEPTOR() argument
1131 SCOPED_TSAN_INTERCEPTOR(pread, fd, buf, sz, off); in TSAN_INTERCEPTOR()
1132 int res = REAL(pread)(fd, buf, sz, off); in TSAN_INTERCEPTOR()
1565 TSAN_INTERCEPT(pread); in InitializeInterceptors()
/external/qemu/
Dposix-aio-compat.c215 len = pread(aiocb->aio_fildes, in handle_aiocb_rw_linear()
/external/elfutils/libelf/
DChangeLog395 pread. And branch prediction where useful.
402 pread. And branch prediction where useful.
/external/llvm/cmake/
Dconfig-ix.cmake143 check_symbol_exists(pread unistd.h HAVE_PREAD)
/external/llvm/include/llvm/Config/
Dconfig.h.in292 /* Define to 1 if you have the `pread' function. */
Dconfig.h.cmake291 /* Define to 1 if you have the `pread' function. */

12