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

/vbox/src/VBox/Devices/Bus/
H A DDevPCI.cpp1934 * @param fRegisters Whether to also display the PCI configuration registers
1937 static void pciR3BusInfo(PPCIBUS pBus, PCDBGFINFOHLP pHlp, int iIndent, bool fRegisters) argument
2009 if (fRegisters)
2036 pciR3BusInfo(pBusSub, pHlp, iIndent + 1, fRegisters);

Completed in 52 milliseconds