Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c468 char *groupproto; in notify_or_enable_share() local
492 groupproto = sa_get_optionset_attr(opt, "type"); in notify_or_enable_share()
493 if (groupproto == NULL || in notify_or_enable_share()
494 (protocol != NULL && strcmp(groupproto, protocol) != 0)) { in notify_or_enable_share()
495 if (groupproto != NULL) in notify_or_enable_share()
496 sa_free_attr_string(groupproto); in notify_or_enable_share()
501 groupproto)) != SA_OK) { in notify_or_enable_share()
502 ret = sa_enable_share(share, groupproto); in notify_or_enable_share()
513 groupproto)) != SA_OK) { in notify_or_enable_share()
514 ret = sa_enable_resource(share, groupproto); in notify_or_enable_share()
[all …]