Lines Matching refs:inst
970 inst=0
971 while test $inst -ne $MOD_VBOXNET_INST; do
972 vboxnetup=`$BIN_IFCONFIG vboxnet$inst >/dev/null 2>&1`
974 $BIN_IFCONFIG vboxnet$inst unplumb
976 errorprint "VirtualBox NetAdapter 'vboxnet$inst' couldn't be unplumbed (probably in use)."
984 vboxnetup=`$BIN_IFCONFIG vboxnet$inst inet6 >/dev/null 2>&1`
986 $BIN_IFCONFIG vboxnet$inst inet6 unplumb
988 errorprint "VirtualBox NetAdapter 'vboxnet$inst' IPv6 couldn't be unplumbed (probably in use)."
995 inst=`expr $inst + 1`
1053 inst=0
1055 while test $inst -ne 1; do
1056 echo "vboxnet$inst static 192.168.$networkn.1" >> $nwambackupfile
1057 inst=`expr $inst + 1`
1106 inst=0
1108 while test $inst -ne 1; do
1110 inst=`expr $inst + 1`