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

/freebsd-10.0-release/sys/ddb/
H A Ddb_ps.c161 case PRS_NEW:
394 case PRS_NEW:
/freebsd-10.0-release/lib/libkvm/
H A Dkvm_file.c100 if (proc.p_state == PRS_NEW)
H A Dkvm_proc.c147 if (proc.p_state == PRS_NEW)
/freebsd-10.0-release/sys/kern/
H A Dtty_info.c294 if (p->p_state == PRS_NEW || p->p_state == PRS_ZOMBIE)
H A Dkern_clock.c213 if (p->p_state == PRS_NEW) {
H A Dkern_proc.c283 if (p->p_state == PRS_NEW) {
296 * returning processes in the PRS_NEW state, we allow callers to avoid
319 if (p->p_state == PRS_NEW) {
841 if (p->p_state != PRS_NEW &&
1328 if (p->p_state == PRS_NEW) {
H A Dsys_process.c1384 if (p->p_state == PRS_NEW)
1409 if (p->p_state == PRS_NEW || p_cansee(td, p) != 0) {
H A Dkern_descrip.c2910 if (p->p_state == PRS_NEW)
2929 if (p->p_state == PRS_NEW) {
3791 if (p->p_state == PRS_NEW)
3842 if (p->p_state == PRS_NEW)
H A Dkern_fork.c389 p2->p_state = PRS_NEW; /* protect against others */
H A Dkern_ktrace.c950 if (p->p_state == PRS_NEW ||
H A Dkern_thread.c1018 if (td->td_proc->p_state == PRS_NEW) {
H A Dsched_4bsd.c487 if (p->p_state == PRS_NEW) {
H A Dkern_sig.c1612 p == td->td_proc || p->p_state == PRS_NEW) {
1646 p->p_state == PRS_NEW) {
H A Dkern_jail.c2283 if (p->p_state != PRS_NEW && p->p_ucred &&
/freebsd-10.0-release/sys/vm/
H A Dvm_glue.c710 if (p->p_state == PRS_NEW ||
825 if (p->p_state == PRS_NEW)
H A Dvm_meter.c135 case PRS_NEW:
/freebsd-10.0-release/sys/sys/
H A Dproc.h498 PRS_NEW = 0, /* In creation */ enumerator in enum:proc::__anon11039
/freebsd-10.0-release/sys/compat/linprocfs/
H A Dlinprocfs.c765 case PRS_NEW:

Completed in 168 milliseconds