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

/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp828 DeviceType_T bootDevice = DeviceType_Null; local
1007 bootDevice = DeviceType_Floppy;
1013 bootDevice = DeviceType_HardDisk;
1019 bootDevice = DeviceType_DVD;
1025 bootDevice = DeviceType_Network;
1876 if (bootDevice != DeviceType_Null)
1878 rc = gpMachine->SetBootOrder(1, bootDevice);
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp1761 DeviceType_T bootDevice; local
1767 hrc = pMachine->GetBootOrder(pos, &bootDevice); H();
1773 switch (bootDevice)
1791 AssertMsgFailed(("Invalid bootDevice=%d\n", bootDevice));
1793 N_("Invalid boot device '%d'"), bootDevice);

Completed in 55 milliseconds