Home
last modified time | relevance | path

Searched refs:crcopysafe (Results 1 – 5 of 5) sorted by relevance

/trueos/sys/kern/
HDkern_prot.c511 oldcred = crcopysafe(p, newcred); in sys_setuid()
625 oldcred = crcopysafe(p, newcred); in sys_seteuid()
676 oldcred = crcopysafe(p, newcred); in sys_setgid()
774 oldcred = crcopysafe(p, newcred); in sys_setegid()
840 oldcred = crcopysafe(p, newcred); in kern_setgroups()
899 oldcred = crcopysafe(p, newcred); in sys_setreuid()
966 oldcred = crcopysafe(p, newcred); in sys_setregid()
1036 oldcred = crcopysafe(p, newcred); in sys_setresuid()
1115 oldcred = crcopysafe(p, newcred); in sys_setresgid()
1961 crcopysafe(struct proc *p, struct ucred *cr) in crcopysafe() function
HDkern_loginclass.c206 oldcred = crcopysafe(p, newcred); in sys_setloginclass()
/trueos/sys/sys/
HDucred.h105 struct ucred *crcopysafe(struct proc *p, struct ucred *cr);
/trueos/sys/compat/linux/
HDlinux_uid16.c186 oldcred = crcopysafe(p, newcred); in linux_setgroups16()
HDlinux_misc.c1112 oldcred = crcopysafe(p, newcred); in linux_setgroups()