Searched refs:au_emod_t (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/uts/common/c2/ |
H A D | audit_record.h | 279 token_t *au_to_header(int, au_event_t, au_emod_t); 280 token_t *au_to_header_ex(int, au_event_t, au_emod_t); 313 void au_close(au_kcontext_t *, caddr_t *, int, au_event_t, au_emod_t, 315 void au_close_defer(token_t *, int, au_event_t, au_emod_t, timestruc_t *); 316 void au_close_time(au_kcontext_t *, token_t *, int, au_event_t, au_emod_t, 412 extern token_t *au_to_header(au_event_t, au_emod_t); 413 extern token_t *au_to_header_ex(au_event_t, au_emod_t);
|
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() 841 audit_async_finish(caddr_t *ad, au_event_t aid, au_emod_t amod, in audit_async_finish()
|
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.h | 91 typedef ushort_t au_emod_t; typedef 547 void audit_async_finish(caddr_t *, au_event_t, au_emod_t, timestruc_t *);
|
H A D | audit.c | 737 au_emod_t evmod = 0; in audit_closef() 752 tad->tad_evmod |= (au_emod_t)fad->fad_flags; in audit_closef() 791 evmod = (au_emod_t)fad->fad_flags; in audit_closef()
|
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_event.c | 2025 tad->tad_evmod = (au_emod_t)fad->fad_flags; in aus_close()
|
/illumos-gate/usr/src/boot/sys/sys/bsm/ |
H A D | audit.h | 174 typedef u_int16_t au_emod_t; typedef
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/auditreduce/ |
H A D | proc.c | 631 au_emod_t id_modifier;
|
/illumos-gate/usr/src/cmd/praudit/ |
H A D | format.c | 62 static void eventmodifier2string(au_emod_t emodifier, char *modstring, 1407 eventmodifier2string(au_emod_t emodifier, char *modstring, size_t modlen) in eventmodifier2string() 2389 au_emod_t emodifier; in pa_event_modifier()
|