Lines Matching defs:event
47 au_event_t event; /* audit event number */
48 au_class_t class; /* audit event class mask */
59 * Keep a dynamic array of event<-->class mappings.
62 * 1: The event is preselected.
63 * 0: The event is not preselected.
66 * Couldn't find event.
109 if (event_map[i].event == au_event) {
121 return (-1); /* could not find event in the table */
143 * load the event<->class map into memory
158 event_map[event_count].event = evp->ae_number;
168 * realloc the event map in ALLOC_INCR increments