Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/syscall/
H A Dcladm.c71 if (!(cluster_bootflags & CLUSTER_CONFIGURED)) { in cladm()
83 if ((cluster_bootflags & (CLUSTER_CONFIGURED|CLUSTER_BOOTED)) != in cladm()
84 (CLUSTER_CONFIGURED|CLUSTER_BOOTED)) { in cladm()
/titanic_50/usr/src/cmd/avs/dscfg/
H A Ddscfgadm.sh37 CLUSTER_CONFIGURED=$?
45 if [ $CLUSTER_CONFIGURED -eq 1 ]; then
56 if [ $CLUSTER_CONFIGURED -eq 1 ]; then
189 CLUSTER_CONFIGURED=$?
536 if [ $IN_CLUSTER = 1 -o $CLUSTER_CONFIGURED = 1 ]; then
659 if [ $CLUSTER_CONFIGURED = 1 ]
1450 if [ $CLUSTER_CONFIGURED = 1 ]
1527 if [ $CLUSTER_CONFIGURED = 1 ]
/titanic_50/usr/src/uts/common/sys/
H A Dcladm.h69 #define CLUSTER_CONFIGURED 0x0001 /* system is configured as a cluster */ macro
/titanic_50/usr/src/uts/common/os/
H A Dinstance.c1079 if ((cluster_bootflags & CLUSTER_CONFIGURED) && in in_make_path()
/titanic_50/usr/src/cmd/truss/
H A Dexpound.c511 if (arg & CLUSTER_CONFIGURED) in show_cladm()