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

/illumos-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.c1795 * optionset containg properties which are the sectype values found by
1826 char *sectype; local
1834 sectype = sa_get_security_attr(security, "sectype");
1835 if (sectype != NULL) {
1841 if (sa_get_property(options, sectype) == NULL) {
1842 prop = sa_create_property(sectype,
1850 sa_free_attr_string(sectype);
1860 * sa_get_derived_security(object, sectype, proto, hier)
1863 * sectype an
1869 sa_get_derived_security(void *object, char *sectype, char *proto, int hier) argument
[all...]
H A Dlibshare.c777 char *sectype; local
783 sectype = sa_get_security_attr(security, "sectype");
785 sectype ? sectype : "default");
788 if (sectype != NULL)
789 sa_free_attr_string(sectype);
2359 * sa_get_security(group, sectype, proto)
2368 sa_get_security(sa_group_t group, char *sectype, char *proto) argument
2392 if (sectype !
2886 sa_create_security(sa_group_t group, char *sectype, char *proto) argument
[all...]
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c1439 char *sectype = NULL; local
1466 if (sectype != NULL) {
1469 "spaces not supported: %s\n"), sectype);
1472 sectype = optarg;
1516 if (sectype != NULL && protocol == NULL) {
1573 if (sectype != NULL) {
1575 security = sa_get_security(group, sectype, protocol);
1920 secvalue = sa_get_security_attr(security, "sectype");
3526 * add_security(group, sectype, optlist, proto, *err)
3533 add_security(sa_group_t group, char *sectype, argument
3791 space_set(sa_handle_t handle, char *groupname, struct options *optlist, char *protocol, char *sharepath, int dryrun, char *sectype) argument
4114 valid_unset_security(sa_group_t group, struct options *optlist, char *proto, char *sectype) argument
4152 remove_security(sa_group_t group, char *sectype, struct options *optlist, char *proto, int *err) argument
4321 space_unset(sa_handle_t handle, char *groupname, struct options *optlist, char *protocol, char *sharepath, int dryrun, char *sectype) argument
[all...]
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c1132 type = sa_get_security_attr(secopts, "sectype");
1445 char *sectype = NULL; local
1503 sectype = sa_get_property_attr(secprop, "type");
1506 group, sectype, "nfs", hier);
1508 if (sectype != NULL) {
1510 "sec", sectype);
1531 if (sectype != NULL)
1532 sa_free_attr_string(sectype);
1550 if (sectype != NULL)
1551 sa_free_attr_string(sectype);
1869 char *sectype; local
2371 char *sectype; local
[all...]

Completed in 81 milliseconds