Searched refs:ase_record (Results 1 – 1 of 1) sorted by relevance
237 void *ase_record; member1493 free(ase->ase_record, M_AUDIT_SDEV_ENTRY); in audit_sdev_entry_free()1522 ase->ase_record = malloc(record_len, M_AUDIT_SDEV_ENTRY, M_NOWAIT); in audit_sdev_append()1523 if (NULL == ase->ase_record) { in audit_sdev_append()1530 bcopy(record, ase->ase_record, record_len); in audit_sdev_append()1896 error = uiomove((char *) ase->ase_record + asdev->asdev_qoffset, in audit_sdev_read()