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

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/
H A DDxeTcgPhysicalPresenceLib.c426 @param[in] CautionKey If true, F12 is used as confirm key;
435 IN BOOLEAN CautionKey
450 if ((Key.ScanCode == SCAN_F10) && !CautionKey) {
453 if ((Key.ScanCode == SCAN_F12) && CautionKey) {
508 BOOLEAN CautionKey; local
513 CautionKey = FALSE;
576 CautionKey = TRUE;
690 CautionKey = TRUE;
715 CautionKey = TRUE;
756 CautionKey
[all...]

Completed in 60 milliseconds