Home
last modified time | relevance | path

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

/NextBSD/
HDREADME75 #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.
/NextBSD/sys/sys/
HDevent.h182 #define NOTE_EXIT_DETAIL 0x02000000 /* provide details on reasons for exit */ macro
/NextBSD/sbin/launchd/
HDcore.c4453 u_int proc_fflags = NOTE_EXIT|NOTE_FORK|NOTE_EXEC|NOTE_EXIT_DETAIL|NOTE_EXITSTATUS; in job_start()