Searched refs:ape_record (Results 1 – 1 of 1) sorted by relevance
86 void *ape_record; member269 free(ape->ape_record, M_AUDIT_PIPE_ENTRY); in audit_pipe_entry_free()483 ape->ape_record = malloc(record_len, M_AUDIT_PIPE_ENTRY, M_NOWAIT); in audit_pipe_append()484 if (ape->ape_record == NULL) { in audit_pipe_append()491 bcopy(record, ape->ape_record, record_len); in audit_pipe_append()997 error = uiomove((char *)ape->ape_record + ap->ap_qoffset, in audit_pipe_read()