Home
last modified time | relevance | path

Searched refs:ShellCommandLineGetRawValue (Results 1 – 25 of 63) sorted by relevance

123

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DSetSize.c70 Temp1 = ShellCommandLineGetRawValue(Package, 1); in ShellCommandRunSetSize()
80 …Status = ShellOpenFileByName(ShellCommandLineGetRawValue(Package, LoopVar), &FileHandle, EFI_FILE_… in ShellCommandRunSetSize()
82 …Status = ShellOpenFileByName(ShellCommandLineGetRawValue(Package, LoopVar), &FileHandle, EFI_FILE_… in ShellCommandRunSetSize()
88 …N (STR_GEN_FILE_OPEN_FAIL), gShellDebug1HiiHandle, L"setsize", ShellCommandLineGetRawValue(Package… in ShellCommandRunSetSize()
97 …_TOKEN (STR_SET_SIZE_FAIL), gShellDebug1HiiHandle, L"setsize", ShellCommandLineGetRawValue(Package… in ShellCommandRunSetSize()
100 …NULL, STRING_TOKEN (STR_SET_SIZE_DONE), gShellDebug1HiiHandle, ShellCommandLineGetRawValue(Package… in ShellCommandRunSetSize()
DSerMode.c216 Temp = ShellCommandLineGetRawValue(Package, 1); in ShellCommandRunSerMode()
220 Temp = ShellCommandLineGetRawValue(Package, 2); in ShellCommandRunSerMode()
229 Temp = ShellCommandLineGetRawValue(Package, 2); in ShellCommandRunSerMode()
236 Temp = ShellCommandLineGetRawValue(Package, 3); in ShellCommandRunSerMode()
272 Temp = ShellCommandLineGetRawValue(Package, 4); in ShellCommandRunSerMode()
291 Temp = ShellCommandLineGetRawValue(Package, 5); in ShellCommandRunSerMode()
DEfiCompress.c87 TempParam = ShellCommandLineGetRawValue(Package, 1); in ShellCommandRunEfiCompress()
90 OutFileName = ShellCommandLineGetRawValue(Package, 2); in ShellCommandRunEfiCompress()
106 …TR_GEN_FILE_OPEN_FAIL), gShellDebug1HiiHandle, L"eficompress", ShellCommandLineGetRawValue(Package… in ShellCommandRunEfiCompress()
111 …TR_GEN_FILE_OPEN_FAIL), gShellDebug1HiiHandle, L"eficompress", ShellCommandLineGetRawValue(Package… in ShellCommandRunEfiCompress()
DEfiDecompress.c94 TempParam = ShellCommandLineGetRawValue(Package, 1); in ShellCommandRunEfiDecompress()
97 OutFileName = ShellCommandLineGetRawValue(Package, 2); in ShellCommandRunEfiDecompress()
113 …_GEN_FILE_OPEN_FAIL), gShellDebug1HiiHandle, L"efidecompress", ShellCommandLineGetRawValue(Package… in ShellCommandRunEfiDecompress()
142 …ULL, STRING_TOKEN (STR_FILE_OPEN_FAIL), gShellDebug1HiiHandle, ShellCommandLineGetRawValue(Package… in ShellCommandRunEfiDecompress()
DDblk.c148 BlockName = ShellCommandLineGetRawValue(Package, 1); in ShellCommandRunDblk()
149 LbaString = ShellCommandLineGetRawValue(Package, 2); in ShellCommandRunDblk()
150 BlockCountString = ShellCommandLineGetRawValue(Package, 3); in ShellCommandRunDblk()
DMode.c75 Temp = ShellCommandLineGetRawValue(Package, 1); in ShellCommandRunMode()
81 Temp = ShellCommandLineGetRawValue(Package, 2); in ShellCommandRunMode()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
DStall.c61 if (ShellCommandLineGetRawValue(Package, 2) != NULL) { in ShellCommandRunStall()
64 } else if (ShellCommandLineGetRawValue(Package, 1) == NULL) { in ShellCommandRunStall()
68 …Status = ShellConvertStringToUint64(ShellCommandLineGetRawValue(Package, 1), &Intermediate, FALSE,… in ShellCommandRunStall()
70 …NG_TOKEN (STR_GEN_PARAM_INV), gShellLevel1HiiHandle, L"stall", ShellCommandLineGetRawValue(Package… in ShellCommandRunStall()
DGoto.c69 if (ShellCommandLineGetRawValue(Package, 2) != NULL) { in ShellCommandRunGoto()
72 } else if (ShellCommandLineGetRawValue(Package, 1) == NULL) { in ShellCommandRunGoto()
79 … CompareString = StrnCatGrow(&CompareString, &Size, ShellCommandLineGetRawValue(Package, 1), 0); in ShellCommandRunGoto()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
DEcho.c87 } else if (ShellCommandLineGetRawValue(Package, 1) == NULL) { in ShellCommandRunEcho()
101 ; ShellCommandLineGetRawValue(Package, ParamCount) != NULL in ShellCommandRunEcho()
104 StrnCatGrow(&PrintString, &Size, ShellCommandLineGetRawValue(Package, ParamCount), 0); in ShellCommandRunEcho()
105 if (ShellCommandLineGetRawValue(Package, ParamCount+1) != NULL) { in ShellCommandRunEcho()
DType.c229 } else if (ShellCommandLineGetRawValue(Package, 1) == NULL) { in ShellCommandRunType()
240 for ( ParamCount = 1, Param = ShellCommandLineGetRawValue(Package, ParamCount) in ShellCommandRunType()
242 ; ParamCount++, Param = ShellCommandLineGetRawValue(Package, ParamCount) in ShellCommandRunType()
DTouch.c212 if (ShellCommandLineGetRawValue(Package, 1) == NULL) { in ShellCommandRunTouch()
223 for ( ParamCount = 1, Param = ShellCommandLineGetRawValue(Package, ParamCount) in ShellCommandRunTouch()
225 ; ParamCount++, Param = ShellCommandLineGetRawValue(Package, ParamCount) in ShellCommandRunTouch()
DCls.c101 BackColorStr = ShellCommandLineGetRawValue (Package, 1); in ShellCommandRunCls()
102 ForeColorStr = ShellCommandLineGetRawValue (Package, 2); in ShellCommandRunCls()
DAlias.c123 Param1 = ShellCommandLineGetRawValue(Package, 1); in ShellCommandRunAlias()
124 Param2 = ShellCommandLineGetRawValue(Package, 2); in ShellCommandRunAlias()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DAttrib.c126 FileName = ShellCommandLineGetRawValue(Package, ParamNumberCount); in ShellCommandRunAttrib()
136 …EN (STR_GEN_FILE_OPEN_FAIL), gShellLevel2HiiHandle, L"attrib", ShellCommandLineGetRawValue(Package… in ShellCommandRunAttrib()
165 …N (STR_GEN_FILE_CLOSE_FAIL), gShellLevel2HiiHandle, L"attrib", ShellCommandLineGetRawValue(Package… in ShellCommandRunAttrib()
184 FileName = ShellCommandLineGetRawValue(Package, ParamNumberCount); in ShellCommandRunAttrib()
208 …EN (STR_GEN_FILE_OPEN_FAIL), gShellLevel2HiiHandle, L"attrib", ShellCommandLineGetRawValue(Package… in ShellCommandRunAttrib()
234 …ING_TOKEN (STR_GEN_FILE_AD), gShellLevel2HiiHandle, L"attrib", ShellCommandLineGetRawValue(Package… in ShellCommandRunAttrib()
250 …ING_TOKEN (STR_GEN_FILE_AD), gShellLevel2HiiHandle, L"attrib", ShellCommandLineGetRawValue(Package… in ShellCommandRunAttrib()
259 …N (STR_GEN_FILE_CLOSE_FAIL), gShellLevel2HiiHandle, L"attrib", ShellCommandLineGetRawValue(Package… in ShellCommandRunAttrib()
DSet.c106 } else if (ShellCommandLineGetRawValue(Package, 3) != NULL) { in ShellCommandRunSet()
109 …} else if (ShellCommandLineGetRawValue(Package, 1) != NULL && ShellCommandLineGetFlag(Package, L"-… in ShellCommandRunSet()
127 } else if (ShellCommandLineGetRawValue(Package, 1) == NULL) { in ShellCommandRunSet()
136 KeyName = ShellCommandLineGetRawValue(Package, 1); in ShellCommandRunSet()
137 Value = ShellCommandLineGetRawValue(Package, 2); in ShellCommandRunSet()
DLoad.c227 } else if (ShellCommandLineGetRawValue(Package, 1) == NULL) { in ShellCommandRunLoad()
235 ; ShellCommandLineGetRawValue(Package, ParamCount) != NULL in ShellCommandRunLoad()
238 …Status = ShellOpenFileMetaArg((CHAR16*)ShellCommandLineGetRawValue(Package, ParamCount), EFI_FILE_… in ShellCommandRunLoad()
262 …EN (STR_GEN_FILE_NF), gShellLevel2HiiHandle, L"load", (CHAR16*)ShellCommandLineGetRawValue(Package… in ShellCommandRunLoad()
DMkDir.c70 if (ShellCommandLineGetRawValue(Package, 1) == NULL) { in ShellCommandRunMkDir()
85 NewDirName = ShellCommandLineGetRawValue(Package, DirCreateCount); in ShellCommandRunMkDir()
DParse.c427 TableName = ShellCommandLineGetRawValue(Package, 1); in ShellCommandRunParse()
428 ColumnString = ShellCommandLineGetRawValue(Package, 2); in ShellCommandRunParse()
430 FileName = ShellCommandLineGetRawValue(Package, 1); in ShellCommandRunParse()
431 TableName = ShellCommandLineGetRawValue(Package, 2); in ShellCommandRunParse()
432 ColumnString = ShellCommandLineGetRawValue(Package, 3); in ShellCommandRunParse()
DMv.c791 …Status = ShellOpenFileMetaArg((CHAR16*)ShellCommandLineGetRawValue(Package, 1), EFI_FILE_MODE_WRIT… in ShellCommandRunMv()
793 … STRING_TOKEN (STR_GEN_FILE_NF), gShellLevel2HiiHandle, L"mv", ShellCommandLineGetRawValue(Package… in ShellCommandRunMv()
820 …Status = ShellOpenFileMetaArg((CHAR16*)ShellCommandLineGetRawValue(Package, LoopCounter), EFI_FILE… in ShellCommandRunMv()
822 … STRING_TOKEN (STR_GEN_FILE_NF), gShellLevel2HiiHandle, L"mv", ShellCommandLineGetRawValue(Package… in ShellCommandRunMv()
830 …ShellStatus = ValidateAndMoveFiles(FileList, &Response, ShellCommandLineGetRawValue(Package, Param… in ShellCommandRunMv()
832 … ValidateAndMoveFiles(FileList, &Response, ShellCommandLineGetRawValue(Package, ParamCount)); in ShellCommandRunMv()
839 …STRING_TOKEN (STR_GEN_ERR_FILE), gShellLevel2HiiHandle, L"mv", ShellCommandLineGetRawValue(Package… in ShellCommandRunMv()
DTimeDate.c210 } else if (ShellCommandLineGetRawValue(Package, 2) != NULL) { in ShellCommandRunDate()
218 if (ShellCommandLineGetRawValue(Package, 1) == NULL) { in ShellCommandRunDate()
250 Param1 = ShellCommandLineGetRawValue(Package, 1); in ShellCommandRunDate()
454 } else if (ShellCommandLineGetRawValue(Package, 2) != NULL) { in ShellCommandRunTime()
461 if (ShellCommandLineGetRawValue(Package, 1) == NULL in ShellCommandRunTime()
612 ShellStatus = CheckAndSetTime(ShellCommandLineGetRawValue(Package, 1), Tz, Daylight); in ShellCommandRunTime()
614 …ING_TOKEN (STR_GEN_PARAM_INV), gShellLevel2HiiHandle, L"time", ShellCommandLineGetRawValue(Package… in ShellCommandRunTime()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
DHexEdit.c96 Name = ShellCommandLineGetRawValue(Package, 1); in ShellCommandRunHexEdit()
97 Offset = ShellStrToUintn(ShellCommandLineGetRawValue(Package, 2)); in ShellCommandRunHexEdit()
98 Size = ShellStrToUintn(ShellCommandLineGetRawValue(Package, 3)); in ShellCommandRunHexEdit()
117 Name = ShellCommandLineGetRawValue(Package, 1); in ShellCommandRunHexEdit()
139 Offset = ShellStrToUintn(ShellCommandLineGetRawValue(Package, 1)); in ShellCommandRunHexEdit()
140 Size = ShellStrToUintn(ShellCommandLineGetRawValue(Package, 2)); in ShellCommandRunHexEdit()
143 Name = ShellCommandLineGetRawValue(Package, 1); in ShellCommandRunHexEdit()
/device/linaro/bootloader/OpenPlatformPkg/Applications/SpiTool/
DSpiFlashCmd.c308 AddressStr = ShellCommandLineGetRawValue (CheckPackage, 1); in ShellCommandRunSpiFlash()
309 OffsetStr = ShellCommandLineGetRawValue (CheckPackage, 2); in ShellCommandRunSpiFlash()
310 LengthStr = ShellCommandLineGetRawValue (CheckPackage, 3); in ShellCommandRunSpiFlash()
314 OffsetStr = ShellCommandLineGetRawValue (CheckPackage, 1); in ShellCommandRunSpiFlash()
315 LengthStr = ShellCommandLineGetRawValue (CheckPackage, 2); in ShellCommandRunSpiFlash()
318 FileStr = ShellCommandLineGetRawValue (CheckPackage, 1); in ShellCommandRunSpiFlash()
319 OffsetStr = ShellCommandLineGetRawValue (CheckPackage, 2); in ShellCommandRunSpiFlash()
320 LengthStr = ShellCommandLineGetRawValue (CheckPackage, 3); in ShellCommandRunSpiFlash()
325 FileStr = ShellCommandLineGetRawValue (CheckPackage, 1); in ShellCommandRunSpiFlash()
326 OffsetStr = ShellCommandLineGetRawValue (CheckPackage, 2); in ShellCommandRunSpiFlash()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DDisconnect.c163 Param1 = ShellCommandLineGetRawValue(Package, 1); in ShellCommandRunDisconnect()
164 Param2 = ShellCommandLineGetRawValue(Package, 2); in ShellCommandRunDisconnect()
165 Param3 = ShellCommandLineGetRawValue(Package, 3); in ShellCommandRunDisconnect()
/device/linaro/bootloader/OpenPlatformPkg/Applications/EepromCmd/
DEepromCmd.c290 ValueStr = ShellCommandLineGetRawValue(CheckPackage, 1); in ShellCommandRunEeprom()
293 ValueStr = ShellCommandLineGetRawValue(CheckPackage, 2); in ShellCommandRunEeprom()
296 ValueStr = ShellCommandLineGetRawValue(CheckPackage, 3); in ShellCommandRunEeprom()
299 ValueStr = ShellCommandLineGetRawValue(CheckPackage, 4); in ShellCommandRunEeprom()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/
DUefiShellBcfgCommandLib.c1243 …} else if (gUnicodeCollation->StriColl(gUnicodeCollation, (CHAR16*)ShellCommandLineGetRawValue(Pac… in ShellCommandRunBcfg()
1245 …} else if (gUnicodeCollation->StriColl(gUnicodeCollation, (CHAR16*)ShellCommandLineGetRawValue(Pac… in ShellCommandRunBcfg()
1286 CurrentParam = ShellCommandLineGetRawValue(Package, ParamNumber); in ShellCommandRunBcfg()
1302 CurrentParam = ShellCommandLineGetRawValue(Package, ++ParamNumber); in ShellCommandRunBcfg()
1310 …FileName = StrnCatGrow(&CurrentOperation.FileName , NULL, ShellCommandLineGetRawValue(Package… in ShellCommandRunBcfg()
1312 …Description = StrnCatGrow(&CurrentOperation.Description, NULL, ShellCommandLineGetRawValue(Package… in ShellCommandRunBcfg()
1320 CurrentParam = ShellCommandLineGetRawValue(Package, ++ParamNumber); in ShellCommandRunBcfg()
1328 …FileName = StrnCatGrow(&CurrentOperation.FileName , NULL, ShellCommandLineGetRawValue(Package… in ShellCommandRunBcfg()
1330 …Description = StrnCatGrow(&CurrentOperation.Description, NULL, ShellCommandLineGetRawValue(Package… in ShellCommandRunBcfg()
1338 CurrentParam = ShellCommandLineGetRawValue(Package, ++ParamNumber); in ShellCommandRunBcfg()
[all …]

123