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

/vbox/src/VBox/Devices/EFI/
H A DDevSmc.cpp273 typedef DECLCALLBACK(uint8_t) DEVSMCKEYPUTTER(PDEVSMC pThis, PCDEVSMCCURKEY pCurKey, uint8_t bCmd, typedef
285 /** Getter method, see DEVSMCKEYPUTTER. */
287 /** Putter method, see DEVSMCKEYPUTTER. */
288 DEVSMCKEYPUTTER *pfnPut;
308 static DEVSMCKEYPUTTER scmKeyPutDollarNumber;
311 static DEVSMCKEYPUTTER scmKeyPutShutdownReason;
313 static DEVSMCKEYPUTTER scmKeyPutNinjaTimerAction;
566 /** @callback_method_impl{DEVSMCKEYPUTTER, $Num - Some kind of number.} */
584 /** @callback_method_impl{DEVSMCKEYPUTTER, MSSD - Machine Shutdown reason.} */
601 /** @callback_method_impl{DEVSMCKEYPUTTER, NAT
[all...]

Completed in 54 milliseconds