Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/
DUefiShellBcfgCommandLib.c744 EFI_KEY_OPTION NewKeyOption; in BcfgAddOpt() local
770 ZeroMem(&NewKeyOption, sizeof(EFI_KEY_OPTION)); in BcfgAddOpt()
861 NewKeyOption.KeyData.PackedValue = (UINT32)Intermediate; in BcfgAddOpt()
876 …eof(EFI_KEY_OPTION) + (sizeof(EFI_INPUT_KEY) * NewKeyOption.KeyData.Options.InputKeyCount), &NewKe… in BcfgAddOpt()
882 …for (LoopCounter = 0 ; ShellStatus == SHELL_SUCCESS && LoopCounter < NewKeyOption.KeyData.Options.… in BcfgAddOpt()
947 … sizeof(EFI_KEY_OPTION) + (sizeof(EFI_INPUT_KEY) * NewKeyOption.KeyData.Options.InputKeyCount), in BcfgAddOpt()