Searched refs:ShellCommandLineGetRawValue (Results 1 - 25 of 58) sorted by relevance

123

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel3CommandsLib/
H A DEcho.c82 } else if (ShellCommandLineGetRawValue(Package, 1) == NULL) {
96 ; ShellCommandLineGetRawValue(Package, ParamCount) != NULL
99 if (ShellCommandLineGetRawValue(Package, ParamCount+1) != NULL) {
100 ShellPrintEx(-1, -1, L"%s ", ShellCommandLineGetRawValue(Package, ParamCount));
102 ShellPrintEx(-1, -1, L"%s", ShellCommandLineGetRawValue(Package, ParamCount));
H A DType.c159 } else if (ShellCommandLineGetRawValue(Package, 1) == NULL) {
170 for ( ParamCount = 1, Param = ShellCommandLineGetRawValue(Package, ParamCount)
172 ; ParamCount++, Param = ShellCommandLineGetRawValue(Package, ParamCount)
H A DAlias.c119 Param1 = ShellCommandLineGetRawValue(Package, 1);
120 Param2 = ShellCommandLineGetRawValue(Package, 2);
H A DGetMtc.c65 } else if (ShellCommandLineGetRawValue(Package, 1) != NULL) {
H A DPause.c76 } else if (ShellCommandLineGetRawValue(Package, 1) != NULL) {
H A DCls.c76 Param1 = ShellCommandLineGetRawValue(Package, 1);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel1CommandsLib/
H A DStall.c60 if (ShellCommandLineGetRawValue(Package, 2) != NULL) {
63 } else if (ShellCommandLineGetRawValue(Package, 1) == NULL) {
67 Status = ShellConvertStringToUint64(ShellCommandLineGetRawValue(Package, 1), &Intermediate, FALSE, FALSE);
69 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_PROBLEM_VAL), gShellLevel1HiiHandle, ShellCommandLineGetRawValue(Package, 1));
H A DGoto.c68 if (ShellCommandLineGetRawValue(Package, 2) != NULL) {
71 } else if (ShellCommandLineGetRawValue(Package, 1) == NULL) {
78 CompareString = StrnCatGrow(&CompareString, &Size, ShellCommandLineGetRawValue(Package, 1), 0);
H A DExit.c70 Return = ShellCommandLineGetRawValue(Package, 1);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DSetSize.c69 Temp1 = ShellCommandLineGetRawValue(Package, 1);
79 Status = ShellOpenFileByName(ShellCommandLineGetRawValue(Package, LoopVar), &FileHandle, EFI_FILE_MODE_READ|EFI_FILE_MODE_WRITE, 0);
81 Status = ShellOpenFileByName(ShellCommandLineGetRawValue(Package, LoopVar), &FileHandle, EFI_FILE_MODE_READ|EFI_FILE_MODE_WRITE|EFI_FILE_MODE_CREATE, 0);
87 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_FILE_OPEN_FAIL), gShellDebug1HiiHandle, ShellCommandLineGetRawValue(Package, LoopVar), Status);
96 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_SET_SIZE_FAIL), gShellDebug1HiiHandle, ShellCommandLineGetRawValue(Package, LoopVar), Status);
99 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_SET_SIZE_DONE), gShellDebug1HiiHandle, ShellCommandLineGetRawValue(Package, LoopVar));
H A DEfiCompress.c86 TempParam = ShellCommandLineGetRawValue(Package, 1);
89 OutFileName = ShellCommandLineGetRawValue(Package, 2);
105 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_FILE_OPEN_FAIL), gShellDebug1HiiHandle, ShellCommandLineGetRawValue(Package, 1), Status);
110 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_FILE_OPEN_FAIL), gShellDebug1HiiHandle, ShellCommandLineGetRawValue(Package, 2), Status);
H A DEfiDecompress.c91 TempParam = ShellCommandLineGetRawValue(Package, 1);
94 OutFileName = ShellCommandLineGetRawValue(Package, 2);
110 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_FILE_OPEN_FAIL), gShellDebug1HiiHandle, ShellCommandLineGetRawValue(Package, 1), Status);
115 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_FILE_OPEN_FAIL), gShellDebug1HiiHandle, ShellCommandLineGetRawValue(Package, 2), Status);
H A DSerMode.c216 Temp = ShellCommandLineGetRawValue(Package, 1);
220 Temp = ShellCommandLineGetRawValue(Package, 2);
229 Temp = ShellCommandLineGetRawValue(Package, 2);
236 Temp = ShellCommandLineGetRawValue(Package, 3);
272 Temp = ShellCommandLineGetRawValue(Package, 4);
291 Temp = ShellCommandLineGetRawValue(Package, 5);
H A DDblk.c148 BlockName = ShellCommandLineGetRawValue(Package, 1);
149 LbaString = ShellCommandLineGetRawValue(Package, 2);
150 BlockCountString = ShellCommandLineGetRawValue(Package, 3);
H A DMode.c74 Temp = ShellCommandLineGetRawValue(Package, 1);
80 Temp = ShellCommandLineGetRawValue(Package, 2);
H A DBcfg.c788 } else if (gUnicodeCollation->StriColl(gUnicodeCollation, (CHAR16*)ShellCommandLineGetRawValue(Package, 1), L"driver") == 0) {
790 } else if (gUnicodeCollation->StriColl(gUnicodeCollation, (CHAR16*)ShellCommandLineGetRawValue(Package, 1), L"boot") == 0) {
825 CurrentParam = ShellCommandLineGetRawValue(Package, ParamNumber);
837 CurrentParam = ShellCommandLineGetRawValue(Package, ++ParamNumber);
845 CurrentOperation.FileName = StrnCatGrow(&CurrentOperation.FileName , NULL, ShellCommandLineGetRawValue(Package, ++ParamNumber), 0);
847 CurrentOperation.Description = StrnCatGrow(&CurrentOperation.Description, NULL, ShellCommandLineGetRawValue(Package, ++ParamNumber), 0);
855 CurrentParam = ShellCommandLineGetRawValue(Package, ++ParamNumber);
863 CurrentOperation.FileName = StrnCatGrow(&CurrentOperation.FileName , NULL, ShellCommandLineGetRawValue(Package, ++ParamNumber), 0);
865 CurrentOperation.Description = StrnCatGrow(&CurrentOperation.Description, NULL, ShellCommandLineGetRawValue(Package, ++ParamNumber), 0);
873 CurrentParam = ShellCommandLineGetRawValue(Packag
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DSet.c106 } else if (ShellCommandLineGetRawValue(Package, 3) != NULL) {
109 } else if (ShellCommandLineGetRawValue(Package, 1) != NULL && ShellCommandLineGetFlag(Package, L"-d")) {
127 } else if (ShellCommandLineGetRawValue(Package, 1) == NULL) {
136 KeyName = ShellCommandLineGetRawValue(Package, 1);
137 Value = ShellCommandLineGetRawValue(Package, 2);
H A DAttrib.c125 FileName = ShellCommandLineGetRawValue(Package, ParamNumberCount);
135 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_FILE_OPEN_FAIL), gShellLevel2HiiHandle, ShellCommandLineGetRawValue(Package, ParamNumberCount));
159 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_FILE_CLOSE_FAIL), gShellLevel2HiiHandle, ShellCommandLineGetRawValue(Package, ParamNumberCount));
178 FileName = ShellCommandLineGetRawValue(Package, ParamNumberCount);
202 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_FILE_OPEN_FAIL), gShellLevel2HiiHandle, ShellCommandLineGetRawValue(Package, ParamNumberCount));
228 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_FILE_AD), gShellLevel2HiiHandle, ShellCommandLineGetRawValue(Package, ParamNumberCount));
244 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_FILE_AD), gShellLevel2HiiHandle, ShellCommandLineGetRawValue(Package, ParamNumberCount));
253 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_FILE_CLOSE_FAIL), gShellLevel2HiiHandle, ShellCommandLineGetRawValue(Package, ParamNumberCount));
H A DMkDir.c69 if (ShellCommandLineGetRawValue(Package, 1) == NULL) {
84 NewDirName = ShellCommandLineGetRawValue(Package, DirCreateCount);
H A DParse.c177 FileName = ShellCommandLineGetRawValue(Package, 1);
178 TableName = ShellCommandLineGetRawValue(Package, 2);
179 ColumnString = ShellCommandLineGetRawValue(Package, 3);
H A DLoad.c230 } else if (ShellCommandLineGetRawValue(Package, 1) == NULL) {
238 ; ShellCommandLineGetRawValue(Package, ParamCount) != NULL
241 Status = ShellOpenFileMetaArg((CHAR16*)ShellCommandLineGetRawValue(Package, ParamCount), EFI_FILE_MODE_READ, &ListHead);
265 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_FILE_NF), gShellLevel2HiiHandle, (CHAR16*)ShellCommandLineGetRawValue(Package, ParamCount));
H A DMv.c508 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, ParamCount));
546 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_ERR_FILE), gShellLevel2HiiHandle, ShellCommandLineGetRawValue(Package, 1), ShellStatus|MAX_BIT);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DHexEdit.c101 Name = ShellCommandLineGetRawValue(Package, 1);
102 Offset = ShellStrToUintn(ShellCommandLineGetRawValue(Package, 2));
103 Size = ShellStrToUintn(ShellCommandLineGetRawValue(Package, 3));
122 Name = ShellCommandLineGetRawValue(Package, 1);
144 Offset = ShellStrToUintn(ShellCommandLineGetRawValue(Package, 1));
145 Size = ShellStrToUintn(ShellCommandLineGetRawValue(Package, 2));
148 Name = ShellCommandLineGetRawValue(Package, 1);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDriver1CommandsLib/
H A DDisconnect.c147 Param1 = ShellCommandLineGetRawValue(Package, 1);
148 Param2 = ShellCommandLineGetRawValue(Package, 2);
149 Param3 = ShellCommandLineGetRawValue(Package, 3);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellInstall1CommandsLib/
H A DBcfg.c788 } else if (gUnicodeCollation->StriColl(gUnicodeCollation, (CHAR16*)ShellCommandLineGetRawValue(Package, 1), L"driver") == 0) {
790 } else if (gUnicodeCollation->StriColl(gUnicodeCollation, (CHAR16*)ShellCommandLineGetRawValue(Package, 1), L"boot") == 0) {
825 CurrentParam = ShellCommandLineGetRawValue(Package, ParamNumber);
837 CurrentParam = ShellCommandLineGetRawValue(Package, ++ParamNumber);
845 CurrentOperation.FileName = StrnCatGrow(&CurrentOperation.FileName , NULL, ShellCommandLineGetRawValue(Package, ++ParamNumber), 0);
847 CurrentOperation.Description = StrnCatGrow(&CurrentOperation.Description, NULL, ShellCommandLineGetRawValue(Package, ++ParamNumber), 0);
855 CurrentParam = ShellCommandLineGetRawValue(Package, ++ParamNumber);
863 CurrentOperation.FileName = StrnCatGrow(&CurrentOperation.FileName , NULL, ShellCommandLineGetRawValue(Package, ++ParamNumber), 0);
865 CurrentOperation.Description = StrnCatGrow(&CurrentOperation.Description, NULL, ShellCommandLineGetRawValue(Package, ++ParamNumber), 0);
873 CurrentParam = ShellCommandLineGetRawValue(Packag
[all...]

Completed in 129 milliseconds

123