Home
last modified time | relevance | path

Searched refs:e_mod (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/bsm/
H A Daudit_record.h210 token_t *au_to_header32_tm(int rec_size, au_event_t e_type, au_emod_t e_mod,
212 token_t *au_to_header32_ex_tm(int rec_size, au_event_t e_type, au_emod_t e_mod,
214 token_t *au_to_header64_tm(int rec_size, au_event_t e_type, au_emod_t e_mod,
217 token_t *au_to_header(int rec_size, au_event_t e_type, au_emod_t e_mod);
218 token_t *au_to_header_ex(int rec_size, au_event_t e_type, au_emod_t e_mod);
219 token_t *au_to_header32(int rec_size, au_event_t e_type, au_emod_t e_mod);
220 token_t *au_to_header64(int rec_size, au_event_t e_type, au_emod_t e_mod);
221 token_t *au_to_header32_ex(int rec_size, au_event_t e_type, au_emod_t e_mod);
/f-stack/freebsd/security/audit/
H A Dbsm_token.c1452 ADD_U_INT16(dptr, e_mod); in au_to_header32_tm()
1494 ADD_U_INT16(dptr, e_mod); in au_to_header32_ex_tm()
1524 ADD_U_INT16(dptr, e_mod); in au_to_header64_tm()
1547 return (au_to_header32_tm(rec_size, e_type, e_mod, tm)); in au_to_header32_ex()
1554 au_to_header32(int rec_size, au_event_t e_type, au_emod_t e_mod) in au_to_header32() argument
1560 return (au_to_header32_tm(rec_size, e_type, e_mod, tm)); in au_to_header32()
1565 __unused au_emod_t e_mod) in au_to_header64() argument
1571 return (au_to_header64_tm(rec_size, e_type, e_mod, tm)); in au_to_header64()
1575 au_to_header(int rec_size, au_event_t e_type, au_emod_t e_mod) in au_to_header() argument
1578 return (au_to_header32(rec_size, e_type, e_mod)); in au_to_header()
[all …]