Home
last modified time | relevance | path

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

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