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.c745 EFI_KEY_OPTION *KeyOptionBuffer; in BcfgAddOpt() local
767 KeyOptionBuffer = NULL; in BcfgAddOpt()
876KeyOptionBuffer = AllocateCopyPool(sizeof(EFI_KEY_OPTION) + (sizeof(EFI_INPUT_KEY) * NewKeyOption.… in BcfgAddOpt()
877 if (KeyOptionBuffer == NULL) { in BcfgAddOpt()
891 …((EFI_INPUT_KEY*)(((UINT8*)KeyOptionBuffer) + sizeof(EFI_KEY_OPTION)))[LoopCounter].ScanCode = (UI… in BcfgAddOpt()
908 …((EFI_INPUT_KEY*)(((UINT8*)KeyOptionBuffer) + sizeof(EFI_KEY_OPTION)))[LoopCounter].UnicodeChar = … in BcfgAddOpt()
923 KeyOptionBuffer->BootOption = CurrentOrder[OptionIndex]; in BcfgAddOpt()
924 Status = GetBootOptionCrc(&(KeyOptionBuffer->BootOptionCrc), KeyOptionBuffer->BootOption); in BcfgAddOpt()
948 KeyOptionBuffer); in BcfgAddOpt()
1006 SHELL_FREE_NON_NULL(KeyOptionBuffer); in BcfgAddOpt()