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

/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare.c702 else if (xmlStrcmp(node->name, (xmlChar *)"optionset") == 0)
712 * sa_optionset_name(optionset, oname, len, id)
713 * return the SMF name for the optionset. If id is not NULL, it
715 * instead of the keyword "optionset" which is used for
716 * groups. If the optionset doesn't have a protocol type
724 sa_optionset_name(sa_optionset_t optionset, char *oname, size_t len, char *id) argument
731 id = "optionset";
733 parent = sa_get_optionset_parent(optionset);
736 proto = sa_get_optionset_attr(optionset, "type");
761 * sa_security_name(optionset, onam
1405 sa_optionset_t optionset; local
1442 sa_optionset_t optionset; local
1633 sa_optionset_t optionset; local
1682 sa_optionset_t optionset; local
2270 sa_get_optionset_attr(sa_property_t optionset, char *tag) argument
2284 sa_set_optionset_attr(sa_group_t optionset, char *tag, char *value) argument
2345 sa_get_next_optionset(sa_optionset_t optionset) argument
2440 sa_get_property(sa_optionset_t optionset, char *prop) argument
2609 sa_optionset_t optionset; local
2724 sa_get_optionset_parent(sa_optionset_t optionset) argument
2778 sa_commit_properties(sa_optionset_t optionset, int clear) argument
2825 sa_destroy_optionset(sa_optionset_t optionset) argument
2869 _sa_remove_optionset(sa_optionset_t optionset) argument
2995 sa_get_security_attr(sa_property_t optionset, char *tag) argument
3008 sa_set_security_attr(sa_group_t optionset, char *tag, char *value) argument
3068 sa_set_prop_by_prop(sa_optionset_t optionset, sa_group_t group, sa_property_t prop, int type) argument
3377 sa_optionset_t optionset; local
3409 sa_optionset_t optionset; local
3891 sa_optionset_t optionset; local
4112 get_protocol_list(sa_optionset_t optionset, void *object) argument
4149 sa_free_protoset(sa_optionset_t optionset) argument
[all...]
H A Dlibsharecore.c584 sa_optionset_t optionset; local
611 for (optionset = sa_get_optionset(parent, NULL);
612 optionset != NULL;
613 optionset =
614 sa_get_next_optionset(optionset)) {
616 optionset, "type");
742 * Check to see if optname is a security (named optionset) specific
898 * /etc/dfs/dfstab). This adds a new optionset to the group (or
901 * Once the optionset has been created, we then get the derived
902 * optionset o
914 sa_optionset_t optionset; local
1610 sa_has_prop(sa_optionset_t optionset, sa_property_t prop) argument
1716 sa_optionset_t optionset; local
1781 sa_free_derived_optionset(sa_optionset_t optionset) argument
[all...]
H A Dlibshare_zfs.c415 sa_optionset_t optionset; local
434 optionset = sa_get_optionset(group, proto);
435 if (optionset == NULL)
436 optionset = sa_create_optionset(group, proto);
498 /* If no optionset, add one. */
503 * Do not forget to update an optionset of
1536 * - Existing optionset properties, which are not part of the new properties
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c64 * If the group has an optionset with the specified protocol,
70 sa_optionset_t optionset; local
73 optionset = sa_get_optionset(group, protocol);
74 if (optionset != NULL) {
705 * general or specific to a names optionset.
816 * Add the options in optlist to an optionset and then add the optionset
825 sa_optionset_t optionset; local
830 optionset = sa_get_optionset(group, proto);
831 if (optionset
1152 sa_optionset_t optionset; local
1338 sa_optionset_t optionset; local
1571 sa_optionset_t optionset; local
1680 sa_optionset_t optionset; local
1829 out_properties(sa_optionset_t optionset, char *proto, char *sec) argument
1885 sa_optionset_t optionset; local
2410 sa_optionset_t optionset; local
2500 sa_optionset_t optionset; local
4051 sa_optionset_t optionset; local
4087 sa_optionset_t optionset; local
4264 sa_optionset_t optionset; local
4350 sa_security_t optionset; local
5178 sa_optionset_t optionset; local
[all...]
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c618 sa_optionset_t optionset; local
627 /* do we have an existing optionset? */
628 optionset = sa_get_optionset(group, "nfs");
629 if (optionset == NULL) {
630 /* didn't find existing optionset so create one */
631 optionset = sa_create_optionset(group, "nfs");
634 * Have an existing optionset . Ideally, we would need
636 * now, we assume that the first optionset is the
638 * empty optionset is the same as no optionset s
916 fill_export_from_optionset(struct exportdata *export, sa_optionset_t optionset) argument
[all...]
/illumos-gate/usr/src/lib/libshare/smb/
H A Dlibshare_smb.c1299 * Return an optionset with all the protocol specific properties in
1742 sa_optionset_t optionset; local
1782 /* do we have an existing optionset? */
1783 optionset = sa_get_optionset(group, "smb");
1784 if (optionset == NULL) {
1785 /* didn't find existing optionset so create one */
1786 optionset = sa_create_optionset(group, "smb");
1787 if (optionset == NULL)
1791 * If an optionset already exists, we've come through
1887 /* A resource level optionset i
[all...]

Completed in 83 milliseconds