Lines Matching refs:Package
88 LIST_ENTRY *Package;
113 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
123 Param1 = ShellCommandLineGetRawValue(Package, 1);
124 Param2 = ShellCommandLineGetRawValue(Package, 2);
141 if (ShellCommandLineGetFlag(Package, L"-?")) {
144 if (ShellCommandLineGetCount(Package) == 1) {
149 } else if (ShellCommandLineGetFlag(Package, L"-d")) {
154 } else if (ShellCommandLineGetCount(Package) == 3) {
158 Status = gEfiShellProtocol->SetAlias(CleanParam2, Param1, FALSE, ShellCommandLineGetFlag(Package, L"-v"));
168 } else if (ShellCommandLineGetCount(Package) == 2) {
187 // free the command line package
189 ShellCommandLineFreeVarList (Package);