Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libshell/common/sh/
H A Djobs.c200 shp->savexit = pw->p_exit; in job_chldtrap()
307 pw->p_exit = 0; in job_reap()
335 pw->p_exit = WSTOPSIG(wstat); in job_reap()
337 sh_fault(pw->p_exit); in job_reap()
362 pw->p_exit = WTERMSIG(wstat); in job_reap()
366 if(pw->p_pgrp && pw->p_pgrp==job.curpgid && pw->p_exit==SIGINT && sh_isstate(SH_STOPOK)) in job_reap()
377 pw->p_exit = pw->p_exitmin; in job_reap()
379 pw->p_exit = WEXITSTATUS(wstat); in job_reap()
402 jp->exitval = pw->p_exit; in job_reap()
407 … status=%x exit=%d\n",__LINE__,getpid(),job.in_critical,pw->p_job,pid,pw->p_flag,wstat,pw->p_exit); in job_reap()
[all …]
/titanic_44/usr/src/lib/libshell/common/include/
H A Djobs.h66 unsigned short p_exit; /* exit value or signal number */ member
/titanic_44/usr/src/cmd/init/
H A Dinit.c316 short p_exit; /* Exit status of a process which died */ member
1420 tmproc.p_exit = 0; in spawn()
1490 process->p_exit = 0; in findpslot()
2382 process->p_exit = (short)status; in childeath_single()
2532 process->p_exit = 0; in efork()
2601 answer = (process->p_exit & 0xffff); in waitproc()
2689 u->ut_exit.e_termination = WTERMSIG(process->p_exit); in account()
2690 u->ut_exit.e_exit = WEXITSTATUS(process->p_exit); in account()