Home
last modified time | relevance | path

Searched refs:NOTE_LOWAT (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/netbsd/sys/
H A Devent.d77 NOTE_LOWAT = 0x0001, enumerator
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
H A Devent.d96 NOTE_LOWAT = 0x0001, /* low water mark */ enumerator
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/sys/
H A Devent.d122 NOTE_LOWAT = 0x0001, /* low water mark */
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/sys/
H A Devent.d128 NOTE_LOWAT = 0x0001, enumerator
/netbsd-src/sys/sys/
H A Devent.h139 #define NOTE_LOWAT 0x0001U /* low water mark */ macro
/netbsd-src/sys/compat/linux/common/
H A Dlinux_inotify.c1119 selnotify(&ifd->ifd_sel, 0, NOTE_LOWAT); in inotify_filt_event()
1312 KASSERT(hint == NOTE_LOWAT); in inotify_read_filt_event()
/netbsd-src/sys/kern/
H A Duipc_socket.c2263 else if (kn->kn_sfflags & NOTE_LOWAT) in filt_soread()
2304 else if (kn->kn_sfflags & NOTE_LOWAT) in filt_sowrite()