Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c463 char *groupproto; in notify_or_enable_share() local
487 groupproto = sa_get_optionset_attr(opt, "type"); in notify_or_enable_share()
488 if (groupproto == NULL || in notify_or_enable_share()
489 (protocol != NULL && strcmp(groupproto, protocol) != 0)) { in notify_or_enable_share()
490 if (groupproto != NULL) in notify_or_enable_share()
491 sa_free_attr_string(groupproto); in notify_or_enable_share()
496 groupproto)) != SA_OK) { in notify_or_enable_share()
497 ret = sa_enable_share(share, groupproto); in notify_or_enable_share()
508 groupproto)) != SA_OK) { in notify_or_enable_share()
509 ret = sa_enable_resource(share, groupproto); in notify_or_enable_share()
[all …]