Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/security/audit/
H A Daudit_session.c202 void *ase_record; member
1504 kfree_data(ase->ase_record, ase->ase_record_len); in audit_sdev_entry_free()
1533 ase->ase_record = kalloc_data(record_len, Z_NOWAIT); in audit_sdev_append()
1534 if (NULL == ase->ase_record) { in audit_sdev_append()
1541 bcopy(record, ase->ase_record, record_len); in audit_sdev_append()
1923 error = uiomove((char *) ase->ase_record + asdev->asdev_qoffset, in audit_sdev_read()