Home
last modified time | relevance | path

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

/freebsd/sys/security/audit/
H A Daudit_dtrace.c488 dtaudit_hook_preselect = dtaudit_preselect; in dtaudit_load()
498 dtaudit_hook_preselect = NULL; in dtaudit_unload()
H A Daudit.c178 void *(*dtaudit_hook_preselect)(au_id_t auid, au_event_t event, variable
676 if (dtaudit_hook_preselect != NULL) { in audit_syscall_enter()
677 dtaudit_state = dtaudit_hook_preselect(auid, event, class); in audit_syscall_enter()
H A Daudit_private.h430 extern void *(*dtaudit_hook_preselect)(au_id_t auid, au_event_t event,