Home
last modified time | relevance | path

Searched refs:priv_reset_PA (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/syscall/
H A Duid.c142 priv_reset_PA(newcr, B_TRUE); in setuid()
238 priv_reset_PA(newcr, B_FALSE); in seteuid()
377 priv_reset_PA(newcr, ruid != -1 && euid != -1 && ruid == euid); in setreuid()
/titanic_41/usr/src/uts/common/sys/
H A Dpriv.h239 extern void priv_reset_PA(cred_t *, boolean_t);
/titanic_41/usr/src/uts/common/os/
H A Dpriv.c708 priv_reset_PA(cred_t *cr, boolean_t finalize) in priv_reset_PA() function