Searched refs:au_to_header32_tm (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/openbsm/libbsm/ |
H A D | bsm_token.c | 1465 au_to_header32_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, in au_to_header32_tm() function 1579 return (au_to_header32_tm(rec_size, e_type, e_mod, tm)); in au_to_header32_ex() 1592 return (au_to_header32_tm(rec_size, e_type, e_mod, tm)); in au_to_header32()
|
/freebsd/sys/security/audit/ |
H A D | bsm_token.c | 1435 au_to_header32_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, in au_to_header32_tm() function 1544 return (au_to_header32_tm(rec_size, e_type, e_mod, tm)); in au_to_header32_ex() 1557 return (au_to_header32_tm(rec_size, e_type, e_mod, tm)); in au_to_header32()
|
H A D | audit_bsm.c | 149 hdr = au_to_header32_tm(tot_rec_size, event, 0, tm); in kau_close()
|
/freebsd/contrib/openbsm/sys/bsm/ |
H A D | audit_record.h | 203 token_t *au_to_header32_tm(int rec_size, au_event_t e_type, au_emod_t e_mod,
|
/freebsd/sys/bsm/ |
H A D | audit_record.h | 208 token_t *au_to_header32_tm(int rec_size, au_event_t e_type, au_emod_t e_mod,
|
/freebsd/contrib/openbsm/test/bsm/ |
H A D | generate.c | 184 header32_token = au_to_header32_tm(header32_token_len, in generate_header32_token()
|
/freebsd/contrib/openbsm/ |
H A D | NEWS | 372 - Define a new API, au_to_header32_tm(), which adds a struct timeval 374 wrapping au_to_header32_tm() and calling gettimeofday(). #ifndef KERNEL
|