Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/security/audit/
HDaudit_dtrace.c489 dtaudit_hook_preselect = dtaudit_preselect; in dtaudit_load()
499 dtaudit_hook_preselect = NULL; in dtaudit_unload()
HDaudit.c179 void *(*dtaudit_hook_preselect)(au_id_t auid, au_event_t event, variable
677 if (dtaudit_hook_preselect != NULL) { in audit_syscall_enter()
678 dtaudit_state = dtaudit_hook_preselect(auid, event, class); in audit_syscall_enter()
HDaudit_private.h430 extern void *(*dtaudit_hook_preselect)(au_id_t auid, au_event_t event,