Home
last modified time | relevance | path

Searched refs:mac_cred_copy (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/security/mac/
H A Dmac_cred.c181 mac_cred_copy(struct ucred *src, struct ucred *dest) in mac_cred_copy() function
H A Dmac_framework.h127 void mac_cred_copy(struct ucred *cr1, struct ucred *cr2);
/f-stack/freebsd/kern/
H A Dkern_prot.c2115 mac_cred_copy(src, dest); in crcopy()