Searched refs:crcopysafe (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_prot.c | 496 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 D | kern_loginclass.c | 228 oldcred = crcopysafe(p, newcred); in sys_setloginclass()
|
| H A D | sys_capability.c | 113 oldcred = crcopysafe(p, newcred); in sys_cap_enter()
|
| H A D | kern_jail.c | 2503 oldcred = crcopysafe(p, newcred); in do_jail_attach()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | ucred.h | 106 struct ucred *crcopysafe(struct proc *p, struct ucred *cr);
|
| /f-stack/freebsd/sys/ |
| H A D | ucred.h | 147 struct ucred *crcopysafe(struct proc *p, struct ucred *cr);
|