Home
last modified time | relevance | path

Searched refs:ase_record (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/security/audit/
H A Daudit_session.c204 void *ase_record; member
1534 kfree_data(ase->ase_record, ase->ase_record_len); in audit_sdev_entry_free()
1563 ase->ase_record = kalloc_data(record_len, Z_NOWAIT); in audit_sdev_append()
1564 if (NULL == ase->ase_record) { in audit_sdev_append()
1571 bcopy(record, ase->ase_record, record_len); in audit_sdev_append()
1953 error = uiomove((char *) ase->ase_record + asdev->asdev_qoffset, in audit_sdev_read()