Searched refs:ifd (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DLinuxWatchService.java57 int ifd = - 1;
59 ifd = inotifyInit();
68 configureBlocking(ifd, false);
72 UnixNativeDispatcher.close(ifd);
76 this.poller = new Poller(fs, this, ifd, sp);
101 private final int ifd; field in class:LinuxWatchService.LinuxWatchKey
105 LinuxWatchKey(UnixPath dir, LinuxWatchService watcher, int ifd, int wd) { argument
107 this.ifd = ifd;
118 inotifyRmWatch(ifd, w
177 private final int ifd; field in class:LinuxWatchService.Poller
185 Poller(UnixFileSystem fs, LinuxWatchService watcher, int ifd, int[] sp) argument
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DObjectReader.java302 IndexableFieldIdentifier ifd = (IndexableFieldIdentifier) field.getID();
303 arrayObj[ifd.getIndex()] = field.getValue(array);
314 IndexableFieldIdentifier ifd = (IndexableFieldIdentifier) field.getID();
315 arrayObj[ifd.getIndex()] = field.getValue(array);
326 IndexableFieldIdentifier ifd = (IndexableFieldIdentifier) field.getID();
327 arrayObj[ifd.getIndex()] = field.getValue(array);
338 IndexableFieldIdentifier ifd = (IndexableFieldIdentifier) field.getID();
339 arrayObj[ifd.getIndex()] = field.getValue(array);
350 IndexableFieldIdentifier ifd = (IndexableFieldIdentifier) field.getID();
351 arrayObj[ifd
[all...]
/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DLinuxWatchService.c75 int ifd = inotify_init(); local
76 if (ifd == -1) {
79 return (jint)ifd;

Completed in 1492 milliseconds