Home
last modified time | relevance | path

Searched refs:SHELL_SUCCESS (Results 1 – 25 of 84) sorted by relevance

1234

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DSet.c36 return (SHELL_SUCCESS); in PrintAllShellEnvVars()
44 return (SHELL_SUCCESS); in PrintAllShellEnvVars()
74 ShellStatus = SHELL_SUCCESS; in ShellCommandRunSet()
156 ShellStatus = SHELL_SUCCESS; in ShellCommandRunSet()
159 ShellStatus = SHELL_SUCCESS; in ShellCommandRunSet()
DRm.c82 ShellStatus = SHELL_SUCCESS; in CascadeDelete()
147 } else if (ShellStatus == SHELL_SUCCESS) { in CascadeDelete()
150 if (ShellStatus != SHELL_SUCCESS) { in CascadeDelete()
184 return (SHELL_SUCCESS); in CascadeDelete()
278 ShellStatus = SHELL_SUCCESS; in ShellCommandRunRm()
330 if (ShellStatus == SHELL_SUCCESS){ in ShellCommandRunRm()
DTimeDate.c158 return (SHELL_SUCCESS); in CheckAndSetDate()
183 ShellStatus = SHELL_SUCCESS; in ShellCommandRunDate()
256 if (ShellStatus != SHELL_SUCCESS) { in ShellCommandRunDate()
384 return (SHELL_SUCCESS); in CheckAndSetTime()
416 ShellStatus = SHELL_SUCCESS; in ShellCommandRunTime()
611 if (ShellStatus == SHELL_SUCCESS) { in ShellCommandRunTime()
613 if (ShellStatus != SHELL_SUCCESS) { in ShellCommandRunTime()
726 return (SHELL_SUCCESS); in CheckAndSetTimeZone()
781 return (SHELL_SUCCESS); in CheckAndSetTimeZone()
812 ShellStatus = SHELL_SUCCESS; in ShellCommandRunTimeZone()
[all …]
DCp.c91 ShellStatus = SHELL_SUCCESS; in CopySingleFile()
96 return (SHELL_SUCCESS); in CopySingleFile()
115 return (SHELL_SUCCESS); in CopySingleFile()
319 ShellStatus = SHELL_SUCCESS; in ValidateAndCopyFiles()
543 if (ShellStatus != SHELL_SUCCESS) { in ValidateAndCopyFiles()
547 if (ShellStatus == SHELL_SUCCESS && Resp == NULL) { in ValidateAndCopyFiles()
652 ShellStatus = SHELL_SUCCESS; in ShellCommandRunCp()
735 …Count--, LoopCounter = 1 ; LoopCounter < ParamCount && ShellStatus == SHELL_SUCCESS ; LoopCounter+… in ShellCommandRunCp()
745 if (ShellStatus != SHELL_SUCCESS) { in ShellCommandRunCp()
754 if (EFI_ERROR(Status) && ShellStatus == SHELL_SUCCESS) { in ShellCommandRunCp()
DMap.c667 return (SHELL_SUCCESS); in PerformMappingDisplay()
702 ShellStatus = SHELL_SUCCESS; in PerformMappingDisplay2()
706 if (ShellStatus == SHELL_SUCCESS) { in PerformMappingDisplay2()
714 if (ShellStatus == SHELL_SUCCESS) { in PerformMappingDisplay2()
789 if (PerformSingleMappingDelete(Specific,HandleBuffer[LoopVar]) == SHELL_SUCCESS) { in PerformMappingDelete()
841 if (PerformSingleMappingDelete(Specific,HandleBuffer[LoopVar]) == SHELL_SUCCESS) { in PerformMappingDelete()
905 return (SHELL_SUCCESS); in AddMappingFromMapping()
967 return (SHELL_SUCCESS); in AddMappingFromHandle()
1012 ShellStatus = SHELL_SUCCESS; in ShellCommandRunMap()
1100 if ( ShellStatus == SHELL_SUCCESS && ShellCommandLineGetFlag(Package, L"-u")) { in ShellCommandRunMap()
[all …]
DLs.c366 ShellStatus = SHELL_SUCCESS; in PrintLsOutput()
395 return (SHELL_SUCCESS); in PrintLsOutput()
472 ; !IsNull(&ListHead->Link, &Node->Link) && ShellStatus == SHELL_SUCCESS in PrintLsOutput()
560 ShellStatus = SHELL_SUCCESS; in ShellCommandRunLs()
608 ; Attribs != NULL && *Attribs != CHAR_NULL && ShellStatus == SHELL_SUCCESS in ShellCommandRunLs()
650 if (ShellStatus == SHELL_SUCCESS) { in ShellCommandRunLs()
723 if (ShellStatus == SHELL_SUCCESS) { in ShellCommandRunLs()
742 } else if (ShellStatus != SHELL_SUCCESS) { in ShellCommandRunLs()
DMv.c268 return (SHELL_SUCCESS); in GetDestinationLocation()
342 return (SHELL_SUCCESS); in GetDestinationLocation()
371 if (ShellStatus == SHELL_SUCCESS) { in MoveBetweenFileSystems()
578 if (ShellStatus != SHELL_SUCCESS) { in ValidateAndMoveFiles()
743 ShellStatus = SHELL_SUCCESS; in ShellCommandRunMv()
829 if (ShellStatus == SHELL_SUCCESS) { in ShellCommandRunMv()
837 if (EFI_ERROR(Status) && ShellStatus == SHELL_SUCCESS) { in ShellCommandRunMv()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
DExit.c43 ShellStatus = SHELL_SUCCESS; in ShellCommandRunExit()
83 ShellStatus = SHELL_SUCCESS; in ShellCommandRunExit()
90 ShellStatus = SHELL_SUCCESS; in ShellCommandRunExit()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DDevTree.c54 ShellStatus = SHELL_SUCCESS; in DoDevTreeForHandle()
79 return SHELL_SUCCESS; in DoDevTreeForHandle()
91 return SHELL_SUCCESS; in DoDevTreeForHandle()
127 for (LoopVar = 0 ; LoopVar < ChildCount && ShellStatus == SHELL_SUCCESS; LoopVar++){ in DoDevTreeForHandle()
168 ShellStatus = SHELL_SUCCESS; in ShellCommandRunDevTree()
DReconnect.c62 ShellStatus = SHELL_SUCCESS; in ShellCommandRunReconnect()
87 if (ShellStatus == SHELL_SUCCESS) { in ShellCommandRunReconnect()
DUnload.c71 ShellStatus = SHELL_SUCCESS; in ShellCommandRunUnload()
133 if (ShellStatus == SHELL_SUCCESS) { in ShellCommandRunUnload()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
DGetMtc.c40 ShellStatus = SHELL_SUCCESS; in ShellCommandRunGetMtc()
85 if (ShellStatus == SHELL_SUCCESS) { in ShellCommandRunGetMtc()
DAlias.c41 return (SHELL_SUCCESS); in PrintAllShellAlias()
65 return (SHELL_SUCCESS); in PrintAllShellAlias()
98 ShellStatus = SHELL_SUCCESS; in ShellCommandRunAlias()
DType.c191 ShellStatus = SHELL_SUCCESS; in ShellCommandRunType()
254 if (ShellStatus == SHELL_SUCCESS) { in ShellCommandRunType()
300 ASSERT(ShellStatus == SHELL_SUCCESS); in ShellCommandRunType()
DCls.c49 ShellStatus = SHELL_SUCCESS; in ShellCommandRunCls()
209 if (ShellStatus == SHELL_SUCCESS) { in ShellCommandRunCls()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DSetVar.c81 ShellStatus = SHELL_SUCCESS; in ShellCommandRunSetVar()
157 ASSERT(ShellStatus == SHELL_SUCCESS); in ShellCommandRunSetVar()
220 ASSERT(ShellStatus == SHELL_SUCCESS); in ShellCommandRunSetVar()
240 ASSERT(ShellStatus == SHELL_SUCCESS); in ShellCommandRunSetVar()
261 ASSERT(ShellStatus == SHELL_SUCCESS); in ShellCommandRunSetVar()
280 ASSERT(ShellStatus == SHELL_SUCCESS); in ShellCommandRunSetVar()
DMode.c43 ShellStatus = SHELL_SUCCESS; in ShellCommandRunMode()
88 …, Done = FALSE; LoopVar < gST->ConOut->Mode->MaxMode && ShellStatus == SHELL_SUCCESS ; LoopVar++) { in ShellCommandRunMode()
116 …, Done = FALSE; LoopVar < gST->ConOut->Mode->MaxMode && ShellStatus == SHELL_SUCCESS ; LoopVar++) { in ShellCommandRunMode()
DEfiCompress.c51 ShellStatus = SHELL_SUCCESS; in ShellCommandRunEfiCompress()
103 if (ShellStatus == SHELL_SUCCESS) { in ShellCommandRunEfiCompress()
115 if (ShellStatus == SHELL_SUCCESS) { in ShellCommandRunEfiCompress()
DDblk.c42 ShellStatus = SHELL_SUCCESS; in DisplayTheBlocks()
113 ShellStatus = SHELL_SUCCESS; in ShellCommandRunDblk()
178 if (ShellStatus == SHELL_SUCCESS) { in ShellCommandRunDblk()
DSetSize.c40 ShellStatus = SHELL_SUCCESS; in ShellCommandRunSetSize()
79 …for (LoopVar = 2 ; LoopVar < ShellCommandLineGetCount(Package) && ShellStatus == SHELL_SUCCESS ; L… in ShellCommandRunSetSize()
DEfiDecompress.c56 ShellStatus = SHELL_SUCCESS; in ShellCommandRunEfiDecompress()
110 if (ShellStatus == SHELL_SUCCESS) { in ShellCommandRunEfiDecompress()
118 if (ShellStatus == SHELL_SUCCESS) { in ShellCommandRunEfiDecompress()
DDmem.c61 ShellStatus = SHELL_SUCCESS; in DisplayMmioMemory()
118 ShellStatus = SHELL_SUCCESS; in ShellCommandRunDmem()
170 if (ShellStatus == SHELL_SUCCESS) { in ShellCommandRunDmem()
DDmpStore.c161 ShellStatus = SHELL_SUCCESS; in LoadVariablesFromFile()
243 if ((Position != FileSize) || (ShellStatus != SHELL_SUCCESS)) { in LoadVariablesFromFile()
251 ; !IsNull (&List, Link) && (ShellStatus == SHELL_SUCCESS) in LoadVariablesFromFile()
461 return (SHELL_SUCCESS); in CascadeProcessVariables()
612 ShellStatus = SHELL_SUCCESS; in ProcessVariables()
692 ShellStatus = SHELL_SUCCESS; in ShellCommandRunDmpStore()
749 if (ShellStatus == SHELL_SUCCESS) { in ShellCommandRunDmpStore()
835 if (ShellStatus == SHELL_SUCCESS) { in ShellCommandRunDmpStore()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/
DUefiShellBcfgCommandLib.c346 ShellStatus = SHELL_SUCCESS; in BcfgAdd()
471 ShellStatus = SHELL_SUCCESS; in BcfgAdd()
487 if (ShellStatus == SHELL_SUCCESS) { in BcfgAdd()
513 if (ShellStatus == SHELL_SUCCESS) { in BcfgAdd()
661 return (SHELL_SUCCESS); in BcfgRemove()
723 return (SHELL_SUCCESS); in BcfgMove()
763 ShellStatus = SHELL_SUCCESS; in BcfgAddOpt()
852 if (ShellStatus == SHELL_SUCCESS) { in BcfgAddOpt()
871 if (ShellStatus == SHELL_SUCCESS) { in BcfgAddOpt()
882 …for (LoopCounter = 0 ; ShellStatus == SHELL_SUCCESS && LoopCounter < NewKeyOption.KeyData.Options.… in BcfgAddOpt()
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
DHexEdit.c54 ShellStatus = SHELL_SUCCESS; in ShellCommandRunHexEdit()
165 if (ShellStatus == SHELL_SUCCESS && WhatToDo == FileTypeNone) { in ShellCommandRunHexEdit()
173 if (ShellStatus == SHELL_SUCCESS) { in ShellCommandRunHexEdit()
246 if (ShellStatus == SHELL_SUCCESS) { in ShellCommandRunHexEdit()

1234