Searched refs:authsys_create_ruid (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dauth.h410 extern AUTH *authsys_create_ruid();
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauth_sys.c194 * authsys_create_ruid() is a private routine and is a
198 * authsys_create_ruid() is using the real uid.
203 authsys_create_ruid(void) function
215 "authsys_create_ruid:gethostname failed");
223 "authsys_create_ruid:getgroups failed");
H A Dkey_call.c918 clnt->cl_auth = authsys_create_ruid();
938 clnt->cl_auth = authsys_create_ruid();

Completed in 67 milliseconds