Home
last modified time | relevance | path

Searched refs:NOTE_SIGNAL (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Devent.h184 #define NOTE_SIGNAL 0x08000000 macro
/f-stack/freebsd/sys/
H A Devent.h250 #define NOTE_SIGNAL 0x08000000 macro
/f-stack/freebsd/kern/
H A Dkern_sig.c2188 KNOTE_LOCKED(p->p_klist, NOTE_SIGNAL | sig); in tdsendsignal()
3973 if (hint & NOTE_SIGNAL) { in filt_signal()
3974 hint &= ~NOTE_SIGNAL; in filt_signal()