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

/vbox/src/VBox/Devices/PC/
H A DDevPIC.cpp902 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 DDevPit-i8254.cpp1157 bool fGCEnabled; local
1186 rc = CFGMR3QueryBoolDef(pCfg, "GCEnabled", &fGCEnabled, true);
1243 if (fGCEnabled)
1261 if (fGCEnabled)
H A DDevACPI.cpp269 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 DDevParallel.cpp115 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 DBusMouse.cpp734 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 DDevPS2.cpp1704 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 DDevSerial.cpp220 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 DDevLsiLogicSCSI.cpp183 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 DDevATA.cpp493 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 DDevBusLogic.cpp335 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 DDevAHCI.cpp687 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 DDevPCNet.cpp400 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;

Completed in 135 milliseconds