Home
last modified time | relevance | path

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

/titanic_44/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);
/titanic_44/usr/src/cmd/avs/dsw/
H A Diiadm.c1097 static int is_cluster = -1; in check_cluster() local
1106 if (is_cluster != -1) in check_cluster()
1107 return (is_cluster); in check_cluster()
1126 is_cluster = II_CLUSTER; in check_cluster()
1131 is_cluster = II_CLUSTER_LCL; in check_cluster()
1134 return (is_cluster); in check_cluster()
1139 is_cluster = II_NOT_CLUSTER; in check_cluster()
1140 return (is_cluster); in check_cluster()
1147 return (is_cluster); in check_cluster()