Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libshare/common/
H A Dscfutil.c265 if (sectype != NULL) in sa_extract_pgroup()
715 char *sectype = NULL; in sa_share_props_from_pgroup() local
753 if (sectype != NULL) in sa_share_props_from_pgroup()
754 *sectype++ = '\0'; in sa_share_props_from_pgroup()
774 if (sectype == NULL) in sa_share_props_from_pgroup()
881 char *sectype; in sa_extract_group() local
940 sectype = NULL; in sa_extract_group()
973 sectype); in sa_extract_group()
990 sectype = NULL; in sa_extract_group()
1910 char *sectype; in sa_delete_share() local
[all …]
H A Dlibsharecore.c1900 char *sectype; in sa_get_all_security_types() local
1908 sectype = sa_get_security_attr(security, "sectype"); in sa_get_all_security_types()
1909 if (sectype != NULL) { in sa_get_all_security_types()
1915 if (sa_get_property(options, sectype) == NULL) { in sa_get_all_security_types()
1916 prop = sa_create_property(sectype, in sa_get_all_security_types()
1924 sa_free_attr_string(sectype); in sa_get_all_security_types()
1943 sa_get_derived_security(void *object, char *sectype, char *proto, int hier) in sa_get_derived_security() argument
1953 sectype, proto, hier); in sa_get_derived_security()
1959 sa_set_security_attr(newsecurity, "sectype", sectype); in sa_get_derived_security()
1967 security = sa_get_security((sa_security_t)object, sectype, proto); in sa_get_derived_security()
H A Dlibshare.c780 char *sectype; in sa_security_name() local
786 sectype = sa_get_security_attr(security, "sectype"); in sa_security_name()
788 sectype ? sectype : "default"); in sa_security_name()
791 if (sectype != NULL) in sa_security_name()
792 sa_free_attr_string(sectype); in sa_security_name()
2460 sa_get_security(sa_group_t group, char *sectype, char *proto) in sa_get_security() argument
2484 if (sectype != NULL) { in sa_get_security()
2487 xmlStrcmp(value, (xmlChar *)sectype) == 0) { in sa_get_security()
2978 sa_create_security(sa_group_t group, char *sectype, char *proto) in sa_create_security() argument
2994 security = sa_get_security(group, sectype, proto); in sa_create_security()
[all …]
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c1467 char *sectype = NULL; in nfs_format_options() local
1530 if (sectype != NULL) { in nfs_format_options()
1532 "sec", sectype); in nfs_format_options()
1553 if (sectype != NULL) in nfs_format_options()
1572 if (sectype != NULL) in nfs_format_options()
1573 sa_free_attr_string(sectype); in nfs_format_options()
1891 char *sectype; in nfs_enable_share() local
1900 if (sectype == NULL) { in nfs_enable_share()
1915 if (sectype != NULL) in nfs_enable_share()
2329 char *sectype; in nfs_validate_property() local
[all …]
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c1444 char *sectype = NULL; in sa_delete() local
1471 if (sectype != NULL) { in sa_delete()
1477 sectype = optarg; in sa_delete()
1578 if (sectype != NULL) { in sa_delete()
3547 sectype = sa_proto_space_alias(proto, sectype); in add_security()
3552 if (sectype != NULL) in add_security()
3553 sa_free_attr_string(sectype); in add_security()
4121 char *sectype) in valid_unset_security() argument
4165 sectype = sa_proto_space_alias(proto, sectype); in remove_security()
4167 if (sectype != NULL) in remove_security()
[all …]