Searched refs:CommandHandleList (Results 1 – 2 of 2) sorted by relevance
153 EFI_HANDLE *CommandHandleList; in CopyListOfCommandNamesWithDynamic() local158 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() local219 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 …]
251 EFI_HANDLE *CommandHandleList; in ShellCommandFindDynamicCommand() local255 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()