Searched defs:e_mod (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libbsm/common/
H A Dau_open.c142 au_emod_t e_mod; local
237 e_mod = 0;
243 adr_ushort(&adr, &e_mod, 1);
H A Dau_to.c78 au_to_header(au_event_t e_type, au_emod_t e_mod) argument
104 adr_ushort(&adr, &e_mod, 1); /* event ID modifier */
119 au_to_header_ex(au_event_t e_type, au_emod_t e_mod) argument
138 return (au_to_header(e_type, e_mod));
142 return (au_to_header(e_type, e_mod));
145 return (au_to_header(e_type, e_mod));
163 adr_ushort(&adr, &e_mod, 1); /* event ID modifier */
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_io.c105 au_emod_t e_mod, timestruc_t *e_time)
125 au_close_defer(dchain, flag, e_type, e_mod, e_time);
128 au_close_time(kctx, dchain, flag, e_type, e_mod, e_time);
137 au_close_defer(token_t *dchain, int flag, au_event_t e_type, au_emod_t e_mod, argument
161 attr->audi_e_mod = e_mod;
232 au_emod_t e_mod, timestruc_t *etime)
300 record = au_to_header_ex(byte_count, e_type, e_mod);
302 record = au_to_header(byte_count, e_type, e_mod);
104 au_close(au_kcontext_t *kctx, caddr_t *d, int flag, au_event_t e_type, au_emod_t e_mod, timestruc_t *e_time) argument
231 au_close_time(au_kcontext_t *kctx, token_t *dchain, int flag, au_event_t e_type, au_emod_t e_mod, timestruc_t *etime) argument
H A Daudit_token.c66 au_to_header(int byte_count, au_event_t e_type, au_emod_t e_mod) argument
87 adr_ushort(&adr, &e_mod, 1); /* event ID modifier */
99 au_to_header_ex(int byte_count, au_event_t e_type, au_emod_t e_mod) argument
122 adr_ushort(&adr, &e_mod, 1); /* event ID modifier */

Completed in 69 milliseconds