Searched defs:event_map (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libbsm/common/
H A Dau_preselect.c46 typedef struct event_map { struct
51 static event_map_t *event_map; /* the map */ variable
109 if (event_map[i].event == au_event) {
110 if (event_map[i].class & comp_class) {
132 if ((event_map = (event_map_t *)
158 event_map[event_count].event = evp->ae_number;
159 event_map[event_count].class = evp->ae_class;
176 if ((event_map = (event_map_t *)
177 realloc(event_map, rsize)) == (event_map_t *)NULL)

Completed in 54 milliseconds