Searched refs:sys_auth (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_bcast.c114 AUTH *sys_auth = authsys_create_default(); local
153 if (sys_auth == NULL)
277 msg.rm_call.cb_cred = sys_auth->ah_cred;
278 msg.rm_call.cb_verf = sys_auth->ah_verf;
622 AUTH_DESTROY(sys_auth);
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dnfs_cast.c117 AUTH *sys_auth = authsys_create_default(); local
303 if (sys_auth == (AUTH *)NULL) {
307 msg.rm_call.cb_cred = sys_auth->ah_cred;
308 msg.rm_call.cb_verf = sys_auth->ah_verf;
498 AUTH_DESTROY(sys_auth);

Completed in 82 milliseconds