Searched refs:rec_size (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.61.12/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) 363 token_t *au_to_trailer(int rec_size)
|
| /xnu-12377.61.12/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 1479 ADD_U_INT32(dptr, rec_size); 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 1517 ADD_U_INT32(dptr, rec_size); 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 1542 ADD_U_INT32(dptr, rec_size); in au_to_header64_tm() 1561 au_to_trailer(int rec_size) in au_to_trailer() argument 1572 ADD_U_INT32(dptr, rec_size); in au_to_trailer()
|