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

/osnet-11/usr/src/lib/libfsmgt/common/
H A Dnfs_mntinfo.c319 struct replica *rep_list; /* defined in replica.h */ local
343 if ((rep_list =
355 malloc(strlen(rep_list[i].host) + strlen(":") +
356 strlen(rep_list[i].path) + 2);
362 rep_list[i].host, ":", rep_list[i].path);
371 if (strcmp(rep_list[0].host, "nfs") == 0) {
374 path = strdup(rep_list[0].path);
403 if (rep_list[i].host) {
404 free(rep_list[
[all...]

Completed in 20 milliseconds