Lines Matching refs:loc

2917 		uint32_t loc, serv, addr, comp;
2930 for (loc = 0; loc < nmp->nm_locations.nl_numlocs; loc++) {
2935 nmp->nm_locations.nl_locations[loc] = fsl;
3263 uint32_t numlocs, loc, numserv, serv, numaddr, addr, numcomp, comp;
3468 for (loc = 0; !error && (loc < numlocs); loc++) {
3505 for (loc = 0; !error && (loc < nfsls.nl_numlocs); loc++) {
3506 xb_add_32(error, &xbnew, nfsls.nl_locations[loc]->nl_servcount);
3507 for (serv = 0; !error && (serv < nfsls.nl_locations[loc]->nl_servcount); serv++) {
3508 xb_add_string(error, &xbnew, nfsls.nl_locations[loc]->nl_servers[serv]->ns_name,
3509 strlen(nfsls.nl_locations[loc]->nl_servers[serv]->ns_name));
3510 xb_add_32(error, &xbnew, nfsls.nl_locations[loc]->nl_servers[serv]->ns_addrcount);
3511 for (addr = 0; !error && (addr < nfsls.nl_locations[loc]->nl_servers[serv]->ns_addrcount); addr++)
3512 xb_add_string(error, &xbnew, nfsls.nl_locations[loc]->nl_servers[serv]->ns_addresses[addr],
3513 strlen(nfsls.nl_locations[loc]->nl_servers[serv]->ns_addresses[addr]));
3516 xb_add_32(error, &xbnew, nfsls.nl_locations[loc]->nl_path.np_compcount);
3517 for (comp = 0; !error && (comp < nfsls.nl_locations[loc]->nl_path.np_compcount); comp++)
3518 xb_add_string(error, &xbnew, nfsls.nl_locations[loc]->nl_path.np_components[comp],
3519 strlen(nfsls.nl_locations[loc]->nl_path.np_components[comp]));
4153 uint32_t loc, serv, addr, comp;
4159 for (loc = 0; loc < nfslsp->nl_numlocs; loc++) {
4160 fsl = nfslsp->nl_locations[loc];
4782 uint32_t loc, serv, addr, comp;
4989 for (loc = 0; !error && (loc < nmp->nm_locations.nl_numlocs); loc++) {
4990 xb_add_32(error, &xbinfo, nmp->nm_locations.nl_locations[loc]->nl_servcount);
4991 for (serv = 0; !error && (serv < nmp->nm_locations.nl_locations[loc]->nl_servcount); serv++) {
4992 xb_add_string(error, &xbinfo, nmp->nm_locations.nl_locations[loc]->nl_servers[serv]->ns_name,
4993 strlen(nmp->nm_locations.nl_locations[loc]->nl_servers[serv]->ns_name));
4994 xb_add_32(error, &xbinfo, nmp->nm_locations.nl_locations[loc]->nl_servers[serv]->ns_addrcount);
4995 for (addr = 0; !error && (addr < nmp->nm_locations.nl_locations[loc]->nl_servers[serv]->ns_addrcount); addr++)
4996 xb_add_string(error, &xbinfo, nmp->nm_locations.nl_locations[loc]->nl_servers[serv]->ns_addresses[addr],
4997 strlen(nmp->nm_locations.nl_locations[loc]->nl_servers[serv]->ns_addresses[addr]));
5000 xb_add_32(error, &xbinfo, nmp->nm_locations.nl_locations[loc]->nl_path.np_compcount);
5001 for (comp = 0; !error && (comp < nmp->nm_locations.nl_locations[loc]->nl_path.np_compcount); comp++)
5002 xb_add_string(error, &xbinfo, nmp->nm_locations.nl_locations[loc]->nl_path.np_components[comp],
5003 strlen(nmp->nm_locations.nl_locations[loc]->nl_path.np_components[comp]));