Home
last modified time | relevance | path

Searched refs:px_state (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/top/dist/machine/
H A Dm_sunos5.c53 #define px_state pr_lwp.pr_state macro
61 #define px_state pr_state macro
411 if (pp->px_state == SONPROC && cpucount > 1) in fmt_state()
421 return snprintf(buf, sz, "%-6s", state_abbrev[(int)pp->px_state]); in fmt_state()
1566 if (pp->px_state != 0 && in get_process_info()
1570 state = (int)pp->px_state; in get_process_info()
1582 (show_idle || percent_cpu (pp) || (pp->px_state == SRUN) || (pp->px_state == SONPROC)) && in get_process_info()
1740 #define ORDERKEY_STATE if ((result = (long) (sorted_state[(int)p2->px_state] - \
1741 sorted_state[(int)p1->px_state])) == 0)
2123 currproc->px_state = lwpp->pr_state; in getptable()
[all …]