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

/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_pipe.c258 audit_pipe_entry_free(struct audit_pipe_entry *ape) argument
261 free(ape->ape_record, M_AUDIT_PIPE_ENTRY);
262 free(ape, M_AUDIT_PIPE_ENTRY);
458 struct audit_pipe_entry *ape; local
468 ape = malloc(sizeof(*ape), M_AUDIT_PIPE_ENTRY, M_NOWAIT | M_ZERO);
469 if (ape == NULL) {
475 ape->ape_record = malloc(record_len, M_AUDIT_PIPE_ENTRY, M_NOWAIT);
476 if (ape->ape_record == NULL) {
477 free(ape, M_AUDIT_PIPE_ENTR
616 struct audit_pipe_entry *ape; local
966 struct audit_pipe_entry *ape; local
[all...]

Completed in 20 milliseconds