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