Searched refs:SIDL (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dproc.h156 #define SIDL 1 /* Process being created by fork. */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Dfasttrap.c1008 * does not return process's with SIDL set, but we always return
1026 ASSERT(p->p_stat == SIDL);
2252 if ((p = proc_find(pid)) == PROC_NULL || p->p_stat == SIDL) {
2292 if ((p = proc_find(pid)) == NULL || p->p_stat == SIDL) {
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_proc.c1798 if (p->p_stat == SIDL)
1985 if (p->p_stat == SIDL)
H A Dkern_fork.c946 child->p_stat = SIDL;
H A Dkern_sysctl.c1331 if (p->p_stat == SIDL || p->p_stat == SZOMB) {
1412 if (p->p_stat == SIDL || p->p_stat == SZOMB) {
H A Dtty.c2458 #define ISRUN(p) (((p)->p_stat == SRUN) || ((p)->p_stat == SIDL))

Completed in 98 milliseconds