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

/xnu-2422.115.4/bsd/nfs/
H A Dnfs4_subs.c575 int error = 0, secmax, seccount, srvcount; local
579 seccount = srvcount = 0;
583 nfsm_chain_get_32(error, nmc, srvcount);
584 while (!error && (srvcount > 0) && (seccount < secmax)) {
626 srvcount--;
H A Dnfs_socket.c4097 int srvcount, i, j; local
4100 srvcount = NX_MAX_SEC_FLAVORS;
4101 nfs4_secinfo_rpc(nmp, &req->r_secinfo, req->r_cred, srvflavors, &srvcount);
4114 } else if (srvcount) { /* otherwise use the server's list of flavors */
4115 for(; i < srvcount; i++)
4144 if (!srvcount) /* no server list, just try it */
4147 for(j=0; j < srvcount; j++)
4150 if (j < srvcount) /* found */

Completed in 72 milliseconds