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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfsmount.h190 struct nfs_location_index nss_startloc; /* starting 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))
986 nss.nss_startloc = nmp->nm_locations.nl_current;
1048 nss.nss_nextloc = nss.nss_startloc;
1052 if (!nfs_location_index_cmp(&nss.nss_nextloc, &nss.nss_startloc)) {

Completed in 75 milliseconds