Home
last modified time | relevance | path

Searched refs:CommandHandleList (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
DHelp.c153 EFI_HANDLE *CommandHandleList; in CopyListOfCommandNamesWithDynamic() local
158 CommandHandleList = GetHandleListByProtocol(&gEfiShellDynamicCommandProtocolGuid); in CopyListOfCommandNamesWithDynamic()
163 if (CommandHandleList == NULL) { in CopyListOfCommandNamesWithDynamic()
172 …for (NextCommand = CommandHandleList ; *NextCommand != NULL && !EFI_ERROR(Status) ; NextCommand++)… in CopyListOfCommandNamesWithDynamic()
186 SHELL_FREE_NON_NULL(CommandHandleList); in CopyListOfCommandNamesWithDynamic()
213 EFI_HANDLE *CommandHandleList; in PrintDynamicCommandHelp() local
219 CommandHandleList = NULL; in PrintDynamicCommandHelp()
221 CommandHandleList = GetHandleListByProtocol(&gEfiShellDynamicCommandProtocolGuid); in PrintDynamicCommandHelp()
223 if (CommandHandleList == NULL) { in PrintDynamicCommandHelp()
230 for (NextCommand = CommandHandleList; *NextCommand != NULL; NextCommand++) { in PrintDynamicCommandHelp()
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
DUefiShellCommandLib.c251 EFI_HANDLE *CommandHandleList; in ShellCommandFindDynamicCommand() local
255 CommandHandleList = GetHandleListByProtocol(&gEfiShellDynamicCommandProtocolGuid); in ShellCommandFindDynamicCommand()
256 if (CommandHandleList == NULL) { in ShellCommandFindDynamicCommand()
263 for (NextCommand = CommandHandleList; *NextCommand != NULL; NextCommand++) { in ShellCommandFindDynamicCommand()
279 FreePool(CommandHandleList); in ShellCommandFindDynamicCommand()
284 FreePool(CommandHandleList); in ShellCommandFindDynamicCommand()