Searched refs:SimpleEx (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DriverSampleDxe/
H A DDriverSample.c117 EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *SimpleEx; local
133 Status = gBS->HandleProtocol (Handles[HandleIndex], &gEfiSimpleTextInputExProtocolGuid, (VOID **) &SimpleEx);
141 Status = SimpleEx->RegisterKeyNotify(
142 SimpleEx,
151 Status = SimpleEx->RegisterKeyNotify(
152 SimpleEx,
176 EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *SimpleEx; local
192 Status = gBS->HandleProtocol (Handles[HandleIndex], &gEfiSimpleTextInputExProtocolGuid, (VOID **) &SimpleEx);
200 Status = SimpleEx->RegisterKeyNotify(
201 SimpleEx,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellProtocol.c3277 EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *SimpleEx; local
3308 (VOID**)&SimpleEx,
3314 Status = SimpleEx->UnregisterKeyNotify(SimpleEx, ShellInfoObject.CtrlCNotifyHandle1);
3315 Status = SimpleEx->UnregisterKeyNotify(SimpleEx, ShellInfoObject.CtrlCNotifyHandle2);
3316 Status = SimpleEx->UnregisterKeyNotify(SimpleEx, ShellInfoObject.CtrlCNotifyHandle3);
3317 Status = SimpleEx->UnregisterKeyNotify(SimpleEx, ShellInfoObjec
3368 EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *SimpleEx; local
[all...]
H A DShell.c79 EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *SimpleEx; local
86 (VOID**)&SimpleEx,
105 Status = SimpleEx->RegisterKeyNotify(
106 SimpleEx,
113 Status = SimpleEx->RegisterKeyNotify(
114 SimpleEx,
123 Status = SimpleEx->RegisterKeyNotify(
124 SimpleEx,
131 Status = SimpleEx->RegisterKeyNotify(
132 SimpleEx,
[all...]

Completed in 55 milliseconds