Home
last modified time | relevance | path

Searched refs:rec_size (Results 1 – 3 of 3) 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);
294 token_t *au_to_trailer(int rec_size);
/f-stack/freebsd/security/audit/
H A Dbsm_token.c1449 ADD_U_INT32(dptr, rec_size); in au_to_header32_tm()
1491 ADD_U_INT32(dptr, rec_size); in au_to_header32_ex_tm()
1521 ADD_U_INT32(dptr, rec_size); in au_to_header64_tm()
1547 return (au_to_header32_tm(rec_size, e_type, e_mod, tm)); in au_to_header32_ex()
1560 return (au_to_header32_tm(rec_size, e_type, e_mod, tm)); in au_to_header32()
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()
1586 return (au_to_header32_ex(rec_size, e_type, e_mod)); in au_to_header_ex()
1597 au_to_trailer(int rec_size) in au_to_trailer() argument
[all …]
/f-stack/freebsd/sys/
H A Dsoundcard.h140 int rec_size; member