Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/
DUefiShellBcfgCommandLib.c62 BcfgTypeOpt = 6, enumerator
1230 CurrentOperation.Type = BcfgTypeOpt; in ShellCommandRunBcfg()
1236 if ((ShellCommandLineGetCount(Package) < 3 && CurrentOperation.Type != BcfgTypeOpt) || in ShellCommandRunBcfg()
1237 (ShellCommandLineGetCount(Package) < 2 && CurrentOperation.Type == BcfgTypeOpt) in ShellCommandRunBcfg()
1448 case BcfgTypeOpt: in ShellCommandRunBcfg()