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

/vbox/src/VBox/HostDrivers/VBoxPci/
H A DVBoxPci.c122 static PVBOXRAWPCIINS vboxPciFindInstanceLocked(PVBOXRAWPCIGLOBALS pGlobals, uint32_t iHostAddress) argument
127 if (iHostAddress == pCur->HostPciAddress)
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp6707 LONG iHostAddress = -1; local
6710 pAttach->COMGETTER(HostAddress)(&iHostAddress);
6711 if (iHostAddress == aHostAddress)
6753 LONG iHostAddress = -1; local
6755 pAttach->COMGETTER(HostAddress)(&iHostAddress);
6756 if (iHostAddress != -1 && iHostAddress == aHostAddress)

Completed in 62 milliseconds