Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/sys/
H A Devent.h75 #define EVFILT_SIGNAL (-6) /* attached to struct proc */ macro
/xnu-12377.61.12/bsd/kern/
H A Dkern_proc.c4695 assert(kn->kn_filtid == (uint8_t)~EVFILT_SIGNAL); in proc_transfer_knotes()
H A Dkern_event.c347 [~EVFILT_SIGNAL] = &sig_filtops,