Home | History | Annotate | Download | only in UefiShellLevel2CommandsLib

Lines Matching refs:Package

39   LIST_ENTRY    *Package;

56 Status = ShellCommandLineParse (ResetParamList, &Package, &ProblemParam, TRUE);
69 if (ShellCommandLineGetFlag(Package, L"-?")) {
71 } else if (ShellCommandLineGetRawValue(Package, 1) != NULL) {
78 if (ShellCommandLineGetFlag(Package, L"-w")) {
79 if (ShellCommandLineGetFlag(Package, L"-s") || ShellCommandLineGetFlag(Package, L"-c")) {
83 String = ShellCommandLineGetValue(Package, L"-w");
90 } else if (ShellCommandLineGetFlag(Package, L"-s")) {
91 if (ShellCommandLineGetFlag(Package, L"-c")) {
95 String = ShellCommandLineGetValue(Package, L"-s");
107 String = ShellCommandLineGetValue(Package, L"-c");
123 // free the command line package
125 ShellCommandLineFreeVarList (Package);