Home | History | Annotate | Download | only in UefiShellDebug1CommandsLib

Lines Matching refs:Package

69   LIST_ENTRY          *Package;

101 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
111 if (ShellCommandLineGetCount(Package) < 2) {
114 } else if (ShellCommandLineGetCount(Package) > 3) {
118 VariableName = ShellCommandLineGetRawValue(Package, 1);
119 Data = ShellCommandLineGetRawValue(Package, 2);
120 if (!ShellCommandLineGetFlag(Package, L"-guid")){
123 StringGuid = ShellCommandLineGetValue(Package, L"-guid");
183 if (ShellCommandLineGetFlag(Package, L"-bs")) {
186 if (ShellCommandLineGetFlag(Package, L"-rt")) {
190 if (ShellCommandLineGetFlag(Package, L"-nv")) {
290 ShellCommandLineFreeVarList (Package);