Home
last modified time | relevance | path

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

/acpica-latest/source/components/debugger/
Ddbinput.c903 UINT32 CommandIndex; in AcpiDbCommandDispatch() local
919 CommandIndex = AcpiDbMatchCommand (AcpiGbl_DbArgs[0]); in AcpiDbCommandDispatch()
926 if (CommandIndex != CMD_HISTORY_LAST) in AcpiDbCommandDispatch()
933 if (ParamCount < AcpiGbl_DbCommands[CommandIndex].MinArgs) in AcpiDbCommandDispatch()
936 ParamCount, AcpiGbl_DbCommands[CommandIndex].Name, in AcpiDbCommandDispatch()
937 AcpiGbl_DbCommands[CommandIndex].MinArgs); in AcpiDbCommandDispatch()
940 AcpiGbl_DbCommands[CommandIndex].Name, FALSE); in AcpiDbCommandDispatch()
946 switch (CommandIndex) in AcpiDbCommandDispatch()