Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
734
void
735
audit_cred_copy(struct ucred *src, struct ucred *dest)
736
{
737
738
bcopy(&src->cr_audit, &dest->cr_audit, sizeof(dest->cr_audit));
739
}
740
741
void
742
audit_cred_destroy(struct ucred *cred)
Callers
1
crcopy
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected