Lines Matching defs:class
49 au_class_t class; /* audit event class mask */
56 static au_class_t frcp_class = AU_MASK_NONE; /* forced class */
61 * Keep a dynamic array of event<-->class mappings.
119 if (event_map[i].class & comp_class) {
122 } else if (event_map[i].class & frcp_class) {
154 * load the event<->class map into memory
166 * so, refresh the forced preselection class and the event to
167 * class mappings even if audit_event(4) hasn't changed.
177 /* get the "frcp" class definition */
223 event_map[event_count].class = evp->ae_class;