Home
last modified time | relevance | path

Searched refs:NOTE_FFLAGSMASK (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
H A Devent.d88 NOTE_FFLAGSMASK = 0x00ffffff, enumerator
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/sys/
H A Devent.d114 NOTE_FFLAGSMASK = 0x00ffffff,
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/sys/
H A Devent.d126 NOTE_FFLAGSMASK = 0x00ffffff, enumerator
/netbsd-src/sys/sys/
H A Devent.h126 #define NOTE_FFLAGSMASK 0x00ffffffU macro
/netbsd-src/sys/kern/
H A Dkern_event.c1615 kev->fflags &= NOTE_FFLAGSMASK; in filt_usertouch()