Lines Matching refs:what
110 exit_reason(char *buf, size_t bufsz, int what, int why) in exit_reason() argument
114 (void) snprintf(buf, bufsz, "exited with status %d", what); in exit_reason()
117 (void) snprintf(buf, bufsz, "exited on fatal signal %d", what); in exit_reason()
120 (void) snprintf(buf, bufsz, "core dumped on signal %d", what); 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
394 if (restart_init(what, why) == 0) in proc_exit()
422 why == CLD_EXITED && what == _EVAPORATE); in proc_exit()
566 rv = wstat(why, what); in proc_exit()
578 audit_exit(why, what); in proc_exit()
764 p->p_wdata = what; in proc_exit()