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

Function audit_cred_copy

freebsd/security/audit/audit.c:734–739  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

732}
733
734void
735audit_cred_copy(struct ucred *src, struct ucred *dest)
736{
737
738 bcopy(&src->cr_audit, &dest->cr_audit, sizeof(dest->cr_audit));
739}
740
741void
742audit_cred_destroy(struct ucred *cred)

Callers 1

crcopyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected