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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfsmount.h191 struct nfs_location_index nss_nextloc; /* next location index */ member in struct:nfs_socket_search
H A Dnfs_socket.c708 if (!nomore && (nss->nss_last != -1) && !nfs_location_index_cmp(&nss->nss_nextloc, &nss->nss_startloc))
716 fsl = nmp->nm_locations.nl_locations[nss->nss_nextloc.nli_loc];
717 fss = fsl->nl_servers[nss->nss_nextloc.nli_serv];
718 addrstr = fss->ns_addresses[nss->nss_nextloc.nli_addr];
720 nfs_location_next(&nmp->nm_locations, &nss->nss_nextloc);
726 nfs_location_next(&nmp->nm_locations, &nss->nss_nextloc);
738 nso->nso_location = nss->nss_nextloc;
750 nfs_location_next(&nmp->nm_locations, &nss->nss_nextloc);
1048 nss.nss_nextloc = nss.nss_startloc;
1049 if ((nss.nss_nextloc
[all...]

Completed in 13 milliseconds