Searched refs:au_emod_t (Results 1 – 11 of 11) sorted by relevance
/titanic_44/usr/src/uts/common/c2/ |
H A D | audit_record.h | 270 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 D | audit_kernel.h | 132 au_emod_t audi_e_mod; /* audit event modifier */ 198 au_emod_t tad_evmod; /* event modifier for audit record */
|
H A D | audit_io.c | 105 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 D | audit.h | 89 typedef ushort_t au_emod_t; typedef 545 void audit_async_finish(caddr_t *, au_event_t, au_emod_t, timestruc_t *);
|
H A D | audit_token.c | 66 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 D | audit.c | 738 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 D | audit_event.c | 1980 tad->tad_evmod = (au_emod_t)fad->fad_flags; in aus_close()
|
/titanic_44/usr/src/lib/libbsm/common/ |
H A D | au_open.c | 142 au_emod_t e_mod; in au_close()
|
H A D | au_to.c | 78 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_44/usr/src/cmd/auditreduce/ |
H A D | proc.c | 631 au_emod_t id_modifier;
|
/titanic_44/usr/src/cmd/praudit/ |
H A D | format.c | 59 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()
|