Home
last modified time | relevance | path

Searched refs:Param1 (Results 1 – 20 of 20) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
DCls.c37 CONST CHAR16 *Param1; in ShellCommandRunCls() local
74 Param1 = ShellCommandLineGetRawValue(Package, 1); in ShellCommandRunCls()
75 if (Param1 == NULL) { in ShellCommandRunCls()
84 … if (ShellStrToUintn(Param1) > 7 || StrLen(Param1) > 1 || !ShellIsDecimalDigitCharacter(*Param1)) { in ShellCommandRunCls()
85 …rintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_PARAM_INV), gShellLevel3HiiHandle, L"cls", Param1); in ShellCommandRunCls()
88 switch (ShellStrToUintn(Param1)) { in ShellCommandRunCls()
114 ForeColor = (~ShellStrToUintn(Param1)) & 0xF; in ShellCommandRunCls()
DAlias.c92 CONST CHAR16 *Param1; in ShellCommandRunAlias() local
124 Param1 = ShellCommandLineGetRawValue(Package, 1); in ShellCommandRunAlias()
154 Status = gEfiShellProtocol->SetAlias(Param1, NULL, TRUE, FALSE); in ShellCommandRunAlias()
159 …Status = gEfiShellProtocol->SetAlias(CleanParam2, Param1, FALSE, ShellCommandLineGetFlag(Package, … in ShellCommandRunAlias()
173 ConstAliasVal = gEfiShellProtocol->GetAlias(Param1, &Volatile); in ShellCommandRunAlias()
175 …rintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_PARAM_INV), gShellLevel3HiiHandle, L"alias", Param1); in ShellCommandRunAlias()
178 if (ShellCommandIsOnAliasList(Param1)) { in ShellCommandRunAlias()
181 …TRING_TOKEN (STR_ALIAS_OUTPUT), gShellLevel3HiiHandle, !Volatile?L' ':L'*', Param1, ConstAliasVal); in ShellCommandRunAlias()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DUnload.c68 CONST CHAR16 *Param1; in ShellCommandRunUnload() local
107 Param1 = ShellCommandLineGetRawValue(Package, 1); in ShellCommandRunUnload()
108 if (Param1 != NULL) { in ShellCommandRunUnload()
109 Status = ShellConvertStringToUint64(Param1, &Value, TRUE, FALSE); in ShellCommandRunUnload()
113 if (EFI_ERROR(Status) || Param1 == NULL || TheHandle == NULL){ in ShellCommandRunUnload()
114 …iiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_INV_HANDLE), gShellDriver1HiiHandle, L"unload", Param1); in ShellCommandRunUnload()
DDisconnect.c93 CONST CHAR16 *Param1; in ShellCommandRunDisconnect() local
148 Param1 = ShellCommandLineGetRawValue(Package, 1); in ShellCommandRunDisconnect()
151 ShellConvertStringToUint64(Param1, &Intermediate1, TRUE, FALSE); in ShellCommandRunDisconnect()
152 Handle1 = Param1!=NULL?ConvertHandleIndexToHandle((UINTN)Intermediate1):NULL; in ShellCommandRunDisconnect()
158 if (Param1 != NULL && Handle1 == NULL) { in ShellCommandRunDisconnect()
159 …(-1, -1, NULL, STRING_TOKEN (STR_GEN_INV_HANDLE), gShellDriver1HiiHandle, L"disconnect", Param1); in ShellCommandRunDisconnect()
172 ASSERT(Param1 != NULL); in ShellCommandRunDisconnect()
DOpenInfo.c160 CONST CHAR16 *Param1; in ShellCommandRunOpenInfo() local
197 Param1 = ShellCommandLineGetRawValue(Package, 1); in ShellCommandRunOpenInfo()
198 Status = ShellConvertStringToUint64(Param1, &Intermediate, TRUE, FALSE); in ShellCommandRunOpenInfo()
199 …if (EFI_ERROR(Status) || Param1 == NULL || ConvertHandleIndexToHandle((UINTN)Intermediate) == NULL… in ShellCommandRunOpenInfo()
200 …Ex(-1, -1, NULL, STRING_TOKEN (STR_GEN_INV_HANDLE), gShellDriver1HiiHandle, L"openinfo", Param1); in ShellCommandRunOpenInfo()
210 …Ex(-1, -1, NULL, STRING_TOKEN (STR_GEN_INV_HANDLE), gShellDriver1HiiHandle, L"openinfo", Param1); in ShellCommandRunOpenInfo()
DConnect.c420 CONST CHAR16 *Param1; in ShellCommandRunConnect() local
501 Param1 = ShellCommandLineGetRawValue(Package, 1); in ShellCommandRunConnect()
505 if (Param1 != NULL) { in ShellCommandRunConnect()
506 Status = ShellConvertStringToUint64(Param1, &Intermediate, TRUE, FALSE); in ShellCommandRunConnect()
509 …iEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_INV_HANDLE), gShellDriver1HiiHandle, L"connect", Param1); in ShellCommandRunConnect()
528 if (Param1 != NULL && Handle1 == NULL){ in ShellCommandRunConnect()
529 …iEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_INV_HANDLE), gShellDriver1HiiHandle, L"connect", Param1); in ShellCommandRunConnect()
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/BaseFspApiLib/IA32/
DDispatchExecute.c21 IN VOID *Param1
36 IN UINT64 Param1 in Execute32BitCode() argument
43 Status = EntryFunc ((VOID *)(UINTN)Param1); in Execute32BitCode()
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/BaseFspApiLib/X64/
DDispatchExecute.c72 IN UINT64 Param1,
89 IN UINT64 Param1 in Execute32BitCode() argument
101 Status = AsmExecute32BitCode (Function, Param1, 0, &mGdt); in Execute32BitCode()
DThunk64To32.S33 # IN UINT64 Param1,
DThunk64To32.asm33 ; IN UINT64 Param1,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/IA32/
DDispatchExecute.c31 IN UINT64 Param1, in Execute32BitCode() argument
39 Status = EntryFunc ((VOID *)(UINTN)Param1, (VOID *)(UINTN)Param2); in Execute32BitCode()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/X64/
DDispatchExecute.c87 IN UINT64 Param1,
106 IN UINT64 Param1, in Execute32BitCode() argument
145 Param1, in Execute32BitCode()
DAsmDispatchExecute.S33 # IN UINT64 Param1,
DAsmDispatchExecute.asm33 ; IN UINT64 Param1,
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DCd.c42 CONST CHAR16 *Param1; in ShellCommandRunCd() local
89 Param1 = ShellCommandLineGetRawValue(Package, 1); in ShellCommandRunCd()
90 if (Param1 == NULL) { in ShellCommandRunCd()
102 Param1Copy = CatSPrint(NULL, L"%s", Param1, NULL); in ShellCommandRunCd()
DTimeDate.c183 CONST CHAR16 *Param1; in ShellCommandRunDate() local
252 Param1 = ShellCommandLineGetRawValue(Package, 1); in ShellCommandRunDate()
253 if (Param1 == NULL) { in ShellCommandRunDate()
256 ShellStatus = CheckAndSetDate(Param1); in ShellCommandRunDate()
259 …intHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_PARAM_INV), gShellLevel2HiiHandle, L"date", Param1); in ShellCommandRunDate()
DMap.c1017 CONST CHAR16 *Param1; in ShellCommandRunMap() local
1123 Param1 = ShellCommandLineGetRawValue(Package, 1); in ShellCommandRunMap()
1138 Param1, in ShellCommandRunMap()
1151 Param1 in ShellCommandRunMap()
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/BaseFspApiLib/
DFspApiLib.c35 IN UINT64 Param1
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/
DScriptSave.c38 IN UINT64 Param1,
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathFromText.c3441 CHAR16 *Param1; in DevPathFromTextSata() local
3445 Param1 = GetNextParamStr (&TextDeviceNode); in DevPathFromTextSata()
3454 Sata->HBAPortNumber = (UINT16) Strtoi (Param1); in DevPathFromTextSata()