Searched refs:CommandIndex (Results 1 – 2 of 2) sorted by relevance
880 UINT32 CommandIndex; in AcpiDbCommandDispatch() local896 CommandIndex = AcpiDbMatchCommand (AcpiGbl_DbArgs[0]); in AcpiDbCommandDispatch()904 if (CommandIndex != CMD_HISTORY_LAST) in AcpiDbCommandDispatch()911 if (ParamCount < AcpiGbl_DbCommands[CommandIndex].MinArgs) in AcpiDbCommandDispatch()914 ParamCount, AcpiGbl_DbCommands[CommandIndex].Name, in AcpiDbCommandDispatch()915 AcpiGbl_DbCommands[CommandIndex].MinArgs); in AcpiDbCommandDispatch()918 AcpiGbl_DbCommands[CommandIndex].Name, FALSE); in AcpiDbCommandDispatch()924 switch (CommandIndex) in AcpiDbCommandDispatch()
409 u_int32_t CommandIndex; /* command number */ member