Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Djobs.c217 shp->savexit = pw->p_exit; in job_chldtrap()
442 pw->p_exit = 0; in job_reap()
537 jp->exitval = pw->p_exit; in job_reap()
1043 n = px->p_exit; in job_list()
1429 pw->p_exit = 0; in job_post()
1452 pw->p_exit = val; in job_post()
1453 if(pw->p_exit==SH_STOPSIG) in job_post()
1456 pw->p_exit = 0; in job_post()
1461 pw->p_exit &= SH_EXITMASK; in job_post()
1516 if(pw->p_exit!=SIGINT && pw->p_exit!=SIGPIPE) in job_prmsg()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Djobs.h87 unsigned short p_exit; /* exit value or signal number */ member
/illumos-gate/usr/src/cmd/init/
H A Dinit.c320 short p_exit; /* Exit status of a process which died */ member
1432 tmproc.p_exit = 0; in spawn()
1502 process->p_exit = 0; in findpslot()
2345 process->p_exit = (short)status; in childeath_single()
2495 process->p_exit = 0; in efork()
2564 answer = (process->p_exit & 0xffff); in waitproc()
2652 u->ut_exit.e_termination = WTERMSIG(process->p_exit); in account()
2653 u->ut_exit.e_exit = WEXITSTATUS(process->p_exit); in account()