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

/freebsd-11.0-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbinput.c758 UINT32 CommandIndex; local
774 CommandIndex = AcpiDbMatchCommand (AcpiGbl_DbArgs[0]);
782 if (CommandIndex != CMD_HISTORY_LAST)
789 if (ParamCount < AcpiGbl_DbCommands[CommandIndex].MinArgs)
792 ParamCount, AcpiGbl_DbCommands[CommandIndex].Name,
793 AcpiGbl_DbCommands[CommandIndex].MinArgs);
796 AcpiGbl_DbCommands[CommandIndex].Name, FALSE);
802 switch (CommandIndex)
/freebsd-11.0-release/sys/dev/iir/
H A Diir.h407 u_int32_t CommandIndex; /* command number */ member in struct:gdt_ucmd

Completed in 102 milliseconds