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

/freebsd-13-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbinput.c275 static const ACPI_DB_COMMAND_INFO AcpiGbl_DbCommands[] = variable
862 for (i = CMD_FIRST_VALID; AcpiGbl_DbCommands[i].Name; i++)
865 ACPI_CAST_PTR (char, AcpiGbl_DbCommands[i].Name), UserCommand) ==
866 AcpiGbl_DbCommands[i].Name)
930 if (ParamCount < AcpiGbl_DbCommands[CommandIndex].MinArgs)
933 ParamCount, AcpiGbl_DbCommands[CommandIndex].Name,
934 AcpiGbl_DbCommands[CommandIndex].MinArgs);
937 AcpiGbl_DbCommands[CommandIndex].Name, FALSE);

Completed in 41 milliseconds