Home
last modified time | relevance | path

Searched refs:au_emod_t (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/uts/common/c2/
H A Daudit_record.h270 token_t *au_to_header(int, au_event_t, au_emod_t);
271 token_t *au_to_header_ex(int, au_event_t, au_emod_t);
303 void au_close(au_kcontext_t *, caddr_t *, int, au_event_t, au_emod_t,
305 void au_close_defer(token_t *, int, au_event_t, au_emod_t, timestruc_t *);
306 void au_close_time(au_kcontext_t *, token_t *, int, au_event_t, au_emod_t,
402 extern token_t *au_to_header(au_event_t, au_emod_t);
403 extern token_t *au_to_header_ex(au_event_t, au_emod_t);
H A Daudit_kernel.h132 au_emod_t audi_e_mod; /* audit event modifier */
198 au_emod_t tad_evmod; /* event modifier for audit record */
H A Daudit_io.c105 au_emod_t e_mod, timestruc_t *e_time) in au_close()
137 au_close_defer(token_t *dchain, int flag, au_event_t e_type, au_emod_t e_mod, in au_close_defer()
232 au_emod_t e_mod, timestruc_t *etime) in au_close_time()
831 audit_async_finish(caddr_t *ad, au_event_t aid, au_emod_t amod, in audit_async_finish()
H A Daudit.h89 typedef ushort_t au_emod_t; typedef
545 void audit_async_finish(caddr_t *, au_event_t, au_emod_t, timestruc_t *);
H A Daudit_token.c66 au_to_header(int byte_count, au_event_t e_type, au_emod_t e_mod) in au_to_header()
99 au_to_header_ex(int byte_count, au_event_t e_type, au_emod_t e_mod) in au_to_header_ex()
H A Daudit.c738 au_emod_t evmod = 0; in audit_closef()
753 tad->tad_evmod |= (au_emod_t)fad->fad_flags; in audit_closef()
792 evmod = (au_emod_t)fad->fad_flags; in audit_closef()
H A Daudit_event.c1980 tad->tad_evmod = (au_emod_t)fad->fad_flags; in aus_close()
/titanic_41/usr/src/lib/libbsm/common/
H A Dau_open.c142 au_emod_t e_mod; in au_close()
H A Dau_to.c78 au_to_header(au_event_t e_type, au_emod_t e_mod) in au_to_header()
119 au_to_header_ex(au_event_t e_type, au_emod_t e_mod) in au_to_header_ex()
/titanic_41/usr/src/cmd/auditreduce/
H A Dproc.c631 au_emod_t id_modifier;
/titanic_41/usr/src/cmd/praudit/
H A Dformat.c59 static void eventmodifier2string(au_emod_t emodifier, char *modstring,
1256 eventmodifier2string(au_emod_t emodifier, char *modstring, size_t modlen) in eventmodifier2string()
2255 au_emod_t emodifier; in pa_event_modifier()