Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/security/audit/
H A Daudit_bsm.c119 size_t tot_rec_size; in kau_close() local
141 tot_rec_size = rec->len + AUDIT_HEADER_SIZE + AUDIT_TRAILER_SIZE; in kau_close()
142 rec->data = kalloc_data(tot_rec_size, Z_WAITOK | Z_ZERO); in kau_close()
150 hdr = au_to_header32_ex_tm(tot_rec_size, event, 0, tm, &ak); in kau_close()
152 hdr = au_to_header32_tm(tot_rec_size, event, 0, tm); in kau_close()
156 trail = au_to_trailer(tot_rec_size); in kau_close()
159 rec->len = tot_rec_size; in kau_close()