HomeSort by relevance Sort by last modified time
    Searched refs:SimpleEx (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/
DriverSample.c 117 EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *SimpleEx;
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;
192 Status = gBS->HandleProtocol (Handles[HandleIndex], &gEfiSimpleTextInputExProtocolGuid, (VOID **) &SimpleEx);
200 Status = SimpleEx->RegisterKeyNotify(
201 SimpleEx,
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ShellProtocol.c     [all...]
Shell.c 256 EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *SimpleEx;
263 (VOID**)&SimpleEx,
282 Status = SimpleEx->RegisterKeyNotify(
283 SimpleEx,
290 Status = SimpleEx->RegisterKeyNotify(
291 SimpleEx,
300 Status = SimpleEx->RegisterKeyNotify(
301 SimpleEx,
308 Status = SimpleEx->RegisterKeyNotify(
309 SimpleEx,
    [all...]

Completed in 105 milliseconds