/vbox/src/VBox/Devices/PC/ |
H A D | DevPIC.cpp | 902 bool fGCEnabled; local 912 rc = CFGMR3QueryBoolDef(pCfg, "GCEnabled", &fGCEnabled, true); 922 Log(("DevPIC: fGCEnabled=%RTbool fR0Enabled=%RTbool\n", fGCEnabled, fR0Enabled)); 951 if (fGCEnabled) 975 if (fGCEnabled) 996 if (fGCEnabled) 1023 if (fGCEnabled)
|
H A D | DevPit-i8254.cpp | 1157 bool fGCEnabled; local 1186 rc = CFGMR3QueryBoolDef(pCfg, "GCEnabled", &fGCEnabled, true); 1243 if (fGCEnabled) 1261 if (fGCEnabled)
|
H A D | DevACPI.cpp | 269 bool fGCEnabled; member in struct:ACPIState 1809 if (pThis->fGCEnabled) 3162 rc = CFGMR3QueryBoolDef(pCfg, "GCEnabled", &pThis->fGCEnabled, true);
|
/vbox/src/VBox/Devices/Parallel/ |
H A D | DevParallel.cpp | 115 bool fGCEnabled; member in struct:PARALLELPORT 687 rc = CFGMR3QueryBoolDef(pCfg, "GCEnabled", &pThis->fGCEnabled, false); 723 if (pThis->fGCEnabled)
|
/vbox/src/VBox/ExtPacks/BusMouseSample/ |
H A D | BusMouse.cpp | 734 bool fGCEnabled; local 746 rc = CFGMR3QueryBoolDef(pCfg, "GCEnabled", &fGCEnabled, true); 760 fGCEnabled = fR0Enabled = false; 761 Log(("busmouse: IRQ=%d fGCEnabled=%RTbool fR0Enabled=%RTbool\n", irq_lvl, fGCEnabled, fR0Enabled)); 789 if (fGCEnabled)
|
/vbox/src/VBox/Devices/Input/ |
H A D | DevPS2.cpp | 1704 bool fGCEnabled; local 1715 rc = CFGMR3QueryBoolDef(pCfg, "GCEnabled", &fGCEnabled, true); 1721 Log(("pckbd: fGCEnabled=%RTbool fR0Enabled=%RTbool\n", fGCEnabled, fR0Enabled)); 1755 if (fGCEnabled)
|
/vbox/src/VBox/Devices/Serial/ |
H A D | DevSerial.cpp | 220 bool fGCEnabled; member in struct:SerialState 1211 rc = CFGMR3QueryBoolDef(pCfg, "GCEnabled", &pThis->fGCEnabled, true); 1328 if (pThis->fGCEnabled)
|
/vbox/src/VBox/Devices/Storage/ |
H A D | DevLsiLogicSCSI.cpp | 183 bool fGCEnabled; member in struct:LSILOGICSCSI 3945 if (pThis->fGCEnabled) 3972 if (pThis->fGCEnabled) 3995 if (pThis->fGCEnabled) 4034 pThis->fGCEnabled ? true : false, 5270 rc = CFGMR3QueryBoolDef(pCfg, "GCEnabled", &pThis->fGCEnabled, true); 5274 Log(("%s: fGCEnabled=%d\n", __FUNCTION__, pThis->fGCEnabled));
|
H A D | DevATA.cpp | 493 bool fGCEnabled; member in struct:PCIATAState 5741 if (pThis->fGCEnabled) 7110 bool fGCEnabled; local 7140 rc = CFGMR3QueryBoolDef(pCfg, "GCEnabled", &fGCEnabled, true); 7144 Log(("%s: fGCEnabled=%d\n", __FUNCTION__, fGCEnabled)); 7221 pThis->fGCEnabled = fGCEnabled; 7288 if (fGCEnabled) 7314 if (fGCEnabled) [all...] |
H A D | DevBusLogic.cpp | 335 bool fGCEnabled; member in struct:BUSLOGIC 2755 if (pThis->fGCEnabled) 2780 if (pThis->fGCEnabled) 3497 !!pThis->fGCEnabled, !!pThis->fR0Enabled); 3927 rc = CFGMR3QueryBoolDef(pCfg, "GCEnabled", &pThis->fGCEnabled, true); 3931 Log(("%s: fGCEnabled=%d\n", __FUNCTION__, pThis->fGCEnabled));
|
H A D | DevAHCI.cpp | 687 bool fGCEnabled; member in struct:AHCI 2524 if (pThis->fGCEnabled) 2562 if (pThis->fGCEnabled) 2600 if (pThis->fGCEnabled) 6919 pThis->fGCEnabled ? true : false, 7083 SSMR3PutBool(pSSM, pThis->fGCEnabled); 7320 SSMR3GetBool(pSSM, &pThis->fGCEnabled); 8152 bool fGCEnabled = false; local 8175 rc = CFGMR3QueryBoolDef(pCfg, "GCEnabled", &fGCEnabled, true); 8179 Log(("%s: fGCEnabled [all...] |
/vbox/src/VBox/Devices/Network/ |
H A D | DevPCNet.cpp | 400 bool fGCEnabled; member in struct:PCNETSTATE 3865 if (pThis->fGCEnabled) 3943 pThis->fAm79C973 ? "Am79C973" : "Am79C970A", pThis->fGCEnabled ? " GC" : "", pThis->fR0Enabled ? " R0" : ""); 4869 rc = CFGMR3QueryBoolDef(pCfg, "GCEnabled", &pThis->fGCEnabled, true); 4880 pThis->fGCEnabled = false;
|