Searched refs:NOTE_EXITSTATUS (Results 1 – 4 of 4) sorted by relevance
273 #define NOTE_EXITSTATUS 0x04000000 /* exit status to be returned, valid for child proc… macro
1116 const uint32_t NoteExitStatusBits = NOTE_EXIT | NOTE_EXITSTATUS; in filt_procattach()1236 if ((kn->kn_sfflags & NOTE_EXITSTATUS) != 0) { in filt_procevent()1237 kn->kn_fflags |= NOTE_EXITSTATUS; in filt_procevent()
3988 if ((exit_flags & NOTE_EXITSTATUS) != 0) { in proc_pidnoteexit()
1856 …info(PROC_INFO_CALL_PIDINFO, child_pid, PROC_PIDNOTEEXIT, (uint64_t)(NOTE_EXITSTATUS | NOTE_EXIT_D…