Searched refs:ase (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_session.c1504 audit_sdev_entry_free(struct audit_sdev_entry *ase) argument
1507 free(ase->ase_record, M_AUDIT_SDEV_ENTRY);
1508 free(ase, M_AUDIT_SDEV_ENTRY);
1519 struct audit_sdev_entry *ase; local
1529 ase = malloc(sizeof (*ase), M_AUDIT_SDEV_ENTRY, M_NOWAIT | M_ZERO);
1530 if (NULL == ase) {
1536 ase->ase_record = malloc(record_len, M_AUDIT_SDEV_ENTRY, M_NOWAIT);
1537 if (NULL == ase->ase_record) {
1538 free(ase, M_AUDIT_SDEV_ENTR
1632 struct audit_sdev_entry *ase; local
1871 struct audit_sdev_entry *ase; local
[all...]

Completed in 71 milliseconds