Home
last modified time | relevance | path

Searched refs:crcopy (Results 1 – 7 of 7) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Ducred.h105 void crcopy(struct ucred *dest, struct ucred *src);
/f-stack/freebsd/security/audit/
H A Daudit_syscalls.c490 crcopy(newcred, oldcred); in sys_auditon()
624 crcopy(newcred, oldcred); in sys_setauid()
689 crcopy(newcred, oldcred); in sys_setaudit()
752 crcopy(newcred, oldcred); in sys_setaudit_addr()
/f-stack/freebsd/sys/
H A Ducred.h146 void crcopy(struct ucred *dest, struct ucred *src);
/f-stack/freebsd/kern/
H A Dkern_prot.c2099 crcopy(struct ucred *dest, struct ucred *src) in crcopy() function
2128 crcopy(newcr, cr); in crdup()
2234 crcopy(cr, oldcred); in crcopysafe()
H A Dinit_main.c813 crcopy(newcred, oldcred); in create_init()
/f-stack/freebsd/security/mac/
H A Dmac_syscalls.c214 crcopy(newcred, oldcred); in sys___mac_set_proc()
/f-stack/freebsd/security/mac_lomac/
H A Dmac_lomac.c2256 crcopy(newcred, oldcred); in lomac_thread_userret()