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

/freebsd-10.2-release/sys/security/audit/
H A Daudit_bsm_klib.c122 struct evclass_elem *evc; local
128 LIST_FOREACH(evc, &evcl->head, entry) {
129 if (evc->event == event) {
130 class = evc->class;
150 struct evclass_elem *evc, *evc_new; local
156 evc_new = malloc(sizeof(*evc), M_AUDITEVCLASS, M_WAITOK);
160 LIST_FOREACH(evc, &evcl->head, entry) {
161 if (evc->event == event) {
162 evc->class = class;
168 evc
[all...]
/freebsd-10.2-release/contrib/ntp/sntp/libevent/test/
H A Dregress_finalize.c239 struct event_and_count *evc = arg; local
240 evc->count += 100;
246 struct event_and_count *evc = arg; local
247 event_finalize(0, evc->ev, event_finalize_callback_2);
248 event_finalize(0, evc->ev2, event_finalize_callback_2);
249 ++ evc->count;

Completed in 91 milliseconds