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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/
H A DPs2Keyboard.c573 KEYBOARD_CONSOLE_IN_EX_NOTIFY *NotifyNode; local
579 NotifyNode = CR (
586 gBS->FreePool (NotifyNode);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbKbDxe/
H A DEfiKey.c824 KEYBOARD_CONSOLE_IN_EX_NOTIFY *NotifyNode; local
832 NotifyNode = CR (Link, KEYBOARD_CONSOLE_IN_EX_NOTIFY, NotifyEntry, USB_KB_CONSOLE_IN_EX_NOTIFY_SIGNATURE);
834 FreePool (NotifyNode);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/
H A DBiosKeyboard.c1975 BIOS_KEYBOARD_CONSOLE_IN_EX_NOTIFY *NotifyNode; local
1981 NotifyNode = CR (
1988 gBS->FreePool (NotifyNode);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/TerminalDxe/
H A DTerminal.c390 TERMINAL_CONSOLE_IN_EX_NOTIFY *NotifyNode; local
396 NotifyNode = CR (
403 FreePool (NotifyNode);

Completed in 40 milliseconds