MCPcopy Create free account
hub / github.com/F-Stack/f-stack / audit_trigger_init

Function audit_trigger_init

freebsd/security/audit/audit_trigger.c:162–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160};
161
162void
163audit_trigger_init(void)
164{
165
166 TAILQ_INIT(&trigger_list);
167 mtx_init(&audit_trigger_mtx, "audit_trigger_mtx", NULL, MTX_DEF);
168}
169
170static void
171audit_trigger_cdev_init(void *unused)

Callers 1

audit_initFunction · 0.85

Calls 1

mtx_initFunction · 0.85

Tested by

no test coverage detected