Lines Matching defs:what
110 exit_reason(char *buf, size_t bufsz, int what, int why)
114 (void) snprintf(buf, bufsz, "exited with status %d", what);
117 (void) snprintf(buf, bufsz, "exited on fatal signal %d", what);
120 (void) snprintf(buf, bufsz, "core dumped on signal %d", what);
124 "(%d, %d)", why, what);
153 restart_init(int what, int why)
170 exit_reason(reason_buf, sizeof (reason_buf), what, why));
292 exit(int why, int what)
300 if (proc_exit(why, what) != 0) {
328 proc_exit(int why, int what)
394 if (restart_init(what, why) == 0)
422 why == CLD_EXITED && what == _EVAPORATE);
566 rv = wstat(why, what);
578 audit_exit(why, what);
764 p->p_wdata = what;
854 * Do what sigcld() would do if the disposition