Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/powertop/common/
H A Ddisplay.c88 SW_FREQ, enumerator
194 sw[SW_FREQ] = subwin(stdscr, cstate_lines, win_cols/2 - 8, pos_y, in pt_display_setup()
437 print(sw[SW_FREQ], 0, 0, "%s\n", g_msg_freq_state); in pt_display_states()
454 print(sw[SW_FREQ], i+1, 0, "%s\n", c); in pt_display_states()
511 print(sw[SW_FREQ], i+1, 0, "%s\n", c); in pt_display_states()
516 print(sw[SW_FREQ], 1, 0, "%s\n", c); in pt_display_states()
521 (void) wnoutrefresh(sw[SW_FREQ]); in pt_display_states()