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

/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_klib.c88 struct evclass_elem *evc; local
94 LIST_FOREACH(evc, &evcl->head, entry) {
95 if (evc->event == event) {
96 class = evc->class;
116 struct evclass_elem *evc, *evc_new; local
131 evc_new = malloc(sizeof(*evc), M_AUDITEVCLASS, M_WAITOK);
135 LIST_FOREACH(evc, &evcl->head, entry) {
136 if (evc->event == event) {
137 evc->class = class;
143 evc
[all...]

Completed in 27 milliseconds