Searched refs:crcopysafe (Results 1 – 5 of 5) sorted by relevance
| /trueos/sys/kern/ |
| HD | kern_prot.c | 511 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
|
| HD | kern_loginclass.c | 206 oldcred = crcopysafe(p, newcred); in sys_setloginclass()
|
| /trueos/sys/sys/ |
| HD | ucred.h | 105 struct ucred *crcopysafe(struct proc *p, struct ucred *cr);
|
| /trueos/sys/compat/linux/ |
| HD | linux_uid16.c | 186 oldcred = crcopysafe(p, newcred); in linux_setgroups16()
|
| HD | linux_misc.c | 1112 oldcred = crcopysafe(p, newcred); in linux_setgroups()
|