Searched defs:pInst (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/VMM/testcase/
H A DtstAnimate.cpp385 PCFGMNODE pInst = NULL; local
397 rc = CFGMR3InsertNode(pDev, "0", &pInst);
399 rc = CFGMR3InsertInteger(pInst, "Trusted", 1); /* boolean */
401 rc = CFGMR3InsertNode(pInst, "Config", &pCfg);
409 rc = CFGMR3InsertNode(pDev, "0", &pInst);
411 rc = CFGMR3InsertInteger(pInst, "Trusted", 1); /* boolean */
413 rc = CFGMR3InsertNode(pInst, "Config", &pCfg);
446 rc = CFGMR3InsertNode(pDev, "0", &pInst); UPDATERC();
447 rc = CFGMR3InsertInteger(pInst, "Trusted", 1); /* boolean */ UPDATERC();
448 rc = CFGMR3InsertNode(pInst, "Confi
[all...]
/vbox/src/VBox/VMM/VMMR3/
H A DCFGM.cpp1002 PCFGMNODE pInst = NULL; local
1014 rc = CFGMR3InsertNode(pDev, "0", &pInst);
1016 rc = CFGMR3InsertInteger(pInst, "Trusted", 1); /* boolean */
1018 rc = CFGMR3InsertNode(pInst, "Config", &pCfg);
1026 rc = CFGMR3InsertNode(pDev, "0", &pInst);
1028 rc = CFGMR3InsertInteger(pInst, "Trusted", 1); /* boolean */
1030 rc = CFGMR3InsertNode(pInst, "Config", &pCfg);
1058 rc = CFGMR3InsertNode(pDev, "0", &pInst);
1060 rc = CFGMR3InsertInteger(pInst, "Trusted", 1); /* boolean */
1062 rc = CFGMR3InsertNode(pInst, "Confi
[all...]
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp610 PCFGMNODE pInst, pCfg, pLunL0, pLunL1; local
666 InsertConfigNode(pBridges, Utf8StrFmt("%d", iBase + iBridge).c_str(), &pInst);
667 InsertConfigInteger(pInst, "Trusted", 1);
668 hrc = pBusMgr->assignPCIDevice("ich9pcibridge", pInst);
706 InsertConfigNode(pPCIDevs, Utf8StrFmt("%d", iDev).c_str(), &pInst);
707 InsertConfigInteger(pInst, "Trusted", 1);
711 InsertConfigNode(pInst, "Config", &pCfg);
721 hrc = pBusMgr->assignHostPCIDevice("pciraw", pInst, HostPCIAddress, GuestPCIAddress, true);
730 InsertConfigNode(pInst, "LUN#0", &pLunL0);
1467 PCFGMNODE pInst local
3547 PCFGMNODE pDev, pInst, pCfg, pLunL0; local
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.cpp2390 PCFGMNODE pInst = CFGMR3GetChild(CFGMR3GetRootU(pUVM), "Devices/acpi/0/"); local
2391 AssertRelease(pInst);
2393 CFGMR3RemoveNode(CFGMR3GetChildF(pInst, "LUN#%u", idCpu));
2399 rc = CFGMR3InsertNodeF(pInst, &pLunL0, "LUN#%u", idCpu); RC_CHECK();
2411 CFGMR3Dump(pInst);
4926 PCFGMNODE pInst = CFGMR3GetChildF(CFGMR3GetRootU(pUVM), "Devices/%s/%d/", pszDevice, uInstance); local
4927 AssertRelease(pInst);
4929 int rc = pThis->i_configNetwork(pszDevice, uInstance, uLun, aNetworkAdapter, pCfg, pLunL0, pInst,

Completed in 65 milliseconds