Searched refs:au_to_header32_ex_tm (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/openbsm/libbsm/ |
H A D | bsm_audit.c | 269 header = au_to_header32_ex_tm(tot_rec_size, event, in au_assemble()
|
H A D | bsm_token.c | 1503 au_to_header32_ex_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, in au_to_header32_ex_tm() function 1581 return (au_to_header32_ex_tm(rec_size, e_type, e_mod, tm, &aia)); in au_to_header32_ex()
|
/freebsd/contrib/openbsm/sys/bsm/ |
H A D | audit_record.h | 205 token_t *au_to_header32_ex_tm(int rec_size, au_event_t e_type, au_emod_t e_mod,
|
/freebsd/sys/bsm/ |
H A D | audit_record.h | 210 token_t *au_to_header32_ex_tm(int rec_size, au_event_t e_type, au_emod_t e_mod,
|
/freebsd/sys/security/audit/ |
H A D | bsm_token.c | 1471 au_to_header32_ex_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, in au_to_header32_ex_tm() function 1546 return (au_to_header32_ex_tm(rec_size, e_type, e_mod, tm, &aia)); in au_to_header32_ex()
|
H A D | audit_bsm.c | 147 hdr = au_to_header32_ex_tm(tot_rec_size, event, 0, tm, &ak); in kau_close()
|