Searched refs:EVENT_NUM_MAX (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/powertop/common/
H A Dpowertop.c77 event_info_t g_event_info[EVENT_NUM_MAX];
352 (void) memset(g_event_info, 0, EVENT_NUM_MAX *
H A Dpowertop.h93 #define EVENT_NUM_MAX 100 macro
246 extern event_info_t g_event_info[EVENT_NUM_MAX];
H A Ddisplay.c618 if (g_top_events > EVENT_NUM_MAX)
619 g_top_events = EVENT_NUM_MAX;
H A Devents.c62 if (g_top_events >= EVENT_NUM_MAX)

Completed in 23 milliseconds