Searched refs:SW_IDLE (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/powertop/common/ |
H A D | display.c | 87 SW_IDLE, enumerator 193 sw[SW_IDLE] = subwin(stdscr, cstate_lines, win_cols/2 + 1, pos_y, 0); in pt_display_setup() 406 print(sw[SW_IDLE], 0, 0, "%s\tAvg\tResidency\n", g_msg_idle_state); in pt_display_states() 412 print(sw[SW_IDLE], 1, 0, "%s", c); in pt_display_states() 430 print(sw[SW_IDLE], i + 1, 0, "%s", c); in pt_display_states() 435 (void) wnoutrefresh(sw[SW_IDLE]); in pt_display_states()
|