Searched refs:EVFILT_VNODE (Results 1 - 10 of 10) sorted by relevance
/third_party/libuv/src/unix/ |
H A D | kqueue.c | 181 filter = EVFILT_VNODE; in uv__io_poll() 337 if (ev->filter == EVFILT_VNODE) { in uv__io_poll() 516 EV_SET(&ev, w->fd, EVFILT_VNODE, EV_ADD | EV_ONESHOT, fflags, 0, 0); in uv__fs_event()
|
/third_party/node/deps/uv/src/unix/ |
H A D | kqueue.c | 159 filter = EVFILT_VNODE; in uv__io_poll() 322 if (ev->filter == EVFILT_VNODE) { in uv__io_poll() 499 EV_SET(&ev, w->fd, EVFILT_VNODE, EV_ADD | EV_ONESHOT, fflags, 0, 0); in uv__fs_event()
|
/third_party/rust/crates/nix/src/sys/ |
H A D | event.rs | 76 EVFILT_VNODE,
|
/third_party/toybox/lib/ |
H A D | portability.c | 211 EV_SET(&event, fd, EVFILT_VNODE, EV_ADD|EV_CLEAR, NOTE_WRITE, 0, NULL); in xnotify_add()
|
/third_party/python/Modules/ |
H A D | selectmodule.c | 2579 #ifdef EVFILT_VNODE 2580 PyModule_AddIntConstant(m, "KQ_FILTER_VNODE", EVFILT_VNODE); 2617 #ifdef EVFILT_VNODE
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
H A D | mod.rs | 1286 pub const EVFILT_VNODE: i16 = -4; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
H A D | mod.rs | 1074 pub const EVFILT_VNODE: i16 = -4; consts
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 1927 pub const EVFILT_VNODE: u32 = 3; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 1986 pub const EVFILT_VNODE: i16 = -4; consts
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 3931 pub const EVFILT_VNODE: i16 = -4; consts
|
Completed in 43 milliseconds