Searched refs:PR_KLC (Results 1 – 6 of 6) sorted by relevance
444 int krflag = psp->pr_flags & (PR_KLC | PR_RLC); in dt_proc_waitrun()576 if (Pstatus(P)->pr_flags & PR_KLC) in dt_proc_control()578 if (proc_getflags(P) & PR_KLC) in dt_proc_control()786 if (!(Pstatus(dpr->dpr_proc)->pr_flags & (PR_KLC | PR_RLC))) {788 if (!(proc_getflags(dpr->dpr_proc) & (PR_KLC | PR_RLC))) {793 } else if (Pstatus(dpr->dpr_proc)->pr_flags & PR_KLC) {795 } else if (proc_getflags(dpr->dpr_proc) & PR_KLC) {996 (void) Psetflags(dpr->dpr_proc, PR_KLC);1066 (void) Punsetflags(dpr->dpr_proc, PR_KLC);
41 #define PR_KLC 0x0002 macro
8125 (proc_modify_flag): add support for PR_KLC (kill on last close).
1205 Remove PR_ASYNC, PR_KLC tests.