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

/macosx-10.10/xnu-2782.1.97/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.c4146 int srvcount, i, j; local
4149 srvcount = NX_MAX_SEC_FLAVORS;
4150 nfs4_secinfo_rpc(nmp, &req->r_secinfo, req->r_cred, srvflavors, &srvcount);
4163 } else if (srvcount) { /* otherwise use the server's list of flavors */
4164 for(; i < srvcount; i++)
4185 if (!srvcount) /* no server list, just try it */
4188 for(j=0; j < srvcount; j++)
4191 if (j < srvcount) /* found */
/macosx-10.10/mDNSResponder-561.1.1/mDNSCore/
H A DuDNS.c1709 const int srvcount = CountLabels(rr->resrec.name); local
1717 for (x = hostcount < srvcount ? hostcount : srvcount; x > 0 && x > best; x--)
1718 if (SameDomainName(SkipLeadingLabels(rr->resrec.name, srvcount - x), SkipLeadingLabels(&hi->fqdn, hostcount - x)))

Completed in 207 milliseconds