SIDL 225 kern/kern_fork.c p2->p_stat = SIDL; /* protect against others */ SIDL 1012 kern/kern_sysctl.c if (p->p_stat == SIDL) SIDL 1137 kern/kern_sysctl.c if (p->p_stat == SIDL || P_ZOMBIE(p)) { SIDL 1271 kern/kern_sysctl.c if (p->p_stat == SIDL || P_ZOMBIE(p)) { SIDL 537 kern/sched_bsd.c case SIDL: SIDL 2100 kern/tty.c pick->p_stat == SIDL || P_ZOMBIE(pick) ? 0 : SIDL 2119 kern/tty.c #define ISRUN(p) (((p)->p_stat == SRUN) || ((p)->p_stat == SIDL) || \ SIDL 112 uvm/uvm_meter.c case SIDL: SIDL 263 uvm/uvm_meter.c case SIDL: SIDL 266 uvm/uvm_meter.c if (p->p_stat == SIDL)