Home
last modified time | relevance | path

Searched refs:nrefreshes (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Drpc.c213 int nrefreshes = 2; /* # of times to refresh cred */ in brpc_call() local
415 if (nrefreshes > 0 && AUTH_REFRESH(xmit_auth, in brpc_call()
417 nrefreshes--; in brpc_call()
H A Dclnt_budp.c230 int nrefreshes = 2; /* number of times to refresh cred */ in clntbudp_call() local
386 if (nrefreshes > 0 && in clntbudp_call()
388 nrefreshes--; in clntbudp_call()
H A Dclnt_btcp.c292 int nrefreshes = 2; /* number of times to refresh cred */ in clntbtcp_call() local
386 if (nrefreshes-- && AUTH_REFRESH(cl->cl_auth, &reply_msg, in clntbtcp_call()
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dclnt_udp.c239 int nrefreshes = 2; /* number of times to refresh cred */ local
419 if (nrefreshes > 0 &&
421 nrefreshes--;
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_door.c186 int nrefreshes = 2; /* number of times to refresh cred */ in clnt_door_call() local
271 if (nrefreshes-- && in clnt_door_call()
H A Dclnt_dg.c273 int nrefreshes = 2; /* number of times to refresh cred */ in clnt_dg_call() local
591 if (nrefreshes-- && in clnt_dg_call()