Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellProtocol.c3619 EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *SimpleEx; in CleanUpShellProtocol() local
3650 (VOID**)&SimpleEx, in CleanUpShellProtocol()
3656 Status = SimpleEx->UnregisterKeyNotify(SimpleEx, ShellInfoObject.CtrlCNotifyHandle1); in CleanUpShellProtocol()
3657 Status = SimpleEx->UnregisterKeyNotify(SimpleEx, ShellInfoObject.CtrlCNotifyHandle2); in CleanUpShellProtocol()
3658 Status = SimpleEx->UnregisterKeyNotify(SimpleEx, ShellInfoObject.CtrlCNotifyHandle3); in CleanUpShellProtocol()
3659 Status = SimpleEx->UnregisterKeyNotify(SimpleEx, ShellInfoObject.CtrlCNotifyHandle4); in CleanUpShellProtocol()
3660 Status = SimpleEx->UnregisterKeyNotify(SimpleEx, ShellInfoObject.CtrlSNotifyHandle1); in CleanUpShellProtocol()
3661 Status = SimpleEx->UnregisterKeyNotify(SimpleEx, ShellInfoObject.CtrlSNotifyHandle2); in CleanUpShellProtocol()
3662 Status = SimpleEx->UnregisterKeyNotify(SimpleEx, ShellInfoObject.CtrlSNotifyHandle3); in CleanUpShellProtocol()
3663 Status = SimpleEx->UnregisterKeyNotify(SimpleEx, ShellInfoObject.CtrlSNotifyHandle4); in CleanUpShellProtocol()
[all …]
DShell.c256 EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *SimpleEx; in InternalEfiShellStartCtrlSMonitor() local
263 (VOID**)&SimpleEx, in InternalEfiShellStartCtrlSMonitor()
282 Status = SimpleEx->RegisterKeyNotify( in InternalEfiShellStartCtrlSMonitor()
283 SimpleEx, in InternalEfiShellStartCtrlSMonitor()
290 Status = SimpleEx->RegisterKeyNotify( in InternalEfiShellStartCtrlSMonitor()
291 SimpleEx, in InternalEfiShellStartCtrlSMonitor()
300 Status = SimpleEx->RegisterKeyNotify( in InternalEfiShellStartCtrlSMonitor()
301 SimpleEx, in InternalEfiShellStartCtrlSMonitor()
308 Status = SimpleEx->RegisterKeyNotify( in InternalEfiShellStartCtrlSMonitor()
309 SimpleEx, in InternalEfiShellStartCtrlSMonitor()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/
DDriverSample.c117 EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *SimpleEx; in InternalStartMonitor() local
133 …BS->HandleProtocol (Handles[HandleIndex], &gEfiSimpleTextInputExProtocolGuid, (VOID **) &SimpleEx); in InternalStartMonitor()
141 Status = SimpleEx->RegisterKeyNotify( in InternalStartMonitor()
142 SimpleEx, in InternalStartMonitor()
151 Status = SimpleEx->RegisterKeyNotify( in InternalStartMonitor()
152 SimpleEx, in InternalStartMonitor()
176 EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *SimpleEx; in InternalStopMonitor() local
192 …BS->HandleProtocol (Handles[HandleIndex], &gEfiSimpleTextInputExProtocolGuid, (VOID **) &SimpleEx); in InternalStopMonitor()
200 Status = SimpleEx->RegisterKeyNotify( in InternalStopMonitor()
201 SimpleEx, in InternalStopMonitor()
[all …]