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

/openjdk9/hotspot/src/jdk.hotspot.agent/macosx/native/libsaproc/
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.c488 if ((len = pread(fd, buf, len, off)) <= 0) {
1257 pread(ph->core->exec_fd, interp_name, MIN(exec_php->p_filesz, BUF_SIZE), exec_php->p_offset);
/openjdk9/hotspot/src/jdk.hotspot.agent/linux/native/libsaproc/
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.c484 if ((len = pread(fd, buf, len, off)) <= 0) {
834 pread(ph->core->exec_fd, interp_name, exec_php->p_filesz, exec_php->p_offset);
/openjdk9/jdk/src/java.base/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,
/openjdk9/jdk/src/java.base/unix/native/libjimage/
H A DosSupport_unix.cpp67 return ::pread(fd, buf, nBytes, offset);
/openjdk9/jdk/src/java.base/unix/classes/sun/nio/ch/
H A DFileDispatcherImpl.java45 int pread(FileDescriptor fd, long address, int len, long position) method in class:FileDispatcherImpl
/openjdk9/jdk/src/java.base/windows/classes/sun/nio/ch/
H A DFileDispatcherImpl.java55 int pread(FileDescriptor fd, long address, int len, long position) method in class:FileDispatcherImpl
/openjdk9/jdk/src/jdk.management/solaris/native/libmanagement_ext/
H A DUnixOperatingSystem.c170 if (pread(fd, info, s, o) != s) {
/openjdk9/jdk/src/java.base/unix/native/libnio/ch/
H A DFileDispatcherImpl.c51 #define pread64 pread
/openjdk9/hotspot/src/jdk.hotspot.agent/solaris/native/libsaproc/
H A Dsaproc.cpp1084 ssize_t bytesRead = pread(classes_jsa_fd, bufPtr, bytesToRead, offset);
/openjdk9/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp2997 RESTARTABLE(::pread(fd, buf, (size_t) nBytes, offset), res);
4938 count = ::pread(fd,
/openjdk9/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp2507 RESTARTABLE_RETURN_INT(::pread(fd, buf, nBytes, offset));
/openjdk9/hotspot/src/os/aix/vm/
H A Dos_aix.cpp2540 return ::pread(fd, buf, nBytes, offset);
/openjdk9/hotspot/src/os/linux/vm/
H A Dos_linux.cpp3836 return ::pread(fd, buf, nBytes, offset);

Completed in 306 milliseconds