Lines Matching refs:byte_count
83 int32_t byte_count; in au_to_header() local
101 adr_int32(&adr, &byte_count, 1); /* length of audit record */ in au_to_header()
124 int32_t byte_count; in au_to_header_ex() local
160 adr_int32(&adr, &byte_count, 1); /* length of audit record */ in au_to_header_ex()
187 int32_t byte_count; in au_to_trailer() local
195 adr_int32(&adr, &byte_count, 1); /* length of audit record */ in au_to_trailer()
315 int byte_count; /* number of bytes */ in au_to_data() local
328 byte_count = unit_count * sizeof (short); in au_to_data()
331 byte_count = unit_count * sizeof (int32_t); in au_to_data()
334 byte_count = unit_count * sizeof (int64_t); in au_to_data()
338 byte_count = unit_count * sizeof (char); in au_to_data()
344 token = get_token((int)(4 * sizeof (char) + byte_count)); in au_to_data()