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