Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/security/audit/
Daudit_dtrace.c493 dtaudit_hook_preselect = dtaudit_preselect; in dtaudit_load()
503 dtaudit_hook_preselect = NULL; in dtaudit_unload()
Daudit.c180 void *(*dtaudit_hook_preselect)(au_id_t auid, au_event_t event, variable
678 if (dtaudit_hook_preselect != NULL) { in audit_syscall_enter()
679 dtaudit_state = dtaudit_hook_preselect(auid, event, class); in audit_syscall_enter()
Daudit_private.h432 extern void *(*dtaudit_hook_preselect)(au_id_t auid, au_event_t event,