Home
last modified time | relevance | path

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

/freebsd/sys/security/audit/
H A Daudit_dtrace.c489 dtaudit_hook_commit = dtaudit_commit; in dtaudit_load()
499 dtaudit_hook_commit = NULL; in dtaudit_unload()
H A Daudit.c180 int (*dtaudit_hook_commit)(struct kaudit_record *kar, au_id_t auid, variable
536 if (dtaudit_hook_commit != NULL) { in audit_commit()
537 if (dtaudit_hook_commit(ar, auid, event, class, sorf) != 0) in audit_commit()
H A Daudit_private.h432 extern int (*dtaudit_hook_commit)(struct kaudit_record *kar,