Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/
DUefiShellBcfgCommandLib.c760 EFI_KEY_OPTION *KeyOptionBuffer; in BcfgAddOpt() local
782 KeyOptionBuffer = NULL; in BcfgAddOpt()
891KeyOptionBuffer = AllocateCopyPool(sizeof(EFI_KEY_OPTION) + (sizeof(EFI_INPUT_KEY) * NewKeyOption.… in BcfgAddOpt()
892 if (KeyOptionBuffer == NULL) { in BcfgAddOpt()
906 …((EFI_INPUT_KEY*)(((UINT8*)KeyOptionBuffer) + sizeof(EFI_KEY_OPTION)))[LoopCounter].ScanCode = (UI… in BcfgAddOpt()
923 …((EFI_INPUT_KEY*)(((UINT8*)KeyOptionBuffer) + sizeof(EFI_KEY_OPTION)))[LoopCounter].UnicodeChar = … in BcfgAddOpt()
938 KeyOptionBuffer->BootOption = CurrentOrder[OptionIndex]; in BcfgAddOpt()
939 Status = GetBootOptionCrc(&(KeyOptionBuffer->BootOptionCrc), KeyOptionBuffer->BootOption); in BcfgAddOpt()
963 KeyOptionBuffer); in BcfgAddOpt()
1021 SHELL_FREE_NON_NULL(KeyOptionBuffer); in BcfgAddOpt()