Searched defs:Package (Results 26 - 50 of 67) sorted by relevance

123

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDriver1CommandsLib/
H A DDisconnect.c89 LIST_ENTRY *Package; local
116 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
126 if (ShellCommandLineGetFlag(Package, L"-r")){
127 if (ShellCommandLineGetCount(Package) > 1){
130 } else if (ShellCommandLineGetCount(Package) < 1) {
137 if (ShellCommandLineGetCount(Package) > 4){
140 } else if (ShellCommandLineGetCount(Package) < 2) {
147 Param1 = ShellCommandLineGetRawValue(Package, 1);
148 Param2 = ShellCommandLineGetRawValue(Package, 2);
149 Param3 = ShellCommandLineGetRawValue(Package,
[all...]
H A DUnload.c142 LIST_ENTRY *Package; local
151 Package = NULL;
165 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
175 if (ShellCommandLineGetCount(Package) > 2){
181 } else if (ShellCommandLineGetCount(Package) < 2) {
185 Param1 = ShellCommandLineGetRawValue(Package, 1);
196 if (ShellCommandLineGetFlag(Package, L"-v") || ShellCommandLineGetFlag(Package, L"-verbose")) {
200 if (!ShellCommandLineGetFlag(Package, L"-n")) {
204 if (ShellCommandLineGetFlag(Package,
[all...]
H A DConnect.c243 LIST_ENTRY *Package; local
267 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
281 if ((ShellCommandLineGetCount(Package) > Count)
282 ||((ShellCommandLineGetFlag(Package, L"-r") || ShellCommandLineGetFlag(Package, L"-c")) && ShellCommandLineGetCount(Package)>1)
283 ||(ShellCommandLineGetFlag(Package, L"-r") && ShellCommandLineGetFlag(Package, L"-c") )
290 } else if (ShellCommandLineGetFlag(Package, L"-c")) {
328 Param1 = ShellCommandLineGetRawValue(Package,
[all...]
H A DDevTree.c162 LIST_ENTRY *Package; local
189 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
199 if (ShellCommandLineGetCount(Package) > 2) {
201 ShellCommandLineFreeVarList (Package);
204 Lang = ShellCommandLineGetValue(Package, L"-l");
208 } else if (!ShellCommandLineGetFlag(Package, L"-l")){
215 ShellCommandLineFreeVarList (Package);
218 FlagD = ShellCommandLineGetFlag(Package, L"-d");
220 Lang = ShellCommandLineGetRawValue(Package, 1);
245 ShellCommandLineFreeVarList (Package);
[all...]
H A DDevices.c135 LIST_ENTRY *Package; local
165 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
178 if (ShellCommandLineGetRawValue(Package, 1) != NULL){
188 Lang = ShellCommandLineGetValue(Package, L"-l");
192 } else if (!ShellCommandLineGetFlag(Package, L"-l")){
199 ShellCommandLineFreeVarList (Package);
251 ShellCommandLineFreeVarList (Package);
H A DDrivers.c178 LIST_ENTRY *Package; local
210 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
220 if (ShellCommandLineGetCount(Package) > 1) {
224 Lang = ShellCommandLineGetValue(Package, L"-l");
228 } else if (!ShellCommandLineGetFlag(Package, L"-l")){
235 ShellCommandLineFreeVarList (Package);
239 if (ShellCommandLineGetFlag(Package, L"-sfo")) {
286 ShellCommandLineFreeVarList (Package);
H A DOpenInfo.c153 LIST_ENTRY *Package; local
174 Status = ShellCommandLineParse (EmptyParamList, &Package, &ProblemParam, TRUE);
184 if (ShellCommandLineGetCount(Package) > 2){
190 } else if (ShellCommandLineGetCount(Package) == 0) {
194 Param1 = ShellCommandLineGetRawValue(Package, 1);
H A DDrvDiag.c351 LIST_ENTRY *Package; local
381 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
394 if ((ShellCommandLineGetCount(Package) > 4)
395 ||(ShellCommandLineGetFlag(Package, L"-s") && ShellCommandLineGetFlag(Package, L"-e"))
396 ||(ShellCommandLineGetFlag(Package, L"-s") && ShellCommandLineGetFlag(Package, L"-m"))
397 ||(ShellCommandLineGetFlag(Package, L"-e") && ShellCommandLineGetFlag(Package, L"-m"))
404 } else if ((ShellCommandLineGetFlag(Package,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DLoad.c195 LIST_ENTRY *Package; local
215 Status = ShellCommandLineParse (LoadParamList, &Package, &ProblemParam, TRUE);
228 if (ShellCommandLineGetFlag(Package, L"-?")) {
230 } else if (ShellCommandLineGetRawValue(Package, 1) == NULL) {
238 ; ShellCommandLineGetRawValue(Package, ParamCount) != NULL
241 Status = ShellOpenFileMetaArg((CHAR16*)ShellCommandLineGetRawValue(Package, ParamCount), EFI_FILE_MODE_READ, &ListHead);
251 LoadDriver(Node->FullName, (BOOLEAN)(ShellCommandLineGetFlag(Package, L"-nc")==FALSE));
253 Status = LoadDriver(Node->FullName, (BOOLEAN)(ShellCommandLineGetFlag(Package, L"-nc")==FALSE));
265 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_FILE_NF), gShellLevel2HiiHandle, (CHAR16*)ShellCommandLineGetRawValue(Package, ParamCount));
274 ShellCommandLineFreeVarList (Package);
[all...]
H A DParse.c139 LIST_ENTRY *Package; local
160 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
170 if (ShellCommandLineGetCount(Package) < 4) {
173 } else if (ShellCommandLineGetCount(Package) > 4) {
177 FileName = ShellCommandLineGetRawValue(Package, 1);
178 TableName = ShellCommandLineGetRawValue(Package, 2);
179 ColumnString = ShellCommandLineGetRawValue(Package, 3);
181 if (ShellCommandLineGetValue(Package, L"-i") == NULL) {
184 TableNameInstance = ShellStrToUintn(ShellCommandLineGetValue(Package, L"-i"));
186 if (ShellCommandLineGetValue(Package,
[all...]
H A DRm.c164 @param[in] Package RESERVED. Not used.
171 IN CONST LIST_ENTRY *Package
236 LIST_ENTRY *Package; local
258 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
271 if (ShellCommandLineGetFlag(Package, L"-?")) {
274 if (ShellCommandLineGetRawValue(Package, 1) == NULL) {
285 for ( ParamCount = 1, Param = ShellCommandLineGetRawValue(Package, ParamCount)
287 ; ParamCount++, Param = ShellCommandLineGetRawValue(Package, ParamCount)
320 if (!IsValidDeleteTarget(FileList, Node, Package)) {
326 ShellStatus = CascadeDelete(Node, ShellCommandLineGetFlag(Package,
[all...]
H A DVol.c205 LIST_ENTRY *Package; local
238 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
251 if (ShellCommandLineGetFlag(Package, L"-?")) {
255 if (ShellCommandLineGetCount(Package) > 2) {
259 PathName = ShellCommandLineGetRawValue(Package, 1);
280 DeleteMode = ShellCommandLineGetFlag(Package, L"-d");
281 NewName = ShellCommandLineGetValue(Package, L"-n");
282 if (DeleteMode && ShellCommandLineGetFlag(Package, L"-n")) {
285 } else if (ShellCommandLineGetFlag(Package, L"-n") && NewName == NULL) {
307 ShellCommandLineFreeVarList (Package);
[all...]
H A DCp.c531 LIST_ENTRY *Package; local
558 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
571 if (ShellCommandLineGetFlag(Package, L"-?")) {
581 SilentMode = ShellCommandLineGetFlag(Package, L"-q");
583 RecursiveMode = ShellCommandLineGetFlag(Package, L"-r");
585 switch (ParamCount = ShellCommandLineGetCount(Package)) {
603 Status = ShellOpenFileMetaArg((CHAR16*)ShellCommandLineGetRawValue(Package, 1), EFI_FILE_MODE_WRITE|EFI_FILE_MODE_READ, &FileList);
605 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_FILE_NF), gShellLevel2HiiHandle, ShellCommandLineGetRawValue(Package, 1));
621 Status = ShellOpenFileMetaArg((CHAR16*)ShellCommandLineGetRawValue(Package, LoopCounter), EFI_FILE_MODE_WRITE|EFI_FILE_MODE_READ, &FileList);
623 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_FILE_NF), gShellLevel2HiiHandle, ShellCommandLineGetRawValue(Package, LoopCounte
[all...]
H A DLs.c410 LIST_ENTRY *Package; local
448 Status = ShellCommandLineParse (LsParamList, &Package, &ProblemParam, TRUE);
461 if (ShellCommandLineGetFlag(Package, L"-?")) {
465 if (ShellCommandLineGetCount(Package) > 2) {
472 if (ShellCommandLineGetFlag(Package, L"-a")) {
473 for ( Attribs = ShellCommandLineGetValue(Package, L"-a")
504 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_ATTRIBUTE), gShellLevel2HiiHandle, ShellCommandLineGetValue(Package, L"-a"));
517 PathName = ShellCommandLineGetRawValue(Package, 1);
546 SfoMode = ShellCommandLineGetFlag(Package, L"-sfo");
549 ShellCommandLineGetFlag(Package,
[all...]
H A DMv.c451 LIST_ENTRY *Package; local
474 Status = ShellCommandLineParse (EmptyParamList, &Package, &ProblemParam, TRUE);
487 if (ShellCommandLineGetFlag(Package, L"-?")) {
491 switch (ParamCount = ShellCommandLineGetCount(Package)) {
508 Status = ShellOpenFileMetaArg((CHAR16*)ShellCommandLineGetRawValue(Package, 1), EFI_FILE_MODE_WRITE|EFI_FILE_MODE_READ, &FileList);
510 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_FILE_NF), gShellLevel2HiiHandle, ShellCommandLineGetRawValue(Package, 1));
527 Status = ShellOpenFileMetaArg((CHAR16*)ShellCommandLineGetRawValue(Package, LoopCounter), EFI_FILE_MODE_WRITE|EFI_FILE_MODE_READ, &FileList);
529 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_FILE_NF), gShellLevel2HiiHandle, ShellCommandLineGetRawValue(Package, LoopCounter));
537 ShellStatus = ValidateAndMoveFiles(FileList, &Response, ShellCommandLineGetRawValue(Package, ParamCount));
539 ValidateAndMoveFiles(FileList, &Response, ShellCommandLineGetRawValue(Package, ParamCoun
[all...]
H A DTimeDate.c178 LIST_ENTRY *Package; local
196 Status = ShellCommandLineParse (SfoParamList, &Package, &ProblemParam, TRUE);
209 if (ShellCommandLineGetFlag(Package, L"-?")) {
211 } else if (ShellCommandLineGetRawValue(Package, 2) != NULL) {
219 if (ShellCommandLineGetRawValue(Package, 1) == NULL) {
229 if (ShellCommandLineGetFlag(Package, L"-sfo")) {
242 Param1 = ShellCommandLineGetRawValue(Package, 1);
259 ShellCommandLineFreeVarList (Package);
380 LIST_ENTRY *Package; local
408 Status = ShellCommandLineParseEx (TimeParamList2, &Package,
713 LIST_ENTRY *Package; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel3CommandsLib/
H A DTouch.c168 LIST_ENTRY *Package; local
193 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
206 if (ShellCommandLineGetFlag(Package, L"-?")) {
209 if (ShellCommandLineGetRawValue(Package, 1) == NULL) {
220 for ( ParamCount = 1, Param = ShellCommandLineGetRawValue(Package, ParamCount)
222 ; ParamCount++, Param = ShellCommandLineGetRawValue(Package, ParamCount)
258 Status = DoTouchByHandle(Node->FullName, NULL, Node->Handle, ShellCommandLineGetFlag(Package, L"-r"));
280 ShellCommandLineFreeVarList (Package);
H A DType.c110 LIST_ENTRY *Package; local
137 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
150 if (ShellCommandLineGetFlag(Package, L"-?")) {
153 AsciiMode = ShellCommandLineGetFlag(Package, L"-a");
154 UnicodeMode = ShellCommandLineGetFlag(Package, L"-u");
159 } else if (ShellCommandLineGetRawValue(Package, 1) == NULL) {
170 for ( ParamCount = 1, Param = ShellCommandLineGetRawValue(Package, ParamCount)
172 ; ParamCount++, Param = ShellCommandLineGetRawValue(Package, ParamCount)
243 ShellCommandLineFreeVarList (Package);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DComp.c31 LIST_ENTRY *Package; local
75 Status = ShellCommandLineParse (EmptyParamList, &Package, &ProblemParam, TRUE);
85 if (ShellCommandLineGetCount(Package) > 3) {
88 } else if (ShellCommandLineGetCount(Package) < 3) {
92 TempParam = ShellCommandLineGetRawValue(Package, 1);
105 TempParam = ShellCommandLineGetRawValue(Package, 2);
252 ShellCommandLineFreeVarList (Package);
H A DDmpStore.c195 LIST_ENTRY *Package; local
204 Package = NULL;
206 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
216 if (ShellCommandLineGetCount(Package) > 2) {
219 } else if (ShellCommandLineGetFlag(Package, L"-all") && ShellCommandLineGetFlag(Package, L"-guid")) {
222 } else if ((ShellCommandLineGetFlag(Package, L"-s") || ShellCommandLineGetFlag(Package, L"-l")) && ShellCommandLineGetFlag(Package, L"-d")) {
226 if (!ShellCommandLineGetFlag(Package,
[all...]
H A DLoadPciRom.c76 LIST_ENTRY *Package; local
94 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
104 if (ShellCommandLineGetCount(Package) < 2) {
108 if (ShellCommandLineGetFlag(Package, L"-nc")) {
118 for ( ParamCount = 1, Param = ShellCommandLineGetRawValue(Package, ParamCount)
120 ; ParamCount++, Param = ShellCommandLineGetRawValue(Package, ParamCount)
H A DMemMap.c46 LIST_ENTRY *Package; local
110 Status = ShellCommandLineParse (SfoParamList, &Package, &ProblemParam, TRUE);
120 if (ShellCommandLineGetCount(Package) > 1) {
135 Sfo = ShellCommandLineGetFlag(Package, L"-sfo");
256 ShellCommandLineFreeVarList (Package);
H A DMm.c228 LIST_ENTRY *Package; local
251 Package = NULL;
253 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
264 if (ShellCommandLineGetCount(Package) < 2) {
268 } else if (ShellCommandLineGetCount(Package) > 3) {
272 } else if (ShellCommandLineGetFlag(Package, L"-w") && ShellCommandLineGetValue(Package, L"-w") == NULL) {
277 if (ShellCommandLineGetFlag(Package, L"-mmio")) {
279 if (ShellCommandLineGetFlag(Package, L"-mem")
280 ||ShellCommandLineGetFlag(Package,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DMpService.h94 UINT32 Package; member in struct:__anon12216
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
H A DSmbiosView.c52 LIST_ENTRY *Package; local
58 Package = NULL;
61 Status = ShellCommandLineParse (ParamList, &Package, &ProblemParam, TRUE);
71 if (ShellCommandLineGetCount(Package) > 1) {
74 } else if (ShellCommandLineGetFlag(Package, L"-t") && ShellCommandLineGetValue(Package, L"-t") == NULL) {
77 } else if (ShellCommandLineGetFlag(Package, L"-h") && ShellCommandLineGetValue(Package, L"-h") == NULL) {
81 (ShellCommandLineGetFlag(Package, L"-t") && ShellCommandLineGetFlag(Package,
[all...]

Completed in 126 milliseconds

123