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

/illumos-gate/usr/src/cmd/avs/dsw/
H A Diiboot.c65 char *cfg_cluster_tag = NULL; variable
179 if (cfg_cluster_tag == NULL && flag != DSWIOC_RESUME) {
185 } else if (cfg_cluster_tag != NULL && flag == DSWIOC_SUSPEND) {
189 (void) strncpy(ii_suspend.shadow_vol, cfg_cluster_tag,
194 "iiboot resume cluster %s failed", cfg_cluster_tag);
202 } else if ((cfg_cluster_tag != NULL) && (flag == DSWIOC_RESUME)) {
374 if (cfg_vol_disable(cfg, mst, cfg_cluster_tag,
465 cfg_cluster_tag ? cfg_cluster_tag : "<none>");
472 cfg_resource(cfg, cfg_cluster_tag);
[all...]
H A Diiadm.c89 static char *cfg_cluster_tag = NULL; variable
383 cfg_cluster_tag = optarg;
384 if (cfg_cluster_tag && *cfg_cluster_tag == '-') {
385 CLflg = (strcmp("-L", cfg_cluster_tag) == 0);
534 cfg_resource(cfg, cfg_cluster_tag);
538 if (cfg_cluster_tag != NULL)
956 if ((cfg_cluster_tag) &&
957 (strcmp(cfg_cluster_tag, c->cluster_tag)))
1035 cfg_cluster_tag, "i
[all...]
/illumos-gate/usr/src/cmd/avs/sv/
H A Dsvadm.c75 static char *cfg_cluster_tag; /* local cluster tag */ variable
119 if (cfg_cluster_tag && *cfg_cluster_tag) {
120 cfg_resource(cfg, cfg_cluster_tag);
314 if (!sv_iscluster && cfg_cluster_tag != NULL) {
332 if (cfg_cluster_tag != NULL) {
340 sv_check_dgislocal(cfg_cluster_tag);
346 if (cfg_cluster_tag == NULL) {
369 if (strcmp(dgname, cfg_cluster_tag) != 0) {
372 "name (%s) for %s"), cfg_cluster_tag,
[all...]
H A Dsvboot.c80 static caddr_t cfg_cluster_tag; variable
216 cfg_cluster_tag = optarg;
271 if (cfg_cluster_tag != NULL &&
272 strcmp(cfg_cluster_tag, SV_LOCAL_TAG) == 0)
273 cfg_cluster_tag = "-";
390 cfg_resource(cfg, cfg_cluster_tag);

Completed in 63 milliseconds