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

Function audit_pipe_preselect_flush

freebsd/security/audit/audit_pipe.c:374–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372}
373
374static void
375audit_pipe_preselect_flush(struct audit_pipe *ap)
376{
377
378 AUDIT_PIPE_LOCK(ap);
379 audit_pipe_preselect_flush_locked(ap);
380 AUDIT_PIPE_UNLOCK(ap);
381}
382
383/*-
384 * Determine whether a specific audit pipe matches a record with these

Callers 1

audit_pipe_ioctlFunction · 0.85

Calls 1

Tested by

no test coverage detected