Home | History | Annotate | Download | only in UefiShellLevel3CommandsLib

Lines Matching refs:Package

89   LIST_ENTRY          *Package;

114 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
124 Param1 = ShellCommandLineGetRawValue(Package, 1);
125 Param2 = ShellCommandLineGetRawValue(Package, 2);
142 if (ShellCommandLineGetFlag(Package, L"-?")) {
145 if (ShellCommandLineGetCount(Package) == 1) {
150 } else if (ShellCommandLineGetFlag(Package, L"-d")) {
155 } else if (ShellCommandLineGetCount(Package) == 3) {
159 Status = gEfiShellProtocol->SetAlias(CleanParam2, Param1, FALSE, ShellCommandLineGetFlag(Package, L"-v"));
169 } else if (ShellCommandLineGetCount(Package) == 2) {
188 // free the command line package
190 ShellCommandLineFreeVarList (Package);