Lines Matching defs:p_state
108 char p_state; /* numeric value of process state */
340 up->p_state = (info.pr_nlwp == 0? ZOMBIE : RUNNING);
348 if (up->p_state != NONE && up->p_state != ZOMBIE) {
514 if (up->p_state == VISITED) /* we already been here */
517 if (up->p_state == ZOMBIE)
521 else if (up->p_state != NONE) {
527 up->p_state = VISITED;
586 if (up->p_state == VISITED)
588 up->p_state = VISITED;
589 if (up->p_state == NONE || up->p_state == ZOMBIE)
705 up->p_state = NONE;
725 tp->p_state = NONE;