Searched refs:tot_rec_size (Results 1 – 1 of 1) sorted by relevance
119 size_t tot_rec_size; in kau_close() local141 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()