Searched defs:sa_get_optionset (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare.c806 opt = sa_get_optionset(defgrp, NULL);
1410 for (optionset = sa_get_optionset(group, NULL);
1445 for (optionset = sa_get_optionset(group, NULL);
1501 if (sa_get_optionset(group, "nfs") != NULL)
1503 else if (sa_get_optionset(group, "smb") != NULL)
1637 for (optionset = sa_get_optionset(group, NULL);
1687 for (optionset = sa_get_optionset(group, NULL);
2303 * sa_get_optionset(group, proto)
2310 sa_get_optionset(void *group, char *proto) function
2615 optionset = sa_get_optionset(grou
[all...]

Completed in 66 milliseconds