Searched refs:uLun (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Main/include/ |
H A D | ConsoleImpl.h | 264 static HRESULT i_convertBusPortDeviceToLun(StorageBus_T enmBus, LONG port, LONG device, unsigned &uLun); 690 int i_configNetwork(const char *pszDevice, unsigned uInstance, unsigned uLun, 705 unsigned uLun, INetworkAdapter *aNetworkAdapter); 707 unsigned uInstance, unsigned uLun,
|
/vbox/src/VBox/Main/src-client/ |
H A D | ConsoleImpl.cpp | 3281 HRESULT Console::i_convertBusPortDeviceToLun(StorageBus_T enmBus, LONG port, LONG device, unsigned &uLun) argument 3290 uLun = 2 * port + device; 3297 uLun = port; 3306 uLun = 0; 3310 uLun = 0; 3519 * @param uLun The PDM LUN number of the drive. 4826 * @param uLun The PDM LUN number of the drive. 4832 unsigned uLun, 4835 LogFlowThisFunc(("pszDevice=%p:{%s} uInstance=%u uLun=%u aNetworkAdapter=%p\n", 4836 pszDevice, pszDevice, uInstance, uLun, aNetworkAdapte 4829 i_doNetworkAdapterChange(PUVM pUVM, const char *pszDevice, unsigned uInstance, unsigned uLun, INetworkAdapter *aNetworkAdapter) argument 4885 i_changeNetworkAttachment(Console *pThis, PUVM pUVM, const char *pszDevice, unsigned uInstance, unsigned uLun, INetworkAdapter *aNetworkAdapter) argument [all...] |
H A D | ConsoleImpl2.cpp | 4550 * @param uLun The PDM LUN number of the drive. 4567 unsigned uLun, 4618 rc = PDMR3DeviceDetach(mpUVM, pszDevice, uInstance, uLun, 0 /*fFlags*/); 4624 CFGMR3RemoveNode(CFGMR3GetChildF(pInst, "LUN#%u", uLun)); 5567 rc = PDMR3DriverAttach(mpUVM, pszDevice, uInstance, uLun, 0 /*fFlags*/, NULL /* ppBase */); 4565 i_configNetwork(const char *pszDevice, unsigned uInstance, unsigned uLun, INetworkAdapter *aNetworkAdapter, PCFGMNODE pCfg, PCFGMNODE pLunL0, PCFGMNODE pInst, bool fAttachDetach, bool fIgnoreConnectFailure) argument
|
Completed in 931 milliseconds