Searched refs:PRS_NEW (Results 1 – 18 of 18) sorted by relevance
205 case PRS_NEW: in db_ps_proc()459 case PRS_NEW: in DB_SHOW_COMMAND()
378 if (p->p_state == PRS_NEW || p->p_state == PRS_ZOMBIE) in tty_info()
277 if (p->p_state == PRS_NEW) { in deadlkres()
643 if (p->p_state == PRS_NEW) { in proc0_post()
826 if (p->p_state == PRS_NEW || p_cansee(td, p) != 0) { in kern_procctl()
421 if (p->p_state == PRS_NEW) { in pfind_any_locked()451 if (p->p_state == PRS_NEW || in _pfind()1104 if (p->p_state != PRS_NEW && in fill_kinfo_proc_only()1581 if (p->p_state == PRS_NEW) in proc_iterate()
386 p2->p_state = PRS_NEW; /* protect against others */ in do_fork()
4133 if (p->p_state == PRS_NEW) { in sysctl_kern_file()4154 if (p->p_state == PRS_NEW) { in sysctl_kern_file()4786 if (p->p_state == PRS_NEW) in file_to_first_proc()4841 if (p->p_state == PRS_NEW) in DB_SHOW_COMMAND()
1015 if (p->p_state == PRS_NEW || in sys_ktrace()
474 if (p->p_state == PRS_NEW) { in schedcpu()
1685 if (p->p_state == PRS_NEW) { in tdfind()
2204 MPASS(p->p_state == PRS_ZOMBIE || p->p_state == PRS_NEW); in proc_unset_cred()
590 if (p->p_state == PRS_NEW) { in domainset_notify()
2406 if (p->p_state != PRS_NEW && p->p_ucred && in prison_remove_one()
1710 (notself && p == arg->td->td_proc) || p->p_state == PRS_NEW) in killpg1_sendsig()
207 if (p->p_state != PRS_NEW) { in vmtotal()
672 if (p->p_state == PRS_NEW || (p->p_flag & (P_SWAPPINGOUT | in swapper_selector()
612 PRS_NEW = 0, /* In creation */ enumerator