Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/contrib/dev/acpica/debugger/
Ddbinput.c576 UINT32 CommandIndex; in AcpiDbCommandDispatch() local
590 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()
/freebsd-9-stable/sys/dev/iir/
Diir.h407 u_int32_t CommandIndex; /* command number */ member