Searched defs:wd (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DLinuxWatchService.c60 arr[0] = (jint)offsetof(struct inotify_event, wd);
98 (JNIEnv* env, jclass clazz, jint fd, jint wd)
100 int err = inotify_rm_watch((int)fd, (int)wd);
97 Java_sun_nio_fs_LinuxWatchService_inotifyRmWatch(JNIEnv* env, jclass clazz, jint fd, jint wd) argument
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DLinuxWatchService.java103 private volatile int wd; field in class:LinuxWatchService.LinuxWatchKey
105 LinuxWatchKey(UnixPath dir, LinuxWatchService watcher, int ifd, int wd) { argument
108 this.wd = wd;
112 return wd;
118 inotifyRmWatch(ifd, wd);
123 wd = -1;
128 return (wd != -1);
146 * int wd;
250 int wd
398 processEvent(int wd, int mask, final UnixPath name) argument
446 inotifyRmWatch(int fd, int wd) argument
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_util.c265 awt_util_reshape(Widget w, jint x, jint y, jint wd, jint ht) argument
302 if (wd != ww || ht != wh) {
338 XmNwidth, (wd > 0) ? wd : 1,
346 XmNwidth, (wd > 0) ? wd : 1,

Completed in 36 milliseconds