Searched refs:NOTE_EXIT_DETAIL (Results 1 – 3 of 3) sorted by relevance
75 #define NOTE_EXIT_DETAIL 0x02000000 /* provide details on reasons for exit */77 * If NOTE_EXIT_DETAIL is present, these bits indicate specific reasons for exiting.
182 #define NOTE_EXIT_DETAIL 0x02000000 /* provide details on reasons for exit */ macro
4453 u_int proc_fflags = NOTE_EXIT|NOTE_FORK|NOTE_EXEC|NOTE_EXIT_DETAIL|NOTE_EXITSTATUS; in job_start()