Home | History | Annotate | Download | only in UefiShellDebug1CommandsLib

Lines Matching refs:Package

186   LIST_ENTRY              *Package;

197 Package = NULL;
199 Status = ShellCommandLineParse (EmptyParamList, &Package, &ProblemParam, TRUE);
209 if (ShellCommandLineGetCount(Package) < 6 && ShellCommandLineGetCount(Package) > 2) {
212 } else if (ShellCommandLineGetCount(Package) > 6) {
216 Temp = ShellCommandLineGetRawValue(Package, 1);
220 Temp = ShellCommandLineGetRawValue(Package, 2);
229 Temp = ShellCommandLineGetRawValue(Package, 2);
236 Temp = ShellCommandLineGetRawValue(Package, 3);
272 Temp = ShellCommandLineGetRawValue(Package, 4);
291 Temp = ShellCommandLineGetRawValue(Package, 5);
364 if (Package != NULL) {
365 ShellCommandLineFreeVarList (Package);