Searched refs:ape_record (Results 1 – 1 of 1) sorted by relevance
83 void *ape_record; member263 free(ape->ape_record, M_AUDIT_PIPE_ENTRY); in audit_pipe_entry_free()477 ape->ape_record = malloc(record_len, M_AUDIT_PIPE_ENTRY, M_NOWAIT); in audit_pipe_append()478 if (ape->ape_record == NULL) { in audit_pipe_append()485 bcopy(record, ape->ape_record, record_len); in audit_pipe_append()946 error = uiomove((char *)ape->ape_record + ap->ap_qoffset, in audit_pipe_read()