Lines Matching refs:CONFIG
120 CONFIG=/etc/zfs/vdev_id.conf
135 -c specify name of an alternative config file [default=$CONFIG]
505 {print $2; exit}' $CONFIG)
511 {print $2; exit}' $CONFIG)
522 {print $2; exit}' $CONFIG)
663 \$3 == \"$PORT_ID\") {print \$4\$3}}" $CONFIG)
718 { print $2; exit }' $CONFIG)
732 CONFIG=${OPTARG}
743 print $2}' "$CONFIG")
767 if [ ! -r "$CONFIG" ] ; then
768 echo "Error: Config file \"$CONFIG\" not found"
778 TOPOLOGY=$(awk '($1 == "topology") {print $2; exit}' "$CONFIG")
782 BAY=$(awk '($1 == "slot") {print $2; exit}' "$CONFIG")
785 ZPAD=$(awk '($1 == "zpad_slot") {print $2; exit}' "$CONFIG")
797 ENCLOSURE_PREFIX=$(awk '/enclosure_symlinks_prefix/{print $2}' "$CONFIG")