Searched refs:SimpleEx (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/ |
D | ShellProtocol.c | 3795 EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *SimpleEx; in CleanUpShellEnvironment() local 3805 (VOID**)&SimpleEx, in CleanUpShellEnvironment() 3811 Status = SimpleEx->UnregisterKeyNotify(SimpleEx, ShellInfoObject.CtrlCNotifyHandle1); in CleanUpShellEnvironment() 3812 Status = SimpleEx->UnregisterKeyNotify(SimpleEx, ShellInfoObject.CtrlCNotifyHandle2); in CleanUpShellEnvironment() 3813 Status = SimpleEx->UnregisterKeyNotify(SimpleEx, ShellInfoObject.CtrlCNotifyHandle3); in CleanUpShellEnvironment() 3814 Status = SimpleEx->UnregisterKeyNotify(SimpleEx, ShellInfoObject.CtrlCNotifyHandle4); in CleanUpShellEnvironment() 3815 Status = SimpleEx->UnregisterKeyNotify(SimpleEx, ShellInfoObject.CtrlSNotifyHandle1); in CleanUpShellEnvironment() 3816 Status = SimpleEx->UnregisterKeyNotify(SimpleEx, ShellInfoObject.CtrlSNotifyHandle2); in CleanUpShellEnvironment() 3817 Status = SimpleEx->UnregisterKeyNotify(SimpleEx, ShellInfoObject.CtrlSNotifyHandle3); in CleanUpShellEnvironment() 3818 Status = SimpleEx->UnregisterKeyNotify(SimpleEx, ShellInfoObject.CtrlSNotifyHandle4); in CleanUpShellEnvironment() [all …]
|
D | Shell.c | 256 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/ |
D | DriverSample.c | 159 EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *SimpleEx; in InternalStartMonitor() local 175 …BS->HandleProtocol (Handles[HandleIndex], &gEfiSimpleTextInputExProtocolGuid, (VOID **) &SimpleEx); in InternalStartMonitor() 183 Status = SimpleEx->RegisterKeyNotify( in InternalStartMonitor() 184 SimpleEx, in InternalStartMonitor() 193 Status = SimpleEx->RegisterKeyNotify( in InternalStartMonitor() 194 SimpleEx, in InternalStartMonitor() 218 EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *SimpleEx; in InternalStopMonitor() local 234 …BS->HandleProtocol (Handles[HandleIndex], &gEfiSimpleTextInputExProtocolGuid, (VOID **) &SimpleEx); in InternalStopMonitor() 242 Status = SimpleEx->RegisterKeyNotify( in InternalStopMonitor() 243 SimpleEx, in InternalStopMonitor() [all …]
|