Home
last modified time | relevance | path

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

/freebsd/sys/security/mac/
H A Dmac_cred.c179 mac_cred_copy(struct ucred *src, struct ucred *dest) in mac_cred_copy() function
H A Dmac_framework.h131 void mac_cred_copy(struct ucred *cr1, struct ucred *cr2);
/freebsd/sys/kern/
H A Dkern_prot.c2157 mac_cred_copy(src, dest); in crcopy()