Home
last modified time | relevance | path

Searched refs:au_to_header32_tm (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/openbsm/libbsm/
H A Dbsm_token.c1465 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 Dbsm_token.c1435 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 Daudit_bsm.c149 hdr = au_to_header32_tm(tot_rec_size, event, 0, tm); in kau_close()
/freebsd/contrib/openbsm/sys/bsm/
H A Daudit_record.h203 token_t *au_to_header32_tm(int rec_size, au_event_t e_type, au_emod_t e_mod,
/freebsd/sys/bsm/
H A Daudit_record.h208 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 Dgenerate.c184 header32_token = au_to_header32_tm(header32_token_len, in generate_header32_token()
/freebsd/contrib/openbsm/
H A DNEWS372 - Define a new API, au_to_header32_tm(), which adds a struct timeval
374 wrapping au_to_header32_tm() and calling gettimeofday(). #ifndef KERNEL