Searched refs:sectype (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libshare/common/
H A Dscfutil.c234 * sa_extract_pgroup(root, handle, pg, nodetype, proto, sectype)
243 char *nodetype, char *proto, char *sectype)
262 if (sectype != NULL)
263 (void) xmlSetProp(node, (xmlChar *)"sectype",
264 (xmlChar *)sectype);
712 char *sectype = NULL; local
749 sectype = strchr(proto, '_');
750 if (sectype != NULL)
751 *sectype++ = '\0';
771 if (sectype
241 sa_extract_pgroup(xmlNodePtr root, scfutilhandle_t *handle, scf_propertygroup_t *pg, char *nodetype, char *proto, char *sectype) argument
878 char *sectype; local
1911 char *sectype; local
[all...]
H A Dlibsharecore.c1793 * optionset containg properties which are the sectype values found by
1824 char *sectype; local
1832 sectype = sa_get_security_attr(security, "sectype");
1833 if (sectype != NULL) {
1839 if (sa_get_property(options, sectype) == NULL) {
1840 prop = sa_create_property(sectype,
1848 sa_free_attr_string(sectype);
1858 * sa_get_derived_security(object, sectype, proto, hier)
1861 * sectype an
1867 sa_get_derived_security(void *object, char *sectype, char *proto, int hier) argument
[all...]
H A Dlibshare.c776 char *sectype; local
782 sectype = sa_get_security_attr(security, "sectype");
784 sectype ? sectype : "default");
787 if (sectype != NULL)
788 sa_free_attr_string(sectype);
2358 * sa_get_security(group, sectype, proto)
2367 sa_get_security(sa_group_t group, char *sectype, char *proto) argument
2391 if (sectype !
2885 sa_create_security(sa_group_t group, char *sectype, char *proto) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c1435 char *sectype = NULL; local
1462 if (sectype != NULL) {
1465 "spaces not supported: %s\n"), sectype);
1468 sectype = optarg;
1512 if (sectype != NULL && protocol == NULL) {
1569 if (sectype != NULL) {
1571 security = sa_get_security(group, sectype, protocol);
1916 secvalue = sa_get_security_attr(security, "sectype");
3522 * add_security(group, sectype, optlist, proto, *err)
3529 add_security(sa_group_t group, char *sectype, argument
3787 space_set(sa_handle_t handle, char *groupname, struct options *optlist, char *protocol, char *sharepath, int dryrun, char *sectype) argument
4110 valid_unset_security(sa_group_t group, struct options *optlist, char *proto, char *sectype) argument
4148 remove_security(sa_group_t group, char *sectype, struct options *optlist, char *proto, int *err) argument
4317 space_unset(sa_handle_t handle, char *groupname, struct options *optlist, char *protocol, char *sharepath, int dryrun, char *sectype) argument
[all...]
/opensolaris-onvv-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c1112 type = sa_get_security_attr(secopts, "sectype");
1421 char *sectype = NULL; local
1479 sectype = sa_get_property_attr(secprop, "type");
1482 group, sectype, "nfs", hier);
1484 if (sectype != NULL) {
1486 "sec", sectype);
1507 if (sectype != NULL)
1508 sa_free_attr_string(sectype);
1526 if (sectype != NULL)
1527 sa_free_attr_string(sectype);
1847 char *sectype; local
[all...]

Completed in 116 milliseconds