Searched refs:PS_EMBRYO (Results 1 – 9 of 9) sorted by relevance
415 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()
168 if (process.ps_flags & PS_EMBRYO) in kvm_proclist()
327 if (process.ps_flags & (PS_SYSTEM | PS_EMBRYO | PS_EXITING)) in kvm_deadfile_byid()
291 pr->ps_flags |= PS_EMBRYO; in process_new()484 atomic_clearbits_int(&pr->ps_flags, PS_EMBRYO); in fork1()
1769 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()
2212 if ((pickpr->ps_flags & (PS_EMBRYO | PS_ZOMBIE)) == 0 && in ttyinfo()
241 if (kp->p_psflags & (PS_EMBRYO | PS_ZOMBIE)) in main()
296 #define PS_EMBRYO 0x00020000 /* New process, not yet fledged */ macro
678 if (((pr)->ps_flags & (PS_EMBRYO | PS_ZOMBIE)) == 0) { \