Lines Matching refs:why
110 exit_reason(char *buf, size_t bufsz, int what, int why) in exit_reason() argument
112 switch (why) { in exit_reason()
124 "(%d, %d)", why, what); in exit_reason()
153 restart_init(int what, int why) in restart_init() argument
170 exit_reason(reason_buf, sizeof (reason_buf), what, why)); in restart_init()
292 exit(int why, int what) in exit() argument
300 if (proc_exit(why, what) != 0) { in exit()
328 proc_exit(int why, int what) in proc_exit() argument
370 DTRACE_PROC1(exit, int, why); in proc_exit()
394 if (restart_init(what, why) == 0) in proc_exit()
422 why == CLD_EXITED && what == _EVAPORATE); in proc_exit()
558 rv = wstat(why, what); in proc_exit()
570 audit_exit(why, what); in proc_exit()
757 p->p_wcode = (char)why; in proc_exit()