Home
last modified time | relevance | path

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

/f-stack/freebsd/security/audit/
H A Daudit_dtrace.c492 dtaudit_hook_commit = dtaudit_commit; in dtaudit_load()
502 dtaudit_hook_commit = NULL; in dtaudit_unload()
H A Daudit.c183 int (*dtaudit_hook_commit)(struct kaudit_record *kar, au_id_t auid, variable
538 if (dtaudit_hook_commit != NULL) { in audit_commit()
539 if (dtaudit_hook_commit(ar, auid, event, class, sorf) != 0) in audit_commit()
H A Daudit_private.h434 extern int (*dtaudit_hook_commit)(struct kaudit_record *kar,