Symbol: au_emod_t
usr/src/cmd/auditreduce/proc.c
631
au_emod_t id_modifier;
usr/src/cmd/praudit/format.c
1407
eventmodifier2string(au_emod_t emodifier, char *modstring, size_t modlen)
usr/src/cmd/praudit/format.c
2389
au_emod_t emodifier;
usr/src/cmd/praudit/format.c
62
static void eventmodifier2string(au_emod_t emodifier, char *modstring,
usr/src/lib/libbsm/common/au_open.c
142
au_emod_t e_mod;
usr/src/lib/libbsm/common/au_to.c
119
au_to_header_ex(au_event_t e_type, au_emod_t e_mod)
usr/src/lib/libbsm/common/au_to.c
78
au_to_header(au_event_t e_type, au_emod_t e_mod)
usr/src/uts/common/c2/audit.c
737
au_emod_t evmod = 0;
usr/src/uts/common/c2/audit.c
752
tad->tad_evmod |= (au_emod_t)fad->fad_flags;
usr/src/uts/common/c2/audit.c
791
evmod = (au_emod_t)fad->fad_flags;
usr/src/uts/common/c2/audit.h
547
void audit_async_finish(caddr_t *, au_event_t, au_emod_t, timestruc_t *);
usr/src/uts/common/c2/audit_event.c
2025
tad->tad_evmod = (au_emod_t)fad->fad_flags;
usr/src/uts/common/c2/audit_io.c
105
au_emod_t e_mod, timestruc_t *e_time)
usr/src/uts/common/c2/audit_io.c
137
au_close_defer(token_t *dchain, int flag, au_event_t e_type, au_emod_t e_mod,
usr/src/uts/common/c2/audit_io.c
232
au_emod_t e_mod, timestruc_t *etime)
usr/src/uts/common/c2/audit_io.c
841
audit_async_finish(caddr_t *ad, au_event_t aid, au_emod_t amod,
usr/src/uts/common/c2/audit_kernel.h
132
au_emod_t audi_e_mod; /* audit event modifier */
usr/src/uts/common/c2/audit_kernel.h
198
au_emod_t tad_evmod; /* event modifier for audit record */
usr/src/uts/common/c2/audit_record.h
279
token_t *au_to_header(int, au_event_t, au_emod_t);
usr/src/uts/common/c2/audit_record.h
280
token_t *au_to_header_ex(int, au_event_t, au_emod_t);
usr/src/uts/common/c2/audit_record.h
313
void au_close(au_kcontext_t *, caddr_t *, int, au_event_t, au_emod_t,
usr/src/uts/common/c2/audit_record.h
315
void au_close_defer(token_t *, int, au_event_t, au_emod_t, timestruc_t *);
usr/src/uts/common/c2/audit_record.h
316
void au_close_time(au_kcontext_t *, token_t *, int, au_event_t, au_emod_t,
usr/src/uts/common/c2/audit_record.h
412
extern token_t *au_to_header(au_event_t, au_emod_t);
usr/src/uts/common/c2/audit_record.h
413
extern token_t *au_to_header_ex(au_event_t, au_emod_t);
usr/src/uts/common/c2/audit_token.c
66
au_to_header(int byte_count, au_event_t e_type, au_emod_t e_mod)
usr/src/uts/common/c2/audit_token.c
99
au_to_header_ex(int byte_count, au_event_t e_type, au_emod_t e_mod)