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

/opensolaris-onvv-gate/usr/src/lib/libshare/common/
H A Dlibshare.c701 else if (xmlStrcmp(node->name, (xmlChar *)"optionset") == 0)
711 * sa_optionset_name(optionset, oname, len, id)
712 * return the SMF name for the optionset. If id is not NULL, it
714 * instead of the keyword "optionset" which is used for
715 * groups. If the optionset doesn't have a protocol type
723 sa_optionset_name(sa_optionset_t optionset, char *oname, size_t len, char *id) argument
730 id = "optionset";
732 parent = sa_get_optionset_parent(optionset);
735 proto = sa_get_optionset_attr(optionset, "type");
760 * sa_security_name(optionset, onam
1404 sa_optionset_t optionset; local
1441 sa_optionset_t optionset; local
1632 sa_optionset_t optionset; local
1681 sa_optionset_t optionset; local
2269 sa_get_optionset_attr(sa_property_t optionset, char *tag) argument
2283 sa_set_optionset_attr(sa_group_t optionset, char *tag, char *value) argument
2344 sa_get_next_optionset(sa_optionset_t optionset) argument
2439 sa_get_property(sa_optionset_t optionset, char *prop) argument
2608 sa_optionset_t optionset; local
2723 sa_get_optionset_parent(sa_optionset_t optionset) argument
2777 sa_commit_properties(sa_optionset_t optionset, int clear) argument
2824 sa_destroy_optionset(sa_optionset_t optionset) argument
2868 _sa_remove_optionset(sa_optionset_t optionset) argument
2994 sa_get_security_attr(sa_property_t optionset, char *tag) argument
3007 sa_set_security_attr(sa_group_t optionset, char *tag, char *value) argument
3067 sa_set_prop_by_prop(sa_optionset_t optionset, sa_group_t group, sa_property_t prop, int type) argument
3376 sa_optionset_t optionset; local
3408 sa_optionset_t optionset; local
3890 sa_optionset_t optionset; local
4111 get_protocol_list(sa_optionset_t optionset, void *object) argument
4148 sa_free_protoset(sa_optionset_t optionset) argument
[all...]
H A Dlibsharecore.c582 sa_optionset_t optionset; local
609 for (optionset = sa_get_optionset(parent, NULL);
610 optionset != NULL;
611 optionset =
612 sa_get_next_optionset(optionset)) {
614 optionset, "type");
740 * Check to see if optname is a security (named optionset) specific
896 * /etc/dfs/dfstab). This adds a new optionset to the group (or
899 * Once the optionset has been created, we then get the derived
900 * optionset o
912 sa_optionset_t optionset; local
1608 sa_has_prop(sa_optionset_t optionset, sa_property_t prop) argument
1714 sa_optionset_t optionset; local
1779 sa_free_derived_optionset(sa_optionset_t optionset) argument
[all...]
H A Dlibshare_zfs.c412 sa_optionset_t optionset; local
431 optionset = sa_get_optionset(group, proto);
432 if (optionset == NULL)
433 optionset = sa_create_optionset(group, proto);
495 /* If no optionset, add one. */
1524 * - Existing optionset properties, which are not part of the new properties
/opensolaris-onvv-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c63 * If the group has an optionset with the specified protocol,
69 sa_optionset_t optionset; local
72 optionset = sa_get_optionset(group, protocol);
73 if (optionset != NULL) {
700 * general or specific to a names optionset.
811 * Add the options in optlist to an optionset and then add the optionset
820 sa_optionset_t optionset; local
825 optionset = sa_get_optionset(group, proto);
826 if (optionset
1147 sa_optionset_t optionset; local
1334 sa_optionset_t optionset; local
1567 sa_optionset_t optionset; local
1676 sa_optionset_t optionset; local
1825 out_properties(sa_optionset_t optionset, char *proto, char *sec) argument
1881 sa_optionset_t optionset; local
2406 sa_optionset_t optionset; local
2496 sa_optionset_t optionset; local
4047 sa_optionset_t optionset; local
4083 sa_optionset_t optionset; local
4260 sa_optionset_t optionset; local
4346 sa_security_t optionset; local
5174 sa_optionset_t optionset; local
[all...]
/opensolaris-onvv-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c602 sa_optionset_t optionset; local
611 /* do we have an existing optionset? */
612 optionset = sa_get_optionset(group, "nfs");
613 if (optionset == NULL) {
614 /* didn't find existing optionset so create one */
615 optionset = sa_create_optionset(group, "nfs");
618 * Have an existing optionset . Ideally, we would need
620 * now, we assume that the first optionset is the
622 * empty optionset is the same as no optionset s
903 fill_export_from_optionset(struct exportdata *export, sa_optionset_t optionset) argument
[all...]
/opensolaris-onvv-gate/usr/src/lib/libshare/smb/
H A Dlibshare_smb.c1281 * Return an optionset with all the protocol specific properties in
1730 sa_optionset_t optionset; local
1770 /* do we have an existing optionset? */
1771 optionset = sa_get_optionset(group, "smb");
1772 if (optionset == NULL) {
1773 /* didn't find existing optionset so create one */
1774 optionset = sa_create_optionset(group, "smb");
1775 if (optionset == NULL)
1779 * If an optionset already exists, we've come through
1875 /* A resource level optionset i
[all...]

Completed in 119 milliseconds