Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/security/audit/
H A Daudit_session.c207 void *ase_record; member
1510 kfree_data(ase->ase_record, ase->ase_record_len); in audit_sdev_entry_free()
1539 ase->ase_record = kalloc_data(record_len, Z_NOWAIT); in audit_sdev_append()
1540 if (NULL == ase->ase_record) { in audit_sdev_append()
1547 bcopy(record, ase->ase_record, record_len); in audit_sdev_append()
1929 error = uiomove((char *) ase->ase_record + asdev->asdev_qoffset, in audit_sdev_read()