db_command
const struct db_command db_machine_command_table[] = {
const struct db_command db_acpi_cmds[] = {
const struct db_command db_machine_command_table[] = {
const struct db_command db_machine_command_table[] = {
const struct db_command db_machine_command_table[] = {
const struct db_command db_acpi_cmds[] = {
const struct db_command db_machine_command_table[] = {
const struct db_command db_machine_command_table[] = {
const struct db_command db_machine_command_table[] = {
const struct db_command db_machine_command_table[] = {
const struct db_command db_machine_command_table[] = {
const struct db_command db_machine_command_table[] = {
const struct db_command db_machine_command_table[] = {
const struct db_command db_machine_command_table[] = {
db_cmd_search(char *name, const struct db_command *table,
const struct db_command **cmdp)
const struct db_command *cmd;
db_cmd_list(const struct db_command *table)
const struct db_command *cmd;
db_command(const struct db_command **last_cmdp,
const struct db_command *cmd_table)
const struct db_command *cmd;
const struct db_command db_show_all_cmds[] = {
const struct db_command db_show_cmds[] = {
const struct db_command db_boot_cmds[] = {
const struct db_command db_command_table[] = {
const struct db_command *db_last_command = NULL;
db_command(&db_last_command, db_command_table);
int db_cmd_search(char *, const struct db_command *,
const struct db_command **);
void db_cmd_list(const struct db_command *);
struct db_command;
void db_command(const struct db_command **, const struct db_command *);
const struct db_command *more; /* another level of command */
extern const struct db_command db_machine_command_table[];