Searched refs:fIsBridge (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Bus/
H A DDevPCI.cpp1276 * @param fIsBridge Whether this is a bridge device or not.
1278 static void pciR3CommonRestoreConfig(PPCIDEVICE pDev, uint8_t const *pbSrcConfig, bool fIsBridge) argument
1374 uint8_t const fBridge = fIsBridge ? 2 : 1;
H A DDevPciIch9.cpp1220 * @param fIsBridge Whether this is a bridge device or not.
1222 static void pciR3CommonRestoreConfig(PPCIDEVICE pDev, uint8_t const *pbSrcConfig, bool fIsBridge)
1318 uint8_t const fBridge = fIsBridge ? 2 : 1;

Completed in 44 milliseconds