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

Function audit_pipe_dtor

freebsd/security/audit/audit_pipe.c:653–664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

651}
652
653static void
654audit_pipe_dtor(void *arg)
655{
656 struct audit_pipe *ap;
657
658 ap = arg;
659 funsetown(&ap->ap_sigio);
660 AUDIT_PIPE_LIST_WLOCK();
661 AUDIT_PIPE_LOCK(ap);
662 audit_pipe_free(ap);
663 AUDIT_PIPE_LIST_WUNLOCK();
664}
665
666/*
667 * Audit pipe open method. Explicit privilege check isn't used as this

Callers 1

audit_pipe_openFunction · 0.85

Calls 2

funsetownFunction · 0.85
audit_pipe_freeFunction · 0.85

Tested by

no test coverage detected