Symbol: db_command
sys/arch/aarch64/aarch64/db_machdep.c
108
const struct db_command db_machine_command_table[] = {
sys/arch/alpha/alpha/db_interface.c
96
const struct db_command db_machine_command_table[] = {
sys/arch/amd64/amd64/db_interface.c
84
const struct db_command db_machine_command_table[] = {
sys/arch/arm/arm32/db_machdep.c
115
const struct db_command db_machine_command_table[] = {
sys/arch/hppa/hppa/db_machdep.c
122
const struct db_command db_machine_command_table[] = {
sys/arch/i386/i386/db_interface.c
85
const struct db_command db_machine_command_table[] = {
sys/arch/ia64/ia64/db_interface.c
116
const struct db_command db_machine_command_table[] = {
sys/arch/mips/mips/db_interface.c
884
const struct db_command db_machine_command_table[] = {
sys/arch/powerpc/powerpc/db_interface.c
108
const struct db_command db_machine_command_table[] = {
sys/arch/riscv/riscv/db_interface.c
88
const struct db_command db_machine_command_table[] = {
sys/arch/sh3/sh3/db_interface.c
101
const struct db_command db_machine_command_table[] = {
sys/arch/sparc/sparc/db_interface.c
439
const struct db_command db_machine_command_table[] = {
sys/arch/sparc/sparc/db_machdep.c
125
const struct db_command db_machine_command_table[] = {
sys/arch/sparc64/sparc64/db_interface.c
1045
const struct db_command db_machine_command_table[] = {
sys/arch/sparc64/sparc64/db_machdep.c
227
const struct db_command db_machine_command_table[] = {
sys/arch/sun2/sun2/db_machdep.c
60
const struct db_command db_machine_command_table[] = {
sys/arch/sun3/sun3/db_machdep.c
59
const struct db_command db_machine_command_table[] = {
sys/arch/vax/vax/db_machdep.c
636
const struct db_command db_machine_command_table[] = {
sys/ddb/db_command.c
1000
const struct db_command *command;
sys/ddb/db_command.c
143
static const struct db_command db_command_table[];
sys/ddb/db_command.c
144
static const struct db_command db_show_cmds[];
sys/ddb/db_command.c
148
extern const struct db_command db_machine_command_table[];
sys/ddb/db_command.c
156
const struct db_command *db_cmd; /* cmd table */
sys/ddb/db_command.c
192
const struct db_command **);
sys/ddb/db_command.c
193
static int db_cmd_search_table(const char *, const struct db_command *,
sys/ddb/db_command.c
194
const struct db_command **);
sys/ddb/db_command.c
196
static const struct db_command *db_read_command(void);
sys/ddb/db_command.c
197
static void db_command(const struct db_command **);
sys/ddb/db_command.c
236
static const struct db_command db_show_cmds[] = {
sys/ddb/db_command.c
348
static const struct db_command db_command_table[] = {
sys/ddb/db_command.c
441
static const struct db_command *db_last_command = NULL;
sys/ddb/db_command.c
457
const struct db_command *dummy = NULL;
sys/ddb/db_command.c
466
db_command(&dummy);
sys/ddb/db_command.c
501
db_register_tbl(uint8_t type, const struct db_command *cmd_tbl)
sys/ddb/db_command.c
550
db_unregister_tbl(uint8_t type,const struct db_command *cmd_tbl)
sys/ddb/db_command.c
631
db_command(&db_last_command);
sys/ddb/db_command.c
642
const struct db_command *table,
sys/ddb/db_command.c
643
const struct db_command **cmdp)
sys/ddb/db_command.c
646
const struct db_command *cmd;
sys/ddb/db_command.c
692
const struct db_command **cmdp)
sys/ddb/db_command.c
695
const struct db_command *found_command;
sys/ddb/db_command.c
704
const struct db_command *cmd;
sys/ddb/db_command.c
764
const struct db_command *table;
sys/ddb/db_command.c
818
static const struct db_command *
sys/ddb/db_command.c
821
const struct db_command *command;
sys/ddb/db_command.c
860
db_command(const struct db_command **last_cmdp)
sys/ddb/db_command.c
865
const struct db_command *command;
sys/ddb/db_command.h
106
int db_register_tbl(uint8_t, const struct db_command *);
sys/ddb/db_command.h
107
int db_unregister_tbl(uint8_t, const struct db_command *);
sys/ddb/db_command.h
77
struct db_command;
sys/dev/pci/veritefb.c
3721
static const struct db_command veritefb_db_commands[] = {
sys/dev/sbus/esp_sbus.c
687
const struct db_command db_esp_command_table[] = {
sys/dev/usb/usb.c
386
static const struct db_command db_usb_command_table[] = {
sys/modules/examples/ddbping/ddbping.c
46
static const struct db_command db_ping_base_tbl[] = {
sys/modules/examples/ddbping/ddbping.c
53
static const struct db_command db_ping_show_tbl[] = {