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

/freebsd-10.1-release/sys/security/audit/
H A Daudit_pipe.c266 audit_pipe_entry_free(struct audit_pipe_entry *ape) argument
269 free(ape->ape_record, M_AUDIT_PIPE_ENTRY);
270 free(ape, M_AUDIT_PIPE_ENTRY);
466 struct audit_pipe_entry *ape; local
476 ape = malloc(sizeof(*ape), M_AUDIT_PIPE_ENTRY, M_NOWAIT | M_ZERO);
477 if (ape == NULL) {
483 ape->ape_record = malloc(record_len, M_AUDIT_PIPE_ENTRY, M_NOWAIT);
484 if (ape->ape_record == NULL) {
485 free(ape, M_AUDIT_PIPE_ENTR
615 struct audit_pipe_entry *ape; local
946 struct audit_pipe_entry *ape; local
[all...]

Completed in 93 milliseconds