Searched defs:fd2 (Results 1 - 14 of 14) sorted by relevance

/openjdk10/jdk/src/java.base/unix/native/libnio/ch/
H A DInheritedChannel.c109 Java_sun_nio_ch_InheritedChannel_dup2(JNIEnv *env, jclass cla, jint fd, jint fd2) argument
/openjdk10/jdk/src/java.base/solaris/native/libnet/
H A Dsolaris_close.c87 int NET_Dup2(int fd, int fd2) { argument
/openjdk10/jdk/src/java.base/unix/classes/sun/nio/ch/
H A DInheritedChannel.java231 private static native void dup2(int fd, int fd2) throws IOException; argument
/openjdk10/jdk/src/java.base/linux/native/libnio/fs/
H A DLinuxWatchService.c133 Java_sun_nio_fs_LinuxWatchService_poll(JNIEnv* env, jclass clazz, jint fd1, jint fd2) argument
/openjdk10/jdk/src/java.base/macosx/native/libnet/
H A Dbsd_close.c278 static int closefd(int fd1, int fd2) { argument
332 int NET_Dup2(int fd, int fd2) { argument
/openjdk10/jdk/src/java.base/aix/native/libnet/
H A Daix_close.c307 static int closefd(int fd1, int fd2) { argument
371 int NET_Dup2(int fd, int fd2) { argument
/openjdk10/jdk/src/java.base/linux/native/libnet/
H A Dlinux_close.c275 static int closefd(int fd1, int fd2) { argument
328 int NET_Dup2(int fd, int fd2) { argument
/openjdk10/jdk/src/java.base/linux/classes/sun/nio/fs/
H A DLinuxWatchService.java459 private static native int poll(int fd1, int fd2) throws UnixException; argument
/openjdk10/hotspot/src/os/bsd/vm/
H A DperfMemory_bsd.cpp273 static bool is_same_fsobject(int fd1, int fd2) { argument
/openjdk10/hotspot/src/os/solaris/vm/
H A DperfMemory_solaris.cpp276 static bool is_same_fsobject(int fd1, int fd2) { argument
/openjdk10/hotspot/src/os/linux/vm/
H A DperfMemory_linux.cpp273 static bool is_same_fsobject(int fd1, int fd2) { argument
/openjdk10/hotspot/src/os/aix/vm/
H A DperfMemory_aix.cpp271 static bool is_same_fsobject(int fd1, int fd2) { argument
/openjdk10/jdk/src/java.base/windows/native/libnet/
H A DTwoStacksPlainSocketImpl.c617 int lastfd, res, fd2; local
/openjdk10/hotspot/src/share/vm/utilities/
H A DvmError.cpp1404 const int fd2 = ::dup(log.fd()); local

Completed in 253 milliseconds