Searched refs:tot_rec_size (Results 1 – 1 of 1) sorted by relevance
122 size_t tot_rec_size; in kau_close() local144 tot_rec_size = rec->len + hdrsize + AUDIT_TRAILER_SIZE; in kau_close()145 rec->data = malloc(tot_rec_size, M_AUDITBSM, M_WAITOK | M_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()155 trail = au_to_trailer(tot_rec_size); in kau_close()158 rec->len = tot_rec_size; in kau_close()