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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp2152 StorageBus_T enmBus; local
2153 rc = ctrls[i]->COMGETTER(Bus)(&enmBus); H();
2377 enmBus,
3709 StorageBus_T enmBus,
3749 hrc = Console::i_convertBusPortDeviceToLun(enmBus, lPort, lDev, uLUN); H();
3752 if (enmBus != StorageBus_USB)
3764 if (enmBus == StorageBus_USB)
3814 if (enmBus == StorageBus_USB)
3839 if (enmBus == StorageBus_USB)
3888 if (enmBus
3707 i_configMediumAttachment(const char *pcszDevice, unsigned uInstance, StorageBus_T enmBus, bool fUseHostIOCache, bool fBuiltinIOCache, bool fSetupMerge, unsigned uMergeSource, unsigned uMergeTarget, IMediumAttachment *pMediumAtt, MachineState_T aMachineState, HRESULT *phrc, bool fAttachDetach, bool fForceUnmount, bool fHotplug, PUVM pUVM, DeviceType_T *paLedDevType, PCFGMNODE *ppLunL0) argument
[all...]
H A DConsoleImpl.cpp3281 HRESULT Console::i_convertBusPortDeviceToLun(StorageBus_T enmBus, LONG port, LONG device, unsigned &uLun) argument
3283 switch (enmBus)
3311 AssertMsgFailedReturn(("%d\n", enmBus), E_INVALIDARG);
3452 StorageBus_T enmBus; local
3453 rc = pStorageController->COMGETTER(Bus)(&enmBus);
3479 this, pUVM, pszDevice, uInstance, enmBus, fUseHostIOCache, aMediumAttachment, fForce);
3535 StorageBus_T enmBus,
3540 LogFlowFunc(("pThis=%p uInstance=%u pszDevice=%p:{%s} enmBus=%u, aMediumAtt=%p, fForce=%d\n",
3541 pThis, uInstance, pcszDevice, pcszDevice, enmBus, aMediumAtt, fForce));
3556 enmBus,
3531 i_changeRemovableMedium(Console *pThis, PUVM pUVM, const char *pcszDevice, unsigned uInstance, StorageBus_T enmBus, bool fUseHostIOCache, IMediumAttachment *aMediumAtt, bool fForce) argument
3633 StorageBus_T enmBus; local
3706 i_attachStorageDevice(Console *pThis, PUVM pUVM, const char *pcszDevice, unsigned uInstance, StorageBus_T enmBus, bool fUseHostIOCache, IMediumAttachment *aMediumAtt, bool fSilent) argument
3807 StorageBus_T enmBus; local
3876 i_detachStorageDevice(Console *pThis, PUVM pUVM, const char *pcszDevice, unsigned uInstance, StorageBus_T enmBus, IMediumAttachment *pMediumAtt, bool fSilent) argument
4392 StorageBus_T enmBus; local
4504 StorageBus_T enmBus; local
4627 StorageBus_T enmBus; local
5998 StorageBus_T enmBus; local
6104 StorageBus_T enmBus; local
9873 i_reconfigureMediumAttachment(Console *pThis, PUVM pUVM, const char *pcszDevice, unsigned uInstance, StorageBus_T enmBus, bool fUseHostIOCache, bool fBuiltinIOCache, bool fSetupMerge, unsigned uMergeSource, unsigned uMergeTarget, IMediumAttachment *aMediumAtt, MachineState_T aMachineState, HRESULT *phrc) argument
[all...]

Completed in 129 milliseconds