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

/vbox/src/VBox/Devices/EFI/
H A DDevSmc.cpp233 uint8_t bShutdownReason; member in struct:DEVSMC
579 pCurKey->Value.ab[0] = pThis->bShutdownReason;
587 Log(("scmKeyPutShutdownReason: %#x -> %#x\n", pThis->bShutdownReason, pCurKey->Value.ab[0]));
588 pThis->bShutdownReason = pCurKey->Value.ab[0];
1323 pThis->bShutdownReason = 3; /* STOP_CAUSE_POWERKEY_GOOD_CODE */

Completed in 47 milliseconds