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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp746 void Console::i_attachStatusDriver(PCFGMNODE pCtlInst, PPDMLED *papLeds, argument
752 InsertConfigNode(pCtlInst, "LUN#999", &pLunL0);
2167 PCFGMNODE pCtlInst = NULL; local
2180 InsertConfigNode(pDev, Utf8StrFmt("%u", ulInstance).c_str(), &pCtlInst);
2183 InsertConfigInteger(pCtlInst, "Trusted", 1);
2184 InsertConfigNode(pCtlInst, "Config", &pCfg);
2197 hrc = pBusMgr->assignPCIDevice("lsilogic", pCtlInst); H();
2213 i_attachStatusDriver(pCtlInst, &mapStorageLeds[iLedScsi], 0, 15,
2221 hrc = pBusMgr->assignPCIDevice("buslogic", pCtlInst); H();
2237 i_attachStatusDriver(pCtlInst,
3731 PCFGMNODE pCtlInst = NULL; local
[all...]
H A DConsoleImpl.cpp3899 PCFGMNODE pCtlInst; local
3900 pCtlInst = CFGMR3GetChildF(CFGMR3GetRootU(pUVM), "Devices/%s/%u/", pcszDevice, uInstance);
3901 AssertReturn(pCtlInst || enmBus == StorageBus_USB, VERR_INTERNAL_ERROR);
3925 pLunL0 = CFGMR3GetChildF(pCtlInst, "LUN#%u", uLUN);
3946 CFGMR3Dump(pCtlInst);

Completed in 60 milliseconds