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

/freebsd-13-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbinput.c900 UINT32 CommandIndex; local
916 CommandIndex = AcpiDbMatchCommand (AcpiGbl_DbArgs[0]);
923 if (CommandIndex != CMD_HISTORY_LAST)
930 if (ParamCount < AcpiGbl_DbCommands[CommandIndex].MinArgs)
933 ParamCount, AcpiGbl_DbCommands[CommandIndex].Name,
934 AcpiGbl_DbCommands[CommandIndex].MinArgs);
937 AcpiGbl_DbCommands[CommandIndex].Name, FALSE);
943 switch (CommandIndex)
/freebsd-13-stable/sys/dev/iir/
H A Diir.h409 u_int32_t CommandIndex; /* command number */ member in struct:gdt_ucmd

Completed in 53 milliseconds