Searched refs:RETVAL (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/ValidationKit/testboxscript/
H A Dsetup.sh39 # Get the host OS name, returning it in RETVAL.
42 RETVAL=`uname`
43 case "$RETVAL" in
45 RETVAL=darwin
49 RETVAL=dragonfly
53 RETVAL=freebsd
57 RETVAL=haiku
61 RETVAL=linux
65 RETVAL=netbsd
69 RETVAL
[all...]
/vbox/src/VBox/ValidationKit/testboxscript/linux/
H A Dtestboxscript-service.sh118 RETVAL=0;
120 RETVAL=1;
123 RETVAL=3
125 return $RETVAL;
142 RETVAL=$?;
143 if [ $RETVAL -eq 0 ]; then
149 RETVAL=0;
151 RETVAL=1;
154 fail_msg "su failed with exit code $RETVAL";
158 RETVAL
[all...]
/vbox/src/VBox/ValidationKit/utils/TestExecServ/linux/
H A Dvboxtxs-nat.sh281 RETVAL=$?
282 test $RETVAL -eq 0 && sleep 2 && echo `pidof TestExecService` > $PIDFILE
284 RETVAL=5
286 if test $RETVAL -eq 0; then
292 return $RETVAL
299 RETVAL=$?
300 test $RETVAL -eq 0 && rm -f $PIDFILE
303 return $RETVAL
341 exit $RETVAL
H A Dvboxtxs.sh280 RETVAL=$?
281 test $RETVAL -eq 0 && sleep 2 && echo `pidof TestExecService` > $PIDFILE
283 RETVAL=5
285 if test $RETVAL -eq 0; then
291 return $RETVAL
298 RETVAL=$?
299 test $RETVAL -eq 0 && rm -f $PIDFILE
302 return $RETVAL
340 exit $RETVAL
/vbox/src/VBox/Additions/linux/installer/
H A Dvboxadd-service.sh246 RETVAL=$?
247 test $RETVAL -eq 0 && echo `pidof VBoxService` > $PIDFILE
250 return $RETVAL
257 RETVAL=$?
265 return $RETVAL
303 exit $RETVAL
/vbox/src/VBox/Installer/linux/
H A Dvboxballoonctrl-service.sh322 RETVAL=0
325 RETVAL=1
329 return $RETVAL
336 RETVAL=$?
344 return $RETVAL
385 exit $RETVAL
H A Dvboxweb-service.sh335 RETVAL=0
338 RETVAL=1
342 return $RETVAL
349 RETVAL=$?
357 return $RETVAL
398 exit $RETVAL
H A Dvboxautostart-service.sh286 return $RETVAL
303 return $RETVAL
318 exit $RETVAL
H A Dinstall.sh326 RETVAL=$?
327 if [ $RETVAL != 0 ]; then
337 RETVAL=$?
338 if [ $RETVAL != 0 ]; then
483 if [ $RETVAL -eq 0 ] && ! start_init_script vboxdrv; then
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/
H A DUPT.py233 RETVAL = Main() variable
237 if RETVAL < 0 or RETVAL > 127:
238 RETVAL = 1 variable
239 sys.exit(RETVAL)

Completed in 88 milliseconds