Searched defs:add_driver (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Installer/solaris/
H A Dvboxconfig.sh423 # add_driver(modname, moddesc, fatal, nulloutput, [driverperm])
425 add_driver() function
428 errorprint "missing argument to add_driver()"
592 add_driver "$MOD_VBOXFLT" "$DESC_VBOXFLT" "$FATALOP"
603 add_driver "$MOD_VBOXBOW" "$DESC_VBOXBOW" "$FATALOP"
617 add_driver "$MOD_VBOXDRV" "$DESC_VBOXDRV" "$FATALOP" "not-$NULLOP" "'* 0600 root sys','vboxdrvu 0666 root sys'"
619 add_driver "$MOD_VBOXDRV" "$DESC_VBOXDRV" "$FATALOP" "not-$NULLOP" "'* 0666 root sys','vboxdrvu 0666 root sys'"
649 add_driver "$MOD_VBOXNET" "$DESC_VBOXNET" "$FATALOP"
685 add_driver "$MOD_VBOXUSBMON" "$DESC_VBOXUSBMON" "$FATALOP" "not-$NULLOP" "'* 0666 root sys'"
709 add_driver "
[all...]

Completed in 44 milliseconds