Searched refs:pread (Results 1 - 14 of 14) sorted by relevance

/openjdk7/hotspot/agent/src/os/bsd/
H A Dsalibelf.c34 if (pread(fd, ehdr, sizeof (ELF_EHDR), 0) != sizeof (ELF_EHDR) ||
58 if (pread(fd, phbuf, nbytes, hdr->e_phoff) != nbytes) {
78 if (pread(fd, shbuf, nbytes, hdr->e_shoff) != nbytes) {
97 if (pread(fd, buf, shdr->sh_size, shdr->sh_offset) != shdr->sh_size) {
H A Dps_core.c473 if ((len = pread(fd, buf, len, off)) <= 0)
776 pread(ph->core->exec_fd, interp_name, MIN(exec_php->p_filesz, BUF_SIZE), exec_php->p_offset);
/openjdk7/hotspot/agent/src/os/linux/
H A Dsalibelf.c33 if (pread(fd, ehdr, sizeof (ELF_EHDR), 0) != sizeof (ELF_EHDR) ||
57 if (pread(fd, phbuf, nbytes, hdr->e_phoff) != nbytes) {
77 if (pread(fd, shbuf, nbytes, hdr->e_shoff) != nbytes) {
96 if (pread(fd, buf, shdr->sh_size, shdr->sh_offset) != shdr->sh_size) {
H A Dps_core.c473 if ((len = pread(fd, buf, len, off)) <= 0)
770 pread(ph->core->exec_fd, interp_name, MIN(exec_php->p_filesz, BUF_SIZE), exec_php->p_offset);
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DNativeDispatcher.java42 * Returns {@code true} if pread/pwrite needs to be synchronized with
49 int pread(FileDescriptor fd, long address, int len, long position) method in class:NativeDispatcher
H A DIOUtil.java220 n = nd.pread(fd, ((DirectBuffer)bb).address() + pos,
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DFileDispatcherImpl.java49 int pread(FileDescriptor fd, long address, int len, long position) method in class:FileDispatcherImpl
/openjdk7/jdk/src/solaris/native/com/sun/management/
H A DSolarisOperatingSystem.c170 if (pread(fd, info, s, o) != s) {
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DFileDispatcherImpl.java63 int pread(FileDescriptor fd, long address, int len, long position) method in class:FileDispatcherImpl
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DFileDispatcherImpl.c47 #define pread64 pread
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dos_solaris_sparc.cpp286 if (pread(lwpfd, lwpstatus, sizeof (lwpstatus_t), (off_t)0) !=
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dos_solaris_x86.cpp273 if (pread(lwpfd, lwpstatus, sizeof (lwpstatus_t), (off_t)0) !=
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dsaproc.cpp1119 ssize_t bytesRead = pread(classes_jsa_fd, bufPtr, bytesToRead, offset);
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp6041 count = ::pread(fd,

Completed in 91 milliseconds