Searched refs:cslept (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/solaris/Installer/
H A Dpostinstall.sh364 cslept=0
376 cslept=`expr $cslept + 1`
377 if test "$cslept" -eq "$cmax"; then
/vbox/src/VBox/Installer/solaris/
H A Dvboxconfig.sh530 cslept=0
535 cslept=`expr $cslept + 3`
536 if test "$cslept" -ge "$cmax"; then
892 cslept=0
899 cslept=`expr $cslept + 1`
900 if test "$cslept" -eq "$cmax"; then

Completed in 62 milliseconds