Searched refs:pwtop (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | jobs.c | 1597 static struct process *job_unpost(register struct process *pwtop,int notify) in job_unpost() argument 1602 …p pid=%d critical=%d pid=%d env=%d\n",__LINE__,getpid(),job.in_critical,pwtop->p_pid,pwtop->p_env); in job_unpost() 1605 pwtop = pw = job_byjid((int)pwtop->p_job); in job_unpost() 1614 job_unlink(pwtop); in job_unpost() 1615 for(pw=pwtop; pw; pw=pw->p_nxtproc) in job_unpost() 1635 pwtop->p_pid = 0; in job_unpost() 1637 …h: job line %4d: free pid=%d critical=%d job=%d\n",__LINE__,getpid(),job.in_critical,pwtop->p_job); in job_unpost() 1640 job_free((int)pwtop->p_job); in job_unpost()
|