Searched refs:CurrentOperation (Results 1 – 1 of 1) sorted by relevance
1189 BGFG_OPERATION CurrentOperation; in ShellCommandRunBcfg() local1199 InitBcfgStruct(&CurrentOperation); in ShellCommandRunBcfg()1227 CurrentOperation.OptData = ShellCommandLineGetValue(Package, L"-opt"); in ShellCommandRunBcfg()1228 if (CurrentOperation.OptData == NULL) { in ShellCommandRunBcfg()1232 CurrentOperation.Type = BcfgTypeOpt; in ShellCommandRunBcfg()1238 if ((ShellCommandLineGetCount(Package) < 3 && CurrentOperation.Type != BcfgTypeOpt) || in ShellCommandRunBcfg()1239 (ShellCommandLineGetCount(Package) < 2 && CurrentOperation.Type == BcfgTypeOpt) in ShellCommandRunBcfg()1244 CurrentOperation.Target = BcfgTargetDriverOrder; in ShellCommandRunBcfg()1246 CurrentOperation.Target = BcfgTargetBootOrder; in ShellCommandRunBcfg()1256 if (ShellStatus == SHELL_SUCCESS && CurrentOperation.Target < BcfgTargetMax) { in ShellCommandRunBcfg()[all …]