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

/vbox/src/VBox/Devices/Storage/
H A DDevLsiLogicSCSI.cpp198 bool fEventNotificationEnabled; member in struct:LSILOGICSCSI
1189 pThis->fEventNotificationEnabled = true;
1191 pThis->fEventNotificationEnabled = false;
1199 pReply->EventNotification.u32EventData = pThis->fEventNotificationEnabled ? 1 : 0;
4045 pHlp->pfnPrintf(pHlp, "fEventNotificationEnabled=%RTbool\n", pThis->fEventNotificationEnabled);
4364 SSMR3PutBool (pSSM, pThis->fEventNotificationEnabled);
4605 SSMR3GetBool (pSSM, &pThis->fEventNotificationEnabled);

Completed in 61 milliseconds