| /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
| D | SetSize.c | 70 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()
|
| D | SerMode.c | 217 Temp = ShellCommandLineGetRawValue(Package, 1); in ShellCommandRunSerMode() 221 Temp = ShellCommandLineGetRawValue(Package, 2); in ShellCommandRunSerMode() 230 Temp = ShellCommandLineGetRawValue(Package, 2); in ShellCommandRunSerMode() 237 Temp = ShellCommandLineGetRawValue(Package, 3); in ShellCommandRunSerMode() 273 Temp = ShellCommandLineGetRawValue(Package, 4); in ShellCommandRunSerMode() 292 Temp = ShellCommandLineGetRawValue(Package, 5); in ShellCommandRunSerMode()
|
| D | EfiCompress.c | 87 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()
|
| D | EfiDecompress.c | 92 TempParam = ShellCommandLineGetRawValue(Package, 1); in ShellCommandRunEfiDecompress() 95 OutFileName = ShellCommandLineGetRawValue(Package, 2); in ShellCommandRunEfiDecompress() 111 …_GEN_FILE_OPEN_FAIL), gShellDebug1HiiHandle, L"efidecompress", ShellCommandLineGetRawValue(Package… in ShellCommandRunEfiDecompress() 136 …ULL, STRING_TOKEN (STR_FILE_OPEN_FAIL), gShellDebug1HiiHandle, ShellCommandLineGetRawValue(Package… in ShellCommandRunEfiDecompress()
|
| D | Dblk.c | 149 BlockName = ShellCommandLineGetRawValue(Package, 1); in ShellCommandRunDblk() 150 LbaString = ShellCommandLineGetRawValue(Package, 2); in ShellCommandRunDblk() 151 BlockCountString = ShellCommandLineGetRawValue(Package, 3); in ShellCommandRunDblk()
|
| D | Mode.c | 75 Temp = ShellCommandLineGetRawValue(Package, 1); in ShellCommandRunMode() 81 Temp = ShellCommandLineGetRawValue(Package, 2); in ShellCommandRunMode()
|
| /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/ |
| D | Stall.c | 61 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()
|
| D | Goto.c | 69 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/UefiShellLevel2CommandsLib/ |
| D | Attrib.c | 126 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()
|
| D | Set.c | 107 } else if (ShellCommandLineGetRawValue(Package, 3) != NULL) { in ShellCommandRunSet() 110 …} else if (ShellCommandLineGetRawValue(Package, 1) != NULL && ShellCommandLineGetFlag(Package, L"-… in ShellCommandRunSet() 128 } else if (ShellCommandLineGetRawValue(Package, 1) == NULL) { in ShellCommandRunSet() 137 KeyName = ShellCommandLineGetRawValue(Package, 1); in ShellCommandRunSet() 138 Value = ShellCommandLineGetRawValue(Package, 2); in ShellCommandRunSet()
|
| D | Load.c | 229 } else if (ShellCommandLineGetRawValue(Package, 1) == NULL) { in ShellCommandRunLoad() 237 ; ShellCommandLineGetRawValue(Package, ParamCount) != NULL in ShellCommandRunLoad() 240 …Status = ShellOpenFileMetaArg((CHAR16*)ShellCommandLineGetRawValue(Package, ParamCount), EFI_FILE_… in ShellCommandRunLoad() 264 …EN (STR_GEN_FILE_NF), gShellLevel2HiiHandle, L"load", (CHAR16*)ShellCommandLineGetRawValue(Package… in ShellCommandRunLoad()
|
| D | MkDir.c | 70 if (ShellCommandLineGetRawValue(Package, 1) == NULL) { in ShellCommandRunMkDir() 85 NewDirName = ShellCommandLineGetRawValue(Package, DirCreateCount); in ShellCommandRunMkDir()
|
| D | Parse.c | 430 TableName = ShellCommandLineGetRawValue(Package, 1); in ShellCommandRunParse() 431 ColumnString = ShellCommandLineGetRawValue(Package, 2); in ShellCommandRunParse() 433 FileName = ShellCommandLineGetRawValue(Package, 1); in ShellCommandRunParse() 434 TableName = ShellCommandLineGetRawValue(Package, 2); in ShellCommandRunParse() 435 ColumnString = ShellCommandLineGetRawValue(Package, 3); in ShellCommandRunParse()
|
| D | Mv.c | 726 …Status = ShellOpenFileMetaArg((CHAR16*)ShellCommandLineGetRawValue(Package, 1), EFI_FILE_MODE_WRIT… in ShellCommandRunMv() 728 … STRING_TOKEN (STR_GEN_FILE_NF), gShellLevel2HiiHandle, L"mv", ShellCommandLineGetRawValue(Package… in ShellCommandRunMv() 751 …Status = ShellOpenFileMetaArg((CHAR16*)ShellCommandLineGetRawValue(Package, LoopCounter), EFI_FILE… in ShellCommandRunMv() 753 … STRING_TOKEN (STR_GEN_FILE_NF), gShellLevel2HiiHandle, L"mv", ShellCommandLineGetRawValue(Package… in ShellCommandRunMv() 761 …ShellStatus = ValidateAndMoveFiles(FileList, &Response, ShellCommandLineGetRawValue(Package, Param… in ShellCommandRunMv() 763 … ValidateAndMoveFiles(FileList, &Response, ShellCommandLineGetRawValue(Package, ParamCount)); in ShellCommandRunMv() 770 …STRING_TOKEN (STR_GEN_ERR_FILE), gShellLevel2HiiHandle, L"mv", ShellCommandLineGetRawValue(Package… in ShellCommandRunMv()
|
| D | TimeDate.c | 212 } else if (ShellCommandLineGetRawValue(Package, 2) != NULL) { in ShellCommandRunDate() 220 if (ShellCommandLineGetRawValue(Package, 1) == NULL) { in ShellCommandRunDate() 252 Param1 = ShellCommandLineGetRawValue(Package, 1); in ShellCommandRunDate() 457 } else if (ShellCommandLineGetRawValue(Package, 2) != NULL) { in ShellCommandRunTime() 464 if (ShellCommandLineGetRawValue(Package, 1) == NULL in ShellCommandRunTime() 615 ShellStatus = CheckAndSetTime(ShellCommandLineGetRawValue(Package, 1), Tz, Daylight); in ShellCommandRunTime() 617 …ING_TOKEN (STR_GEN_PARAM_INV), gShellLevel2HiiHandle, L"time", ShellCommandLineGetRawValue(Package… in ShellCommandRunTime()
|
| D | Cp.c | 714 …Status = ShellOpenFileMetaArg((CHAR16*)ShellCommandLineGetRawValue(Package, 1), EFI_FILE_MODE_WRIT… in ShellCommandRunCp() 716 … STRING_TOKEN (STR_GEN_FILE_NF), gShellLevel2HiiHandle, L"cp", ShellCommandLineGetRawValue(Package… in ShellCommandRunCp() 736 …Status = ShellOpenFileMetaArg((CHAR16*)ShellCommandLineGetRawValue(Package, LoopCounter), EFI_FILE… in ShellCommandRunCp() 738 … STRING_TOKEN (STR_GEN_FILE_NF), gShellLevel2HiiHandle, L"cp", ShellCommandLineGetRawValue(Package… in ShellCommandRunCp() 749 …ValidateAndCopyFiles(FileList, PathCleanUpDirectories((CHAR16*)ShellCommandLineGetRawValue(Package… in ShellCommandRunCp() 752 …STRING_TOKEN (STR_GEN_ERR_FILE), gShellLevel2HiiHandle, L"cp", ShellCommandLineGetRawValue(Package… in ShellCommandRunCp()
|
| D | Rm.c | 310 if (ShellCommandLineGetRawValue(Package, 1) == NULL) { in ShellCommandRunRm() 321 for ( ParamCount = 1, Param = ShellCommandLineGetRawValue(Package, ParamCount) in ShellCommandRunRm() 323 ; ParamCount++, Param = ShellCommandLineGetRawValue(Package, ParamCount) in ShellCommandRunRm()
|
| /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/ |
| D | Echo.c | 87 } 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()
|
| D | Type.c | 230 } else if (ShellCommandLineGetRawValue(Package, 1) == NULL) { in ShellCommandRunType() 241 for ( ParamCount = 1, Param = ShellCommandLineGetRawValue(Package, ParamCount) in ShellCommandRunType() 243 ; ParamCount++, Param = ShellCommandLineGetRawValue(Package, ParamCount) in ShellCommandRunType()
|
| D | Touch.c | 214 if (ShellCommandLineGetRawValue(Package, 1) == NULL) { in ShellCommandRunTouch() 225 for ( ParamCount = 1, Param = ShellCommandLineGetRawValue(Package, ParamCount) in ShellCommandRunTouch() 227 ; ParamCount++, Param = ShellCommandLineGetRawValue(Package, ParamCount) in ShellCommandRunTouch()
|
| D | Alias.c | 124 Param1 = ShellCommandLineGetRawValue(Package, 1); in ShellCommandRunAlias() 125 Param2 = ShellCommandLineGetRawValue(Package, 2); in ShellCommandRunAlias()
|
| D | GetMtc.c | 66 } else if (ShellCommandLineGetRawValue(Package, 1) != NULL) { in ShellCommandRunGetMtc()
|
| /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/ |
| D | HexEdit.c | 96 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/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/ |
| D | Disconnect.c | 148 Param1 = ShellCommandLineGetRawValue(Package, 1); in ShellCommandRunDisconnect() 149 Param2 = ShellCommandLineGetRawValue(Package, 2); in ShellCommandRunDisconnect() 150 Param3 = ShellCommandLineGetRawValue(Package, 3); in ShellCommandRunDisconnect()
|
| /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/ |
| D | UefiShellBcfgCommandLib.c | 1241 …} else if (gUnicodeCollation->StriColl(gUnicodeCollation, (CHAR16*)ShellCommandLineGetRawValue(Pac… in ShellCommandRunBcfg() 1243 …} else if (gUnicodeCollation->StriColl(gUnicodeCollation, (CHAR16*)ShellCommandLineGetRawValue(Pac… in ShellCommandRunBcfg() 1284 CurrentParam = ShellCommandLineGetRawValue(Package, ParamNumber); in ShellCommandRunBcfg() 1296 CurrentParam = ShellCommandLineGetRawValue(Package, ++ParamNumber); in ShellCommandRunBcfg() 1304 …FileName = StrnCatGrow(&CurrentOperation.FileName , NULL, ShellCommandLineGetRawValue(Package… in ShellCommandRunBcfg() 1306 …Description = StrnCatGrow(&CurrentOperation.Description, NULL, ShellCommandLineGetRawValue(Package… in ShellCommandRunBcfg() 1314 CurrentParam = ShellCommandLineGetRawValue(Package, ++ParamNumber); in ShellCommandRunBcfg() 1322 …FileName = StrnCatGrow(&CurrentOperation.FileName , NULL, ShellCommandLineGetRawValue(Package… in ShellCommandRunBcfg() 1324 …Description = StrnCatGrow(&CurrentOperation.Description, NULL, ShellCommandLineGetRawValue(Package… in ShellCommandRunBcfg() 1332 CurrentParam = ShellCommandLineGetRawValue(Package, ++ParamNumber); in ShellCommandRunBcfg() [all …]
|