pstat 367 kern/kern_proc.c static const char *const pstat[] = {
pstat 373 kern/kern_proc.c if (p->p_stat < 1 || p->p_stat > sizeof(pstat) / sizeof(pstat[0]))
pstat 376 kern/kern_proc.c pst = pstat[(int)p->p_stat - 1];