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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/
H A DPs2KbdTextIn.c559 KEYBOARD_CONSOLE_IN_EX_NOTIFY *CurrentNotify; local
577 CurrentNotify = CR (
583 if (IsKeyRegistered (&CurrentNotify->KeyData, KeyData)) {
584 if (CurrentNotify->KeyNotificationFn == KeyNotificationFunction) {
585 *NotifyHandle = CurrentNotify->NotifyHandle;
641 KEYBOARD_CONSOLE_IN_EX_NOTIFY *CurrentNotify; local
659 CurrentNotify = CR (
665 if (CurrentNotify->NotifyHandle == NotificationHandle) {
669 RemoveEntryList (&CurrentNotify->NotifyEntry);
671 gBS->FreePool (CurrentNotify);
[all...]
H A DPs2KbdCtrller.c1163 KEYBOARD_CONSOLE_IN_EX_NOTIFY *CurrentNotify; local
1462 CurrentNotify = CR (
1468 if (IsKeyRegistered (&CurrentNotify->KeyData, &KeyData)) {
1469 CurrentNotify->KeyNotificationFn (&KeyData);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbKbDxe/
H A DEfiKey.c1052 KEYBOARD_CONSOLE_IN_EX_NOTIFY *CurrentNotify; local
1068 CurrentNotify = CR (
1074 if (IsKeyRegistered (&CurrentNotify->KeyData, KeyData)) {
1075 if (CurrentNotify->KeyNotificationFn == KeyNotificationFunction) {
1076 *NotifyHandle = CurrentNotify->NotifyHandle;
1121 KEYBOARD_CONSOLE_IN_EX_NOTIFY *CurrentNotify; local
1142 CurrentNotify = CR (
1148 if (CurrentNotify->NotifyHandle == NotificationHandle) {
1152 RemoveEntryList (&CurrentNotify->NotifyEntry);
1154 FreePool (CurrentNotify);
[all...]
H A DKeyBoard.c1528 KEYBOARD_CONSOLE_IN_EX_NOTIFY *CurrentNotify; local
1685 CurrentNotify = CR (Link, KEYBOARD_CONSOLE_IN_EX_NOTIFY, NotifyEntry, USB_KB_CONSOLE_IN_EX_NOTIFY_SIGNATURE);
1686 if (IsKeyRegistered (&CurrentNotify->KeyData, KeyData)) {
1687 CurrentNotify->KeyNotificationFn (KeyData);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/TerminalDxe/
H A DTerminalConIn.c334 TERMINAL_CONSOLE_IN_EX_NOTIFY *CurrentNotify; local
347 CurrentNotify = CR (
353 if (IsKeyRegistered (&CurrentNotify->KeyData, KeyData)) {
354 if (CurrentNotify->KeyNotificationFn == KeyNotificationFunction) {
355 *NotifyHandle = CurrentNotify->NotifyHandle;
402 TERMINAL_CONSOLE_IN_EX_NOTIFY *CurrentNotify; local
417 CurrentNotify = CR (
423 if (CurrentNotify->NotifyHandle == NotificationHandle) {
427 RemoveEntryList (&CurrentNotify->NotifyEntry);
429 gBS->FreePool (CurrentNotify);
783 TERMINAL_CONSOLE_IN_EX_NOTIFY *CurrentNotify; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/
H A DBiosKeyboard.c1731 BIOS_KEYBOARD_CONSOLE_IN_EX_NOTIFY *CurrentNotify; local
1941 CurrentNotify = CR (
1947 if (IsKeyRegistered (&CurrentNotify->KeyData, &KeyData)) {
1948 CurrentNotify->KeyNotificationFn (&KeyData);
2255 BIOS_KEYBOARD_CONSOLE_IN_EX_NOTIFY *CurrentNotify; local
2272 CurrentNotify = CR (
2278 if (IsKeyRegistered (&CurrentNotify->KeyData, KeyData)) {
2279 if (CurrentNotify->KeyNotificationFn == KeyNotificationFunction) {
2280 *NotifyHandle = CurrentNotify->NotifyHandle;
2335 BIOS_KEYBOARD_CONSOLE_IN_EX_NOTIFY *CurrentNotify; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConSplitterDxe/
H A DConSplitter.c3577 TEXT_IN_EX_SPLITTER_NOTIFY *CurrentNotify; local
3598 CurrentNotify = TEXT_IN_EX_SPLITTER_NOTIFY_FROM_THIS (Link);
3599 if (IsKeyRegistered (&CurrentNotify->KeyData, KeyData)) {
3600 if (CurrentNotify->KeyNotificationFn == KeyNotificationFunction) {
3601 *NotifyHandle = CurrentNotify->NotifyHandle;
3673 TEXT_IN_EX_SPLITTER_NOTIFY *CurrentNotify; local
3695 CurrentNotify = TEXT_IN_EX_SPLITTER_NOTIFY_FROM_THIS (Link);
3696 if (CurrentNotify->NotifyHandle == NotificationHandle) {
3700 CurrentNotify->NotifyHandleList[Index]
3706 RemoveEntryList (&CurrentNotify
[all...]

Completed in 65 milliseconds