Home
last modified time | relevance | path

Searched refs:PRS_NEW (Results 1 – 18 of 18) sorted by relevance

/f-stack/freebsd/ddb/
H A Ddb_ps.c205 case PRS_NEW: in db_ps_proc()
459 case PRS_NEW: in DB_SHOW_COMMAND()
/f-stack/freebsd/kern/
H A Dtty_info.c378 if (p->p_state == PRS_NEW || p->p_state == PRS_ZOMBIE) in tty_info()
H A Dkern_clock.c277 if (p->p_state == PRS_NEW) { in deadlkres()
H A Dinit_main.c643 if (p->p_state == PRS_NEW) { in proc0_post()
H A Dkern_procctl.c826 if (p->p_state == PRS_NEW || p_cansee(td, p) != 0) { in kern_procctl()
H A Dkern_proc.c421 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()
H A Dkern_fork.c386 p2->p_state = PRS_NEW; /* protect against others */ in do_fork()
H A Dkern_descrip.c4133 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()
H A Dkern_ktrace.c1015 if (p->p_state == PRS_NEW || in sys_ktrace()
H A Dsched_4bsd.c474 if (p->p_state == PRS_NEW) { in schedcpu()
H A Dkern_thread.c1685 if (p->p_state == PRS_NEW) { in tdfind()
H A Dkern_prot.c2204 MPASS(p->p_state == PRS_ZOMBIE || p->p_state == PRS_NEW); in proc_unset_cred()
H A Dkern_cpuset.c590 if (p->p_state == PRS_NEW) { in domainset_notify()
H A Dkern_jail.c2406 if (p->p_state != PRS_NEW && p->p_ucred && in prison_remove_one()
H A Dkern_sig.c1710 (notself && p == arg->td->td_proc) || p->p_state == PRS_NEW) in killpg1_sendsig()
/f-stack/freebsd/vm/
H A Dvm_meter.c207 if (p->p_state != PRS_NEW) { in vmtotal()
H A Dvm_swapout.c672 if (p->p_state == PRS_NEW || (p->p_flag & (P_SWAPPINGOUT | in swapper_selector()
/f-stack/freebsd/sys/
H A Dproc.h612 PRS_NEW = 0, /* In creation */ enumerator