Home
last modified time | relevance | path

Searched refs:cacheauevent (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/libbsm/common/
H A Dlibbsm.h157 extern int cacheauevent(au_event_ent_t **, au_event_t);
H A Daudit_event.c269 cacheauevent(au_event_ent_t **result, au_event_t event_number) in cacheauevent() function
H A Dmapfile-vers281 cacheauevent;
/titanic_41/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c571 if (cacheauevent(&event, ctx.out.sf_eventid) < 0) in filter()
661 if (cacheauevent(&event, ctx.out.sf_eventid) < 0) in filter()
/titanic_41/usr/src/cmd/auditreduce/
H A Dproc.c692 if (cacheauevent(&ev, event_type) <= 0) {
/titanic_41/usr/src/cmd/praudit/
H A Dformat.c2320 (void) cacheauevent(&p_event, etype); in pa_event_type()