Lines Matching refs:fatal

73 FATALOP=fatal
125 helpprint " --fatal Don't continue on failure (required for postinstall)"
132 # !! failure is always fatal
152 # !! failure is always fatal
214 # !! failure is always fatal
341 # !! failure is always fatal
352 # !! failure is always fatal
363 # !! failure is always fatal
423 # add_driver(modname, moddesc, fatal, nulloutput, [driverperm])
424 # failure: depends on "fatal"
434 fatal="$3"
454 if test "$fatal" = "$FATALOP"; then
464 # rem_driver(modname, moddesc, [fatal])
465 # failure: depends on [fatal]
475 fatal=$3
491 if test "$fatal" = "$FATALOP"; then
499 # unload_module(modname, moddesc, retry, [fatal])
500 # failure: fatal
516 fatal=$4
546 if test "$fatal" = "$FATALOP"; then
558 # load_module(modname, moddesc, [fatal])
560 # failure: fatal
575 fatal=$3
582 if test "$fatal" = "$FATALOP"; then
612 # !! failure is always fatal
720 # remove_drivers([fatal])
721 # failure: depends on [fatal]
724 fatal=$1
742 unload_module "$MOD_VBOXUSB" "$DESC_VBOXUSB" 0 "$fatal"
743 rem_driver "$MOD_VBOXUSB" "$DESC_VBOXUSB" "$fatal"
745 unload_module "$MOD_VBOXUSBMON" "$DESC_VBOXUSBMON" 0 "$fatal"
746 rem_driver "$MOD_VBOXUSBMON" "$DESC_VBOXUSBMON" "$fatal"
748 unload_module "$MOD_VBOXFLT" "$DESC_VBOXFLT" 0 "$fatal"
749 rem_driver "$MOD_VBOXFLT" "$DESC_VBOXFLT" "$fatal"
751 unload_module "$MOD_VBOXBOW" "$DESC_VBOXBOW" 0 "$fatal"
752 rem_driver "$MOD_VBOXBOW" "$DESC_VBOXBOW" "$fatal"
754 unload_module "$MOD_VBOXNET" "$DESC_VBOXNET" 0 "$fatal"
755 rem_driver "$MOD_VBOXNET" "$DESC_VBOXNET" "$fatal"
757 unload_module "$MOD_VBOXDRV" "$DESC_VBOXDRV" 1 "$fatal"
758 rem_driver "$MOD_VBOXDRV" "$DESC_VBOXDRV" "$fatal"
800 # failure: non fatal
854 # failure: depends on [fatal]
870 if test "$fatal" = "$FATALOP"; then
880 # failure: non-fatal
924 # failure: non fatal
945 # cleanup_install([fatal])
946 # failure: depends on [fatal]
949 fatal=$1
977 if test "$fatal" = "$FATALOP"; then
989 if test "$fatal" = "$FATALOP"; then
998 # Stop our other daemons, non-fatal
1037 # !! failure is always fatal
1131 # Should this be fatal?
1218 # preremove([fatal])
1219 # failure: depends on [fatal]
1222 fatal=$1
1224 cleanup_install "$fatal"
1226 remove_drivers "$fatal"
1254 --fatal)
1255 fatal="$FATALOP"
1289 preremove "$fatal"
1296 remove_drivers "$fatal"
1299 remove_drivers "$fatal"