Home
last modified time | relevance | path

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

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