Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libshare/common/
H A Dlibsharecore.c1789 sa_optionset_t newoptionset; in sa_get_derived_optionset() local
1795 newoptionset = sa_get_derived_optionset((void *)group, proto, in sa_get_derived_optionset()
1798 newoptionset = (sa_optionset_t)xmlNewNode(NULL, in sa_get_derived_optionset()
1800 if (newoptionset != NULL) { in sa_get_derived_optionset()
1801 sa_set_optionset_attr(newoptionset, "type", proto); in sa_get_derived_optionset()
1805 if (newoptionset == NULL) in sa_get_derived_optionset()
1823 newprop = sa_get_property(newoptionset, name); in sa_get_derived_optionset()
1840 (xmlNodePtr)newoptionset, in sa_get_derived_optionset()
1851 return (newoptionset); in sa_get_derived_optionset()