Home
last modified time | relevance | path

Searched refs:PS_EMBRYO (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/lib/libkvm/
Dkvm_proc.c415 if (p->p_psflags & (PS_EMBRYO | PS_ZOMBIE)) in proc_verify()
428 return ((kernprocess.ps_flags & (PS_EMBRYO | PS_ZOMBIE)) == 0); in proc_verify()
453 if (p->p_psflags & (PS_EMBRYO | PS_ZOMBIE) || in kvm_doargv()
Dkvm_proc2.c168 if (process.ps_flags & PS_EMBRYO) in kvm_proclist()
Dkvm_file2.c327 if (process.ps_flags & (PS_SYSTEM | PS_EMBRYO | PS_EXITING)) in kvm_deadfile_byid()
/openbsd/src/sys/kern/
Dkern_fork.c291 pr->ps_flags |= PS_EMBRYO; in process_new()
484 atomic_clearbits_int(&pr->ps_flags, PS_EMBRYO); in fork1()
Dkern_sysctl.c1769 if (pr->ps_flags & (PS_SYSTEM | PS_EMBRYO | PS_EXITING)) in sysctl_file()
1810 if (pr->ps_flags & (PS_SYSTEM | PS_EMBRYO | PS_EXITING)) in sysctl_file()
1901 if (pr->ps_flags & PS_EMBRYO) in sysctl_doproc()
2048 if ((pr->ps_flags & PS_EMBRYO) == 0 && vm != NULL) in fill_kproc()
Dtty.c2212 if ((pickpr->ps_flags & (PS_EMBRYO | PS_ZOMBIE)) == 0 && in ttyinfo()
/openbsd/src/usr.bin/w/
Dw.c241 if (kp->p_psflags & (PS_EMBRYO | PS_ZOMBIE)) in main()
/openbsd/src/sys/sys/
Dproc.h296 #define PS_EMBRYO 0x00020000 /* New process, not yet fledged */ macro
Dsysctl.h678 if (((pr)->ps_flags & (PS_EMBRYO | PS_ZOMBIE)) == 0) { \