Home
last modified time | relevance | path

Searched refs:e_mod (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.140.41/bsd/bsm/
H A Daudit_record.h219 token_t *au_to_header32_tm(int rec_size, au_event_t e_type, au_emod_t e_mod,
222 token_t *au_to_header32_ex_tm(int rec_size, au_event_t e_type, au_emod_t e_mod,
225 token_t *au_to_header64_tm(int rec_size, au_event_t e_type, au_emod_t e_mod,
229 token_t *au_to_header(int rec_size, au_event_t e_type, au_emod_t e_mod)
231 token_t *au_to_header_ex(int rec_size, au_event_t e_type, au_emod_t e_mod)
233 token_t *au_to_header32(int rec_size, au_event_t e_type, au_emod_t e_mod)
235 token_t *au_to_header64(int rec_size, au_event_t e_type, au_emod_t e_mod)
237 token_t *au_to_header32_ex(int rec_size, au_event_t e_type, au_emod_t e_mod)
/xnu-8020.140.41/bsd/security/audit/
H A Daudit_bsm_token.c1457 au_to_header32_ex_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, in au_to_header32_ex_tm() argument
1482 ADD_U_INT16(dptr, e_mod); in au_to_header32_ex_tm()
1506 au_to_header32_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, in au_to_header32_tm() argument
1520 ADD_U_INT16(dptr, e_mod); in au_to_header32_tm()
1531 au_to_header64_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, in au_to_header64_tm() argument
1545 ADD_U_INT16(dptr, e_mod); in au_to_header64_tm()