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

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

Completed in 59 milliseconds