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

  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/EblAddExternalCommandLib/
EblAddExternalCommandLib.c 47 EblGetCharKey (
54 return gEblExternalCommand->EblGetCharKey (Key, TimeoutInSec, CallBack);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Protocol/
EblAddCommand.h 134 EBL_GET_CHAR_KEY EblGetCharKey;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
Main.c 248 EblGetCharKey (
338 EblGetCharKey (&InputKey, 0, NULL);
386 @return The Status of EblGetCharKey()
403 Status = EblGetCharKey (&Key, 0, NULL);

Completed in 292 milliseconds