Searched refs:iDev (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/Bus/
H A DDevPCI.cpp1006 for (int iDev = 0; iDev <= 255; iDev++)
1007 pci_bios_init_device(pGlobals, uBus + 1, iDev, cBridgeDepth + 1, paBridgePositions);
1611 * @param iDev The PCI device ordinal.
1615 static int pciR3RegisterDeviceInternal(PPCIBUS pBus, int iDev, PPCIDEVICE pPciDev, const char *pszName) argument
1620 if (iDev < 0)
1628 iDev = 9;
1633 iDev = 0xf8;
1637 for (iDev
1749 pciR3Register(PPDMDEVINS pDevIns, PPCIDEVICE pPciDev, const char *pszName, int iDev) argument
2433 pcibridgeR3RegisterDevice(PPDMDEVINS pDevIns, PPCIDEVICE pPciDev, const char *pszName, int iDev) argument
[all...]
H A DDevPciIch9.cpp176 static int ich9pciRegisterInternal(PICH9PCIBUS pBus, int iDev, PPCIDEVICE pPciDev, const char *pszName);
939 static DECLCALLBACK(int) ich9pciRegister(PPDMDEVINS pDevIns, PPCIDEVICE pPciDev, const char *pszName, int iDev) argument
948 || iDev >= (int)RT_ELEMENTS(pBus->apDevices)
951 AssertMsgFailed(("Invalid argument! pszName=%s pPciDev=%p iDev=%d\n", pszName, pPciDev, iDev));
958 return ich9pciRegisterInternal(pBus, iDev, pPciDev, pszName);
979 static DECLCALLBACK(int) ich9pcibridgeRegister(PPDMDEVINS pDevIns, PPCIDEVICE pPciDev, const char *pszName, int iDev) argument
989 || iDev >= (int)RT_ELEMENTS(pBus->apDevices))
991 AssertMsgFailed(("Invalid argument! pszName=%s pPciDev=%p iDev=%d\n", pszName, pPciDev, iDev));
[all...]
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp643 for (size_t iDev = 0; iDev < assignments.size(); iDev++)
645 ComPtr<IPCIDeviceAttachment> assignment = assignments[iDev];
695 for (size_t iDev = 0; iDev < assignments.size(); iDev++)
698 ComPtr<IPCIDeviceAttachment> assignment = assignments[iDev];
706 InsertConfigNode(pPCIDevs, Utf8StrFmt("%d", iDev).c_str(), &pInst);
/vbox/src/VBox/VMM/include/
H A DPDMInternal.h686 DECLR3CALLBACKMEMBER(int, pfnRegisterR3,(PPDMDEVINS pDevIns, PPCIDEVICE pPciDev, const char *pszName, int iDev));
/vbox/src/VBox/VMM/VMMR3/
H A DPDMDevHlp.cpp1179 int iDev = -1; local
1199 iDev = (u8Device << 3) | u8Function;
1212 rc = pBus->pfnRegisterR3(pBus->pDevInsR3, pPciDev, pDevIns->pReg->szName, iDev);
/vbox/include/VBox/vmm/
H A Dpdmdev.h503 * @param iDev The device number ((dev << 3) | function) the device should have on the bus.
507 DECLR3CALLBACKMEMBER(int, pfnRegisterR3,(PPDMDEVINS pDevIns, PPCIDEVICE pPciDev, const char *pszName, int iDev));

Completed in 129 milliseconds