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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfsmount.h132 uint8_t nli_loc; /* location index */ member in struct:nfs_location_index
H A Dnfs_socket.c225 uint8_t loc = nlip->nli_loc;
251 if ((loc == nlip->nli_loc) && (serv == nlip->nli_serv) && (addr == nlip->nli_addr))
256 nlip->nli_loc = loc;
267 if (nlip1->nli_loc != nlip2->nli_loc)
268 return (nlip1->nli_loc - nlip2->nli_loc);
280 struct nfs_fs_location *fsl = locs->nl_locations[idx.nli_loc];
716 fsl = nmp->nm_locations.nl_locations[nss->nss_nextloc.nli_loc];
1049 if ((nss.nss_nextloc.nli_serv >= nmp->nm_locations.nl_locations[nss.nss_nextloc.nli_loc]
[all...]
H A Dnfs_vfsops.c2133 nfsp = &nmp->nm_locations.nl_locations[nmp->nm_locations.nl_current.nli_loc]->nl_path;
2305 nfsp = &nmp->nm_locations.nl_locations[nmp->nm_locations.nl_current.nli_loc]->nl_path;
5014 xb_add_32(error, &xbinfo, nmp->nm_locations.nl_current.nli_loc);

Completed in 93 milliseconds