Searched refs:NOTE_EXIT (Results 1 – 6 of 6) sorted by relevance
321 KNOTE_LOCKED(&pd->pd_selinfo.si_note, NOTE_EXIT); in procdesc_exit()464 event = pd->pd_flags & PDF_EXITED ? NOTE_EXIT : 0; in procdesc_kqops_event()475 if (event == NOTE_EXIT) { in procdesc_kqops_event()477 if (kn->kn_fflags & NOTE_EXIT) in procdesc_kqops_event()
420 if (kn->kn_sfflags & NOTE_EXIT) in filt_procattach()445 kn->kn_sfflags &= ~(NOTE_EXIT | NOTE_EXEC | NOTE_FORK); in filt_procattach()464 if (immediate || (exiting && filt_proc(kn, NOTE_EXIT))) in filt_procattach()508 if (event == NOTE_EXIT) { in filt_proc()511 if (kn->kn_fflags & NOTE_EXIT) in filt_proc()
592 KNOTE_LOCKED(p->p_klist, NOTE_EXIT); in exit1()
203 #define NOTE_EXIT 0x80000000 /* process exited */ macro
134 #define NOTE_EXIT 0x80000000 /* process exited */ macro
201 #define NOTE_EXIT 0x80000000 /* process exited */ macro