Searched refs:autostart (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Installer/solaris/
H A Dsmf-vboxautostart.sh50 [ -z "$VW_CONFIG" ] && VW_CONFIG=/etc/vbox/autostart.cfg
93 [ -z "$VW_CONFIG" ] && VW_CONFIG=/etc/vbox/autostart.cfg
H A Dcheckinstall.sh143 # Check if the autostart service is running, if so stop & remove it
144 servicefound=`svcs -H "svc:/application/virtualbox/autostart" 2> /dev/null | grep '^online'`
146 infoprint "VirtualBox autostart service appears to still be running."
147 infoprint "Halting & removing autostart service..."
148 /usr/sbin/svcadm disable -s svc:/application/virtualbox/autostart
/vbox/src/VBox/Additions/linux/installer/
H A Dvboxadd-x11.sh217 x11_autostart="/etc/xdg/autostart"
218 kde_autostart="/usr/share/autostart"
640 # Remove VBoxClient autostart files
644 rm /etc/xdg/autostart/vboxclient.desktop 2>/dev/null
645 rm /usr/share/autostart/vboxclient.desktop 2>/dev/null
/vbox/include/VBox/
H A Dsettings.h1128 * Settings that has to do with autostart.
1185 Autostart autostart; member in struct:settings::Snapshot
1275 Autostart autostart; member in class:settings::MachineConfigFile
/vbox/src/VBox/Main/xml/
H A DSettings.cpp2167 && autostart == s.autostart
3889 readAutostart(elmSnapshot.findChildElement("Autostart"), &snap.autostart);
4050 readAutostart(pelmMachineChild, &autostart);
5138 * @param pAutostart Pointer to the autostart settings.
5222 buildAutostartXML(pelmSnapshot, &snap.autostart);
5380 buildAutostartXML(&elmMachine, &autostart);
5642 // VirtualBox 4.2 adds tracing, autostart, UUID in directory and groups.
5644 || !autostart.areDefaultSettings()
/vbox/src/VBox/Main/src-server/
H A DSnapshotImpl.cpp756 HRESULT rc = m->pMachine->i_saveHardware(data.hardware, &data.debugging, &data.autostart);
H A DMachineImpl.cpp6919 tr("The VM autostart feature is not supported on this platform"));
6922 tr("The path to the autostart database is not set"));
6925 tr("%s machine '%s' to the autostart database failed with %Rrc"),
6995 tr("The path to the autostart database is not set"));
8659 rc = i_loadHardware(config.hardwareMachine, &config.debugging, &config.autostart);
8730 &data.autostart,
8780 * @param pAutostart Pointer to the autostart settings.
10025 HRESULT rc = i_saveHardware(config.hardwareMachine, &config.debugging, &config.autostart);
10099 * @param pAutostart Pointer to the settings object for the autostart config

Completed in 434 milliseconds