Searched refs:iInstance (Results 101 - 109 of 109) sorted by relevance

12345

/vbox/src/VBox/Devices/PC/
H A DDevACPI.cpp2978 static DECLCALLBACK(int) acpiR3Construct(PPDMDEVINS pDevIns, int iInstance, PCFGMNODE pCfg)
3017 rc = PDMDevHlpCritSectInit(pDevIns, &pThis->CritSect, RT_SRC_POS, "acpi#%u", iInstance);
3461 pDevIns->pReg->szName, pDevIns->iInstance));
/vbox/src/VBox/VMM/VMMR3/
H A DPGMPhys.cpp2527 if (pDevIns->iInstance > 0) /** @todo Move to PDMDevHlp.cpp and use a real string cache. */
2529 pszDesc = MMR3HeapAPrintf(pVM, MM_TAG_PGM_PHYS, "%s [%u]", pszDesc, pDevIns->iInstance);
2628 if (pDevIns->iInstance > 0)
H A DPGMSavedState.cpp687 SSMR3PutU32(pSSM, pMmio2->pDevInsR3->iInstance);
756 && pMmio2->pDevInsR3->iInstance == uInstance
/vbox/src/VBox/Devices/Audio/
H A DDevIchHda.cpp3682 static DECLCALLBACK(int) hdaConstruct(PPDMDEVINS pDevIns, int iInstance, PCFGMNODE pCfgHandle)
3685 Assert(iInstance == 0);
/vbox/src/VBox/Main/src-client/
H A DDisplayImpl.cpp736 * Register loaders for old saved states where iInstance was
4133 LogRelFlowFunc(("iInstance=%d\n", pDrvIns->iInstance));
4167 LogRelFlowFunc(("iInstance=%d\n", pDrvIns->iInstance));
H A DConsoleImpl.cpp1560 vrc = SSMR3Seek(ssm, sSSMConsoleUnit, 0 /* iInstance */, &version);
9562 vrc = SSMR3RegisterExternal(pConsole->mpUVM, sSSMConsoleUnit, 0 /*iInstance*/, sSSMConsoleVer, 0 /* cbGuess */,
10270 LogFlowFunc(("iInstance=%d\n", pDrvIns->iInstance));
10290 LogFlowFunc(("iInstance=%d\n", pDrvIns->iInstance));
/vbox/src/VBox/Devices/Storage/
H A DDevFdc.cpp2822 static DECLCALLBACK(int) fdcConstruct(PPDMDEVINS pDevIns, int iInstance, PCFGMNODE pCfg) argument
2833 Assert(iInstance == 0);
/vbox/src/VBox/Devices/testcase/
H A DtstDeviceStructSizeRC.cpp127 GEN_CHECK_OFF(PDMDEVINS, iInstance);
/vbox/src/VBox/Devices/USB/
H A DDevOHCI.cpp5717 static DECLCALLBACK(int) ohciR3Construct(PPDMDEVINS pDevIns, int iInstance, PCFGMNODE pCfg) argument
5865 rc = PDMDevHlpCritSectInit(pDevIns, &pThis->CsIrq, RT_SRC_POS, "OHCI#%uIrq", iInstance);

Completed in 212 milliseconds

12345