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

/freebsd-11-stable/sys/security/audit/
H A Daudit_pipe.c263 audit_pipe_entry_free(struct audit_pipe_entry *ape) argument
266 free(ape->ape_record, M_AUDIT_PIPE_ENTRY);
267 free(ape, M_AUDIT_PIPE_ENTRY);
463 struct audit_pipe_entry *ape; local
473 ape = malloc(sizeof(*ape), M_AUDIT_PIPE_ENTRY, M_NOWAIT | M_ZERO);
474 if (ape == NULL) {
480 ape->ape_record = malloc(record_len, M_AUDIT_PIPE_ENTRY, M_NOWAIT);
481 if (ape->ape_record == NULL) {
482 free(ape, M_AUDIT_PIPE_ENTR
612 struct audit_pipe_entry *ape; local
902 struct audit_pipe_entry *ape; local
[all...]
/freebsd-11-stable/stand/lua/
H A Dmenu.lua285 name = color.highlight("Esc") .. "ape to loader prompt",

Completed in 153 milliseconds