Home
last modified time | relevance | path

Searched refs:nss_nextloc (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_socket.c853 fsl = nmp->nm_locations.nl_locations[nss->nss_nextloc.nli_loc]; in nfs_connect_search_new_socket()
854 fss = fsl->nl_servers[nss->nss_nextloc.nli_serv]; in nfs_connect_search_new_socket()
855 addrstr = fss->ns_addresses[nss->nss_nextloc.nli_addr]; in nfs_connect_search_new_socket()
874 nfs_location_next(&nmp->nm_locations, &nss->nss_nextloc); in nfs_connect_search_new_socket()
882 nfs_location_next(&nmp->nm_locations, &nss->nss_nextloc); in nfs_connect_search_new_socket()
896 nso->nso_location = nss->nss_nextloc; in nfs_connect_search_new_socket()
909 nfs_location_next(&nmp->nm_locations, &nss->nss_nextloc); in nfs_connect_search_new_socket()
1371 nss.nss_nextloc = nss.nss_startloc; in nfs_connect()
1372 …if ((nss.nss_nextloc.nli_serv >= nmp->nm_locations.nl_locations[nss.nss_nextloc.nli_loc]->nl_servc… in nfs_connect()
1373 …(nss.nss_nextloc.nli_addr >= nmp->nm_locations.nl_locations[nss.nss_nextloc.nli_loc]->nl_servers[n… in nfs_connect()
[all …]
H A Dnfsmount.h195 struct nfs_location_index nss_nextloc; /* next location index */ member