Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_prot.c496 oldcred = crcopysafe(p, newcred); in sys_setuid()
615 oldcred = crcopysafe(p, newcred); in sys_seteuid()
666 oldcred = crcopysafe(p, newcred); in sys_setgid()
764 oldcred = crcopysafe(p, newcred); in sys_setegid()
837 oldcred = crcopysafe(p, newcred); in kern_setgroups()
896 oldcred = crcopysafe(p, newcred); in sys_setreuid()
968 oldcred = crcopysafe(p, newcred); in sys_setregid()
1038 oldcred = crcopysafe(p, newcred); in sys_setresuid()
1122 oldcred = crcopysafe(p, newcred); in sys_setresgid()
2219 crcopysafe(struct proc *p, struct ucred *cr) in crcopysafe() function
H A Dkern_loginclass.c228 oldcred = crcopysafe(p, newcred); in sys_setloginclass()
H A Dsys_capability.c113 oldcred = crcopysafe(p, newcred); in sys_cap_enter()
H A Dkern_jail.c2503 oldcred = crcopysafe(p, newcred); in do_jail_attach()
/f-stack/tools/compat/include/sys/
H A Ducred.h106 struct ucred *crcopysafe(struct proc *p, struct ucred *cr);
/f-stack/freebsd/sys/
H A Ducred.h147 struct ucred *crcopysafe(struct proc *p, struct ucred *cr);