Searched refs:CommandIndex (Results 1 – 2 of 2) sorted by relevance
576 UINT32 CommandIndex; in AcpiDbCommandDispatch() local590 CommandIndex = AcpiDbMatchCommand (AcpiGbl_DbArgs[0]); in AcpiDbCommandDispatch()595 if (ParamCount < AcpiGbl_DbCommands[CommandIndex].MinArgs) in AcpiDbCommandDispatch()598 ParamCount, AcpiGbl_DbCommands[CommandIndex].Name, in AcpiDbCommandDispatch()599 AcpiGbl_DbCommands[CommandIndex].MinArgs); in AcpiDbCommandDispatch()606 switch (CommandIndex) in AcpiDbCommandDispatch()
407 u_int32_t CommandIndex; /* command number */ member