Searched refs:pg_jobc (Results 1 – 6 of 6) sorted by relevance
1112 if (pg->pg_jobc == 0) { in ttioctl_locked()2143 if (pg->pg_jobc == 0) { in ttread()2513 if (pg->pg_jobc == 0) { in ttwrite()
2238 if (prop & SA_TTYSTOP && pg->pg_jobc == 0 && in psignal_internal()2845 (pg->pg_jobc == 0 && in issignal_locked()2995 (pg->pg_jobc == 0 && in CURSIG()
2999 hispg->pg_jobc++; in fixjob_callback()3001 } else if (--hispg->pg_jobc == 0) { in fixjob_callback()3049 pgrp->pg_jobc++; in fixjobc()3051 } else if (--pgrp->pg_jobc == 0) { in fixjobc()
1031 ep->e_jobc = pg->pg_jobc; in fill_user32_eproc()1088 ep->e_jobc = pg->pg_jobc; in fill_user64_eproc()
813 pbsd->pbi_pjobc = pg->pg_jobc; in proc_pidbsdinfo()
202 int pg_jobc; /* # procs qualifying pgrp for job control (PGL) */ member