Searched defs:pLunL0 (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DEmulatedUSBImpl.cpp162 PCFGMNODE pLunL0; local
163 CFGMR3InsertNode(pInstance, "LUN#0", &pLunL0);
164 CFGMR3InsertString(pLunL0, "Driver", pszDriver);
165 CFGMR3InsertNode(pLunL0, "Config", &pConfig);
H A DConsoleImpl2.cpp610 PCFGMNODE pInst, pCfg, pLunL0, pLunL1; local
730 InsertConfigNode(pInst, "LUN#0", &pLunL0);
731 InsertConfigString(pLunL0, "Driver", "pciraw");
732 InsertConfigNode(pLunL0, "AttachedDriver", &pLunL1);
751 PCFGMNODE pLunL0, pCfg; local
752 InsertConfigNode(pCtlInst, "LUN#999", &pLunL0);
753 InsertConfigString(pLunL0, "Driver", "MainStatus");
754 InsertConfigNode(pLunL0, "Config", &pCfg);
1469 PCFGMNODE pLunL0 = NULL; /* /Devices/Dev/0/LUN#0/ */ local
1627 InsertConfigNode(pInst, "LUN#0", &pLunL0);
3547 PCFGMNODE pDev, pInst, pCfg, pLunL0; local
3748 PCFGMNODE pLunL0 = NULL; local
4198 i_configMedium(PCFGMNODE pLunL0, bool fPassthrough, DeviceType_T enmType, bool fUseHostIOCache, bool fBuiltinIOCache, bool fSetupMerge, unsigned uMergeSource, unsigned uMergeTarget, const char *pcszBwGroup, bool fDiscard, IMedium *pMedium, MachineState_T aMachineState, HRESULT *phrc) argument
4565 i_configNetwork(const char *pszDevice, unsigned uInstance, unsigned uLun, INetworkAdapter *aNetworkAdapter, PCFGMNODE pCfg, PCFGMNODE pLunL0, PCFGMNODE pInst, bool fAttachDetach, bool fIgnoreConnectFailure) argument
[all...]
H A DConsoleImpl.cpp2397 PCFGMNODE pLunL0; local
2399 rc = CFGMR3InsertNodeF(pInst, &pLunL0, "LUN#%u", idCpu); RC_CHECK();
2400 rc = CFGMR3InsertString(pLunL0, "Driver", "ACPICpu"); RC_CHECK();
2401 rc = CFGMR3InsertNode(pLunL0, "Config", &pCfg); RC_CHECK();
3912 PCFGMNODE pLunL0 = NULL; local
3925 pLunL0 = CFGMR3GetChildF(pCtlInst, "LUN#%u", uLUN);
3926 if (pLunL0)
3937 CFGMR3RemoveNode(pLunL0);
4925 PCFGMNODE pLunL0 = NULL; /* /Devices/Dev/0/LUN#0/ */ local
4929 int rc = pThis->i_configNetwork(pszDevice, uInstance, uLun, aNetworkAdapter, pCfg, pLunL0, pIns
[all...]

Completed in 53 milliseconds