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

/vbox/src/VBox/VMM/VMMR3/
H A DPDMDevMiscHlp.cpp631 static DECLCALLBACK(int) pdmR3HpetHlp_SetLegacyMode(PPDMDEVINS pDevIns, bool fActivated) argument
634 LogFlow(("pdmR3HpetHlp_SetLegacyMode: caller='%s'/%d: fActivated=%RTbool\n", pDevIns->pReg->szName, pDevIns->iInstance, fActivated));
651 pPort->pfnModeChanged(pPort, fActivated);
/vbox/src/VBox/Devices/PC/
H A DDevPit-i8254.cpp1063 static DECLCALLBACK(void) pitNotifyHpetLegacyNotify_ModeChanged(PPDMIHPETLEGACYNOTIFY pInterface, bool fActivated) argument
1068 pThis->fDisabledByHpet = fActivated;
H A DDevRTC.cpp942 static DECLCALLBACK(void) rtcHpetLegacyNotify_ModeChanged(PPDMIHPETLEGACYNOTIFY pInterface, bool fActivated) argument
947 pThis->fDisabledByHpet = fActivated;

Completed in 51 milliseconds