Searched refs:SetBootOrder (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Main/testcase/
H A DtstVBoxAPIXPCOM.cpp386 rc = sessionMachine->SetBootOrder(1, DeviceType::DVD);
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsSystem.cpp263 m_machine.SetBootOrder(++iBootIndex, systemData.m_bootItems[i].m_type);
269 m_machine.SetBootOrder(++iBootIndex, KDeviceType_Null);
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageModifyVM.cpp876 CHECK_ERROR(sessionMachine, SetBootOrder(GetOptState.uIndex, DeviceType_Null));
880 CHECK_ERROR(sessionMachine, SetBootOrder(GetOptState.uIndex, DeviceType_Floppy));
884 CHECK_ERROR(sessionMachine, SetBootOrder(GetOptState.uIndex, DeviceType_DVD));
888 CHECK_ERROR(sessionMachine, SetBootOrder(GetOptState.uIndex, DeviceType_HardDisk));
892 CHECK_ERROR(sessionMachine, SetBootOrder(GetOptState.uIndex, DeviceType_Network));
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2249 nsresult (*SetBootOrder)( member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_0.h2787 nsresult (*SetBootOrder)( member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_1.h2693 nsresult (*SetBootOrder)( member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_2.h2772 nsresult (*SetBootOrder)( member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_0.h3056 nsresult (*SetBootOrder)( member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_1.h3253 nsresult (*SetBootOrder)( member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_2.h3558 nsresult (*SetBootOrder)( member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5266 nsresult (*SetBootOrder)( member in struct:IMachine_vtbl
5990 nsresult (*SetBootOrder)( member in struct:IMachineVtbl
6753 #define IMachine_SetBootOrder(p, aPosition, aDevice) ((p)->lpVtbl->SetBootOrder(p, aPosition, aDevice))
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp1878 rc = gpMachine->SetBootOrder(1, bootDevice);

Completed in 2858 milliseconds