Lines Matching defs:event
48 au_event_t event; /* audit event number */
49 au_class_t class; /* audit event class mask */
61 * Keep a dynamic array of event<-->class mappings.
64 * 0: event is not preselected.
65 * 1: event is normal preselected.
66 * 2: event is forced preselected.
69 * Couldn't find event.
118 if (event_map[i].event == au_event) {
123 /* force this event */
133 return (-1); /* could not find event in the table */
154 * load the event<->class map into memory
166 * so, refresh the forced preselection class and the event to
211 * Skip kernel audit events (event numbers 0-2047 are reserved
213 * aren't needed here for userland event lookups.
222 event_map[event_count].event = evp->ae_number;
236 * realloc the event map in ALLOC_INCR increments