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

/freebsd-10.0-release/lib/libc/rpc/
H A Dclnt_bcast.c254 AUTH *sys_auth = authunix_create_default(); local
291 if (sys_auth == NULL) {
304 AUTH_DESTROY(sys_auth);
389 msg.rm_call.cb_cred = sys_auth->ah_cred;
390 msg.rm_call.cb_verf = sys_auth->ah_verf;
647 AUTH_DESTROY(sys_auth);

Completed in 62 milliseconds