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

/freebsd-12-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbinput.c897 UINT32 CommandIndex; local
913 CommandIndex = AcpiDbMatchCommand (AcpiGbl_DbArgs[0]);
920 if (CommandIndex != CMD_HISTORY_LAST)
927 if (ParamCount < AcpiGbl_DbCommands[CommandIndex].MinArgs)
930 ParamCount, AcpiGbl_DbCommands[CommandIndex].Name,
931 AcpiGbl_DbCommands[CommandIndex].MinArgs);
934 AcpiGbl_DbCommands[CommandIndex].Name, FALSE);
940 switch (CommandIndex)
/freebsd-12-stable/sys/dev/iir/
H A Diir.h409 u_int32_t CommandIndex; /* command number */ member in struct:gdt_ucmd

Completed in 111 milliseconds