Home | History | Annotate | Download | only in UefiShellLevel3CommandsLib

Lines Matching refs:Package

43   LIST_ENTRY          *Package;

64 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
77 if (ShellCommandLineGetFlag(Package, L"-?")) {
80 if (ShellCommandLineGetRawValue(Package, 1) != NULL) {
87 if (ShellCommandLineGetFlag(Package, L"-s")) {
88 if (ShellCommandLineGetFlag(Package, L"-terse") || ShellCommandLineGetFlag(Package, L"-t")){
113 if (!ShellCommandLineGetFlag(Package, L"-terse") && !ShellCommandLineGetFlag(Package, L"-t")){
140 if (ShellCommandLineGetFlag(Package, L"-_pa")) {
146 // free the command line package
148 ShellCommandLineFreeVarList (Package);