Searched refs:e_type (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.121.3/bsd/bsm/ ! |
| H A D | audit_record.h | 219 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.121.3/bsd/security/audit/ ! |
| H A D | audit_bsm_token.c | 1457 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 1481 ADD_U_INT16(dptr, e_type); 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 1519 ADD_U_INT16(dptr, e_type); 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 1544 ADD_U_INT16(dptr, e_type); in au_to_header64_tm()
|
| H A D | audit_private.h | 515 uint16_t e_type; member
|
| H A D | audit_bsm.c | 2122 if (!kern_events_allowed && AUE_IS_A_KEVENT(ntohs(hdr->e_type))) { in bsm_rec_verify()
|