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

12345

/vbox/src/VBox/Devices/PC/
H A DDevPIC.cpp898 static DECLCALLBACK(int) picConstruct(PPDMDEVINS pDevIns, int iInstance, PCFGMNODE pCfg) argument
904 Assert(iInstance == 0);
H A DDevHPET.cpp1307 static DECLCALLBACK(int) hpetR3Construct(PPDMDEVINS pDevIns, int iInstance, PCFGMNODE pCfg) argument
1313 Assert(iInstance == 0);
H A DDevPcBios.cpp1004 static DECLCALLBACK(int) pcbiosConstruct(PPDMDEVINS pDevIns, int iInstance, PCFGMNODE pCfg) argument
1010 Assert(iInstance == 0);
H A DDevRTC.cpp1080 static DECLCALLBACK(int) rtcConstruct(PPDMDEVINS pDevIns, int iInstance, PCFGMNODE pCfg) argument
1084 Assert(iInstance == 0);
H A DDevDMA.cpp937 static DECLCALLBACK(int) dmaConstruct(PPDMDEVINS pDevIns, int iInstance, PCFGMNODE pCfg) argument
H A DDevAPIC.cpp2228 static DECLCALLBACK(int) apicR3Construct(PPDMDEVINS pDevIns, int iInstance, PCFGMNODE pCfg) argument
2236 Assert(iInstance == 0);
/vbox/src/VBox/Main/src-client/
H A DMouseImpl.cpp1194 LogFlow(("Mouse::drvDestruct: iInstance=%d\n", pDrvIns->iInstance));
1218 LogFlow(("drvMainMouse_Construct: iInstance=%d\n", pDrvIns->iInstance));
/vbox/src/VBox/Devices/USB/
H A DUSBProxyDevice.cpp813 static DECLCALLBACK(int) usbProxyConstruct(PPDMUSBINS pUsbIns, int iInstance, PCFGMNODE pCfg, PCFGMNODE pCfgGlobal) argument
816 LogFlow(("usbProxyConstruct: pUsbIns=%p iInstance=%d\n", pUsbIns, iInstance));
/vbox/src/VBox/Devices/Network/
H A DDrvIntNet.cpp1097 pDrvIns->iInstance, rc));
1690 pDrvIns->iInstance, OpenReq.szNetwork, OpenReq.enmTrunkType, OpenReq.szTrunk, OpenReq.fFlags,
1758 Log(("IntNet%d: hIf=%RX32 '%s'\n", pDrvIns->iInstance, pThis->hIf, pThis->szNetwork));
/vbox/src/VBox/Devices/Storage/
H A DDrvHostDVD.cpp751 LogFlow(("drvHostDvdConstruct: iInstance=%d\n", pDrvIns->iInstance));
H A DDrvVD.cpp3196 uint32_t iInstance, iLUN; local
3200 &iInstance, &iLUN);
3206 int cbStr = RTStrAPrintf(&pszId, "%s-%d-%d", pcszController, iInstance, iLUN);
H A DDrvBlock.cpp879 LogFlow(("drvblockConstruct: iInstance=%d\n", pDrvIns->iInstance));
H A DDrvDiskIntegrity.cpp1329 LogFlow(("drvdiskintConstruct: iInstance=%d\n", pDrvIns->iInstance));
/vbox/src/VBox/VMM/VMMR3/
H A DSSM.cpp8989 * @param iInstance The particular instance we seek.
8992 static int ssmR3FileSeekV1(PSSMHANDLE pSSM, const char *pszUnit, uint32_t iInstance, uint32_t *piVersion)
9013 if ( UnitHdr.u32Instance == iInstance
9058 * @param iInstance The particular instance we seek.
9062 const char *pszUnit, uint32_t iInstance, uint32_t *piVersion)
9081 && pDir->aEntries[i].u32Instance == iInstance
9145 * @param iInstance The particular instance we seek.
9148 static int ssmR3FileSeekV2(PSSMHANDLE pSSM, const char *pszUnit, uint32_t iInstance, uint32_t *piVersion)
9166 pszUnit, iInstance, piVersion);
9184 * @param iInstance Th
[all...]
H A DIOM.cpp1454 if (pDevIns->iInstance > 0)
1657 if (pDevIns->iInstance > 0)
/vbox/src/VBox/Devices/VMMDev/
H A DVMMDev.cpp3789 static DECLCALLBACK(int) vmmdevConstruct(PPDMDEVINS pDevIns, int iInstance, PCFGMNODE pCfg) argument
3794 Assert(iInstance == 0);
3968 rc = PDMDevHlpCritSectInit(pDevIns, &pThis->CritSect, RT_SRC_POS, "VMMDev#%u", iInstance);
4015 if (pThis->PciDev.devfn != 32 || iInstance != 0)
4064 Log(("%s/%d: warning: no driver attached to LUN #0!\n", pDevIns->pReg->szName, pDevIns->iInstance));
/vbox/include/VBox/vmm/
H A Dpdmdev.h59 * @param iInstance Instance number. Use this to figure out which registers
61 * pDevIns->iInstance, but since it's likely to be
68 typedef DECLCALLBACK(int) FNPDMDEVCONSTRUCT(PPDMDEVINS pDevIns, int iInstance, PCFGMNODE pCfg);
4137 uint32_t iInstance; member in struct:PDMDEVINS
4270 (pDevIns)->pReg->szName, (pDevIns)->iInstance); \
H A Dssm.h1197 VMMR3DECL(int) SSMR3Seek(PSSMHANDLE pSSM, const char *pszUnit, uint32_t iInstance, uint32_t *piVersion);
H A Ddbgf.h1491 const char *pszPrefix, uint32_t iInstance);
/vbox/src/VBox/Devices/EFI/
H A DDevEFI.cpp2064 static DECLCALLBACK(int) efiConstruct(PPDMDEVINS pDevIns, int iInstance, PCFGMNODE pCfg)
2070 Assert(iInstance == 0);
/vbox/src/VBox/VMM/include/
H A DPDMInternal.h1272 int pdmR3DevFindLun(PVM pVM, const char *pszDevice, unsigned iInstance, unsigned iLun, PPDMLUN *ppLun);
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp5776 Log(("%s/%d: warning: no driver attached to LUN #0!\n", pDevIns->pReg->szName, pDevIns->iInstance));
5904 static DECLCALLBACK(int) vgaR3Construct(PPDMDEVINS pDevIns, int iInstance, PCFGMNODE pCfg) argument
5922 Assert(iInstance == 0);
6093 rc = PDMDevHlpCritSectInit(pDevIns, &pThis->CritSect, RT_SRC_POS, "VGA#%u", iInstance);
6399 /*AssertMsg(pThis->Dev.devfn == 16 || iInstance != 0, ("pThis->Dev.devfn=%d\n", pThis->Dev.devfn));*/
6400 if (pThis->Dev.devfn != 16 && iInstance == 0)
6869 Log(("%s/%d: warning: no driver attached to LUN #0!\n", pDevIns->pReg->szName, pDevIns->iInstance));
/vbox/src/VBox/Devices/Audio/
H A DDevIchAc97.cpp2319 static DECLCALLBACK(int) ichac97Construct(PPDMDEVINS pDevIns, int iInstance, PCFGMNODE pCfg) argument
2328 Assert(iInstance == 0);
H A DDevSB16.cpp2301 static DECLCALLBACK(int) sb16Construct(PPDMDEVINS pDevIns, int iInstance, PCFGMNODE pCfgHandle)
2309 Assert(iInstance == 0);
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h486 GEN_CHECK_OFF(PDMDEVINS, iInstance);
513 GEN_CHECK_OFF(PDMDRVINS, iInstance);

Completed in 355 milliseconds

12345