db_command 325 arch/i386/i386/db_interface.c struct db_command db_acpi_cmds[] = {
db_command 334 arch/i386/i386/db_interface.c struct db_command db_machine_command_table[] = {
db_command 102 ddb/db_command.c db_cmd_search(char *name, struct db_command *table, struct db_command **cmdp)
db_command 104 ddb/db_command.c struct db_command *cmd;
db_command 141 ddb/db_command.c db_cmd_list(struct db_command *table)
db_command 143 ddb/db_command.c struct db_command *cmd;
db_command 152 ddb/db_command.c db_command(struct db_command **last_cmdp, struct db_command *cmd_table)
db_command 154 ddb/db_command.c struct db_command *cmd;
db_command 417 ddb/db_command.c struct db_command db_show_all_cmds[] = {
db_command 424 ddb/db_command.c struct db_command db_show_cmds[] = {
db_command 444 ddb/db_command.c struct db_command db_boot_cmds[] = {
db_command 454 ddb/db_command.c struct db_command db_command_table[] = {
db_command 494 ddb/db_command.c void db_machine_commands_install(struct db_command *ptr)
db_command 502 ddb/db_command.c struct db_command *db_last_command = 0;
db_command 37 ddb/db_command.h struct db_command;
db_command 38 ddb/db_command.h int db_cmd_search(char *, struct db_command *, struct db_command **);
db_command 39 ddb/db_command.h void db_cmd_list(struct db_command *);
db_command 40 ddb/db_command.h void db_command(struct db_command **, struct db_command *);
db_command 52 ddb/db_command.h void db_machine_commands_install(struct db_command *);
db_command 72 ddb/db_command.h struct db_command {
db_command 81 ddb/db_command.h struct db_command *more; /* another level of command */