Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/security/audit/
HDaudit_syscalls.c488 crcopy(newcred, oldcred); in sys_auditon()
622 crcopy(newcred, oldcred); in sys_setauid()
687 crcopy(newcred, oldcred); in sys_setaudit()
750 crcopy(newcred, oldcred); in sys_setaudit_addr()
/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
HDcred.h75 extern cred_t *crcopy(cred_t *);
/freebsd-13-stable/sys/sys/
HDucred.h158 void crcopy(struct ucred *dest, struct ucred *src);
/freebsd-13-stable/sys/kern/
HDkern_prot.c2217 crcopy(struct ucred *dest, struct ucred *src) in crcopy() function
2250 crcopy(newcr, cr); in crdup()
2387 crcopy(cr, oldcred); in crcopysafe()
HDinit_main.c832 crcopy(newcred, oldcred); in create_init()
/freebsd-13-stable/sys/security/mac/
HDmac_syscalls.c211 crcopy(newcred, oldcred); in sys___mac_set_proc()
/freebsd-13-stable/sys/compat/linux/
HDlinux_misc.c1083 crcopy(newcred, oldcred); in linux_setgroups()
/freebsd-13-stable/sys/security/mac_lomac/
HDmac_lomac.c2255 crcopy(newcred, oldcred); in lomac_thread_userret()
/freebsd-13-stable/share/man/man9/
HDMakefile2260 MLINKS+=ucred.9 crcopy.9 \