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

/osnet-11/usr/src/lib/libshare_plugins/nfs/
H A Dlibshare_nfs.c2880 char *voltype, *next; local
2883 for (voltype = volfhtypes; !err && voltype != NULL; voltype = next) {
2884 while (*voltype == ':') voltype++;
2885 next = strchr(voltype, ':');
2888 if (strcmp(voltype, "any") == 0)
2890 else if (strcmp(voltype, "rnm") == 0)
2892 else if (strcmp(voltype, "mi
[all...]

Completed in 37 milliseconds