Searched refs:PGRP_ORPHANED (Results 1 – 4 of 4) sorted by relevance
779 pgrp->pg_flags &= ~PGRP_ORPHANED; in doenterpgrp()893 pgrp->pg_flags &= ~PGRP_ORPHANED; in fixjobc_kill()903 pgrp->pg_flags &= ~PGRP_ORPHANED; in fixjobc_kill()980 pg->pg_flags |= PGRP_ORPHANED; in orphanpg()
2365 (p->p_pgrp->pg_flags & PGRP_ORPHANED) != 0 && in tdsendsignal()3233 pg_flags & PGRP_ORPHANED) != 0 && in sigprocess()
473 (pg->pg_flags & PGRP_ORPHANED) != 0) { in tty_wait_background()
117 #define PGRP_ORPHANED 0x00000001 /* Group is orphaned */ macro