Searched defs:is_cluster (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/avs/dscfg/
H A Ddscfg.c874 static int is_cluster = -1; local
877 if (is_cluster != -1)
878 return (is_cluster);
881 is_cluster = IS_CLUSTER;
882 return (is_cluster);
884 is_cluster = IS_NOT_CLUSTER;
885 return (is_cluster);
893 return (is_cluster);
/illumos-gate/usr/src/cmd/avs/dsw/
H A Diiadm.c1097 static int is_cluster = -1; local
1106 if (is_cluster != -1)
1107 return (is_cluster);
1126 is_cluster = II_CLUSTER;
1131 is_cluster = II_CLUSTER_LCL;
1134 return (is_cluster);
1139 is_cluster = II_NOT_CLUSTER;
1140 return (is_cluster);
1147 return (is_cluster);

Completed in 433 milliseconds