Searched refs:CommandIndex (Results 1 – 2 of 2) sorted by relevance
758 UINT32 CommandIndex; in AcpiDbCommandDispatch() local774 CommandIndex = AcpiDbMatchCommand (AcpiGbl_DbArgs[0]); in AcpiDbCommandDispatch()782 if (CommandIndex != CMD_HISTORY_LAST) in AcpiDbCommandDispatch()789 if (ParamCount < AcpiGbl_DbCommands[CommandIndex].MinArgs) in AcpiDbCommandDispatch()792 ParamCount, AcpiGbl_DbCommands[CommandIndex].Name, in AcpiDbCommandDispatch()793 AcpiGbl_DbCommands[CommandIndex].MinArgs); in AcpiDbCommandDispatch()796 AcpiGbl_DbCommands[CommandIndex].Name, FALSE); in AcpiDbCommandDispatch()802 switch (CommandIndex) in AcpiDbCommandDispatch()
407 u_int32_t CommandIndex; /* command number */ member