Symbol: db_command
sys/arch/alpha/alpha/db_interface.c
88
const struct db_command db_machine_command_table[] = {
sys/arch/amd64/amd64/db_interface.c
398
const struct db_command db_acpi_cmds[] = {
sys/arch/amd64/amd64/db_interface.c
407
const struct db_command db_machine_command_table[] = {
sys/arch/arm/arm/db_interface.c
340
const struct db_command db_machine_command_table[] = {
sys/arch/arm64/arm64/db_interface.c
514
const struct db_command db_machine_command_table[] = {
sys/arch/i386/i386/db_interface.c
311
const struct db_command db_acpi_cmds[] = {
sys/arch/i386/i386/db_interface.c
320
const struct db_command db_machine_command_table[] = {
sys/arch/m88k/m88k/db_interface.c
634
const struct db_command db_machine_command_table[] = {
sys/arch/mips64/mips64/db_machdep.c
499
const struct db_command db_machine_command_table[] = {
sys/arch/powerpc/ddb/db_interface.c
224
const struct db_command db_machine_command_table[] = {
sys/arch/powerpc64/powerpc64/db_interface.c
70
const struct db_command db_machine_command_table[] = {
sys/arch/riscv64/riscv64/db_interface.c
414
const struct db_command db_machine_command_table[] = {
sys/arch/sh/sh/db_interface.c
76
const struct db_command db_machine_command_table[] = {
sys/arch/sparc64/sparc64/db_interface.c
1119
const struct db_command db_machine_command_table[] = {
sys/ddb/db_command.c
150
db_cmd_search(char *name, const struct db_command *table,
sys/ddb/db_command.c
151
const struct db_command **cmdp)
sys/ddb/db_command.c
153
const struct db_command *cmd;
sys/ddb/db_command.c
185
db_cmd_list(const struct db_command *table)
sys/ddb/db_command.c
187
const struct db_command *cmd;
sys/ddb/db_command.c
196
db_command(const struct db_command **last_cmdp,
sys/ddb/db_command.c
197
const struct db_command *cmd_table)
sys/ddb/db_command.c
199
const struct db_command *cmd;
sys/ddb/db_command.c
593
const struct db_command db_show_all_cmds[] = {
sys/ddb/db_command.c
615
const struct db_command db_show_cmds[] = {
sys/ddb/db_command.c
654
const struct db_command db_boot_cmds[] = {
sys/ddb/db_command.c
664
const struct db_command db_command_table[] = {
sys/ddb/db_command.c
706
const struct db_command *db_last_command = NULL;
sys/ddb/db_command.c
746
db_command(&db_last_command, db_command_table);
sys/ddb/db_command.c
82
int db_cmd_search(char *, const struct db_command *,
sys/ddb/db_command.c
83
const struct db_command **);
sys/ddb/db_command.c
84
void db_cmd_list(const struct db_command *);
sys/ddb/db_command.h
36
struct db_command;
sys/ddb/db_command.h
41
void db_command(const struct db_command **, const struct db_command *);
sys/ddb/db_command.h
57
const struct db_command *more; /* another level of command */
sys/ddb/db_command.h
61
extern const struct db_command db_machine_command_table[];