Lines Matching full:topology
6 # physical path in a storage topology to a channel name. The
33 # topology sas_direct
62 # topology sas_switch
123 TOPOLOGY=
138 -g Storage network topology [default="$TOPOLOGY"]
166 case $TOPOLOGY in
384 case $TOPOLOGY in
750 TOPOLOGY=$OPTARG
777 if [ -z "$TOPOLOGY" ] ; then
778 TOPOLOGY=$(awk '($1 == "topology") {print $2; exit}' "$CONFIG")
787 TOPOLOGY=${TOPOLOGY:-sas_direct}
790 if [ "$ENCLOSURE_MODE" = "yes" ] && [ "$TOPOLOGY" = "sas_direct" ] ; then
811 case $TOPOLOGY in
819 echo "Error: unknown topology $TOPOLOGY"