/external/strace/ |
D | TODO | 15 declare gettimeofday and pread for solaris2 21 add pread, pwrite to I/O dumping
|
D | syscall.c | 1311 if (pread(tcp->pfd_reg, ®s, 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, ®s, 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, ®s, sizeof(regs), 0);
|
D | defs.h | 257 pread (t->pfd_stat, &t->status, sizeof t->status, 0)
|
D | ChangeLog-CVS | 1950 * 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 …]
|
D | NEWS | 220 * Include pread and pwrite calls in -e read and -e write tracing.
|
D | util.c | 1248 pread(tcp->pfd_reg, ®s, sizeof(regs), 0); in printcall()
|
/external/valgrind/main/coregrind/m_ume/ |
D | macho.c | 457 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()
|
D | elf.c | 102 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);
|
D | script.c | 91 res = VG_(pread)(fd, hdr, len, 0); in VG_()
|
D | main.c | 103 res = VG_(pread)(fd, buf, bufsz, 0); in VG_()
|
/external/elfutils/lib/ |
D | system.h | 79 TEMP_FAILURE_RETRY (pread (fd, buf, len, off))
|
D | crc32_file.c | 97 while ((count = TEMP_FAILURE_RETRY (pread (fd, buffer, sizeof buffer, in crc32_file()
|
/external/elfutils/tests/ |
D | arextract.c | 118 ssize_t n = pread (fd, buf, MIN (sizeof buf, todo), offset); in main()
|
/external/valgrind/main/coregrind/ |
D | pub_core_libcfile.h | 86 extern SysRes VG_(pread) ( Int fd, void* buf, Int count, OffT offset );
|
D | m_libcfile.c | 590 SysRes VG_(pread) ( Int fd, void* buf, Int count, OffT offset ) in VG_() argument
|
/external/chromium/base/ |
D | platform_file_posix.cc | 146 return HANDLE_EINTR(pread(file, data, size, offset)); in ReadPlatformFile()
|
/external/chromium/net/disk_cache/ |
D | file_posix.cc | 208 int ret = pread(platform_file_, buffer, buffer_len, offset); in Read()
|
/external/qemu/block/ |
D | raw-posix.c | 243 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/ |
D | MemoryBuffer.cpp | 338 ssize_t NumRead = ::pread(FD, BufPtr, BytesLeft, MapSize-BytesLeft+Offset); in getOpenFile()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 1130 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/ |
D | posix-aio-compat.c | 215 len = pread(aiocb->aio_fildes, in handle_aiocb_rw_linear()
|
/external/elfutils/libelf/ |
D | ChangeLog | 395 pread. And branch prediction where useful. 402 pread. And branch prediction where useful.
|
/external/llvm/cmake/ |
D | config-ix.cmake | 143 check_symbol_exists(pread unistd.h HAVE_PREAD)
|
/external/llvm/include/llvm/Config/ |
D | config.h.in | 292 /* Define to 1 if you have the `pread' function. */
|
D | config.h.cmake | 291 /* Define to 1 if you have the `pread' function. */
|