Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/components/debugger/
H A Ddbinput.c902 UINT32 CommandIndex; in AcpiDbCommandDispatch() local
918 CommandIndex = AcpiDbMatchCommand (AcpiGbl_DbArgs[0]); in AcpiDbCommandDispatch()
925 if (CommandIndex != CMD_HISTORY_LAST) in AcpiDbCommandDispatch()
932 if (ParamCount < AcpiGbl_DbCommands[CommandIndex].MinArgs) in AcpiDbCommandDispatch()
935 ParamCount, AcpiGbl_DbCommands[CommandIndex].Name, in AcpiDbCommandDispatch()
936 AcpiGbl_DbCommands[CommandIndex].MinArgs); in AcpiDbCommandDispatch()
939 AcpiGbl_DbCommands[CommandIndex].Name, FALSE); in AcpiDbCommandDispatch()
945 switch (CommandIndex) in AcpiDbCommandDispatch()
/dragonfly/sys/dev/raid/iir/
H A Diir.h404 u_int32_t CommandIndex; /* command number */ member