Lines Matching defs:opt
1689 sa_optionset_t opt;
1698 opt = sa_get_optionset(share, "nfs");
1699 if (opt == NULL)
1701 prop = sa_get_property(opt, "public");
1775 sa_optionset_t opt;
1799 opt = sa_get_derived_optionset(share, "nfs", 1);
1823 if (opt != NULL)
1824 err = fill_export_from_optionset(&export, opt);
2031 if (opt != NULL)
2032 sa_free_derived_optionset(opt);