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

Function audit_worker_init

freebsd/security/audit/audit_worker.c:536–546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

534}
535
536void
537audit_worker_init(void)
538{
539 int error;
540
541 AUDIT_WORKER_LOCK_INIT();
542 error = kproc_create(audit_worker, NULL, &audit_thread, RFHIGHPID,
543 0, "audit");
544 if (error)
545 panic("audit_worker_init: kproc_create returned %d", error);
546}

Callers 1

audit_initFunction · 0.85

Calls 2

kproc_createFunction · 0.85
panicFunction · 0.50

Tested by

no test coverage detected