Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/powertop/common/
H A Ddisplay.c91 SW_EVENTS, enumerator
208 sw[SW_EVENTS] = subwin(stdscr, event_lines, win_cols, pos_y, 0); in pt_display_setup()
612 (void) werase(sw[SW_EVENTS]); in pt_display_events()
613 (void) wbkgd(sw[SW_EVENTS], COLOR_PAIR(PT_COLOR_DEFAULT)); in pt_display_events()
614 (void) wattron(sw[SW_EVENTS], COLOR_PAIR(PT_COLOR_DEFAULT)); in pt_display_events()
632 print(sw[SW_EVENTS], 0, 0, "%s", c); in pt_display_events()
644 print(sw[SW_EVENTS], i+1, 0, "%s", c); in pt_display_events()
645 print(sw[SW_EVENTS], i+1, 16, "%20s :", in pt_display_events()
647 print(sw[SW_EVENTS], i+1, 40, "%-64s\n", in pt_display_events()
652 (void) wnoutrefresh(sw[SW_EVENTS]); in pt_display_events()