Searched refs:autostart (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/Installer/solaris/ |
H A D | smf-vboxautostart.sh | 50 [ -z "$VW_CONFIG" ] && VW_CONFIG=/etc/vbox/autostart.cfg 93 [ -z "$VW_CONFIG" ] && VW_CONFIG=/etc/vbox/autostart.cfg
|
H A D | checkinstall.sh | 143 # 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 D | vboxadd-x11.sh | 217 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 D | settings.h | 1128 * 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 D | Settings.cpp | 2167 && 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 D | SnapshotImpl.cpp | 756 HRESULT rc = m->pMachine->i_saveHardware(data.hardware, &data.debugging, &data.autostart);
|
H A D | MachineImpl.cpp | 6919 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