Home
last modified time | relevance | path

Searched refs:db_command (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/sys/ddb/
H A Ddb_command.c143 static const struct db_command db_command_table[];
144 static const struct db_command db_show_cmds[];
148 extern const struct db_command db_machine_command_table[];
156 const struct db_command *db_cmd; /* cmd table */
192 const struct db_command **);
193 static int db_cmd_search_table(const char *, const struct db_command *,
194 const struct db_command **);
196 static const struct db_command *db_read_command(void);
197 static void db_command(const struct db_command **);
236 static const struct db_command db_show_cmds[] = {
[all …]
H A Ddb_command.h77 struct db_command;
106 int db_register_tbl(uint8_t, const struct db_command *);
107 int db_unregister_tbl(uint8_t, const struct db_command *);
112 struct db_command { struct
H A Dfiles.ddb25 file ddb/db_command.c ddb
/netbsd-src/sys/modules/examples/ddbping/
H A Dddbping.c46 static const struct db_command db_ping_base_tbl[] = {
53 static const struct db_command db_ping_show_tbl[] = {
/netbsd-src/usr.sbin/crash/
H A DMakefile63 SRCS+= db_command.c db_lwp.c db_proc.c db_xxx.c db_cpu.c
142 COPTS.db_command.c+= ${CC_WNO_CAST_FUNCTION_TYPE}
/netbsd-src/sys/arch/sun2/sun2/
H A Ddb_machdep.c60 const struct db_command db_machine_command_table[] = {
/netbsd-src/sys/arch/sun3/sun3/
H A Ddb_machdep.c59 const struct db_command db_machine_command_table[] = {
/netbsd-src/sys/arch/riscv/riscv/
H A Ddb_interface.c58 #include <ddb/db_command.h>
87 const struct db_command db_machine_command_table[] = {
/netbsd-src/sys/arch/sparc/sparc/
H A Ddb_machdep.c125 const struct db_command db_machine_command_table[] = {
H A Ddb_interface.c439 const struct db_command db_machine_command_table[] = {
/netbsd-src/sys/arch/amd64/amd64/
H A Ddb_interface.c84 const struct db_command db_machine_command_table[] = {
/netbsd-src/sys/arch/sparc64/sparc64/
H A Ddb_machdep.c227 const struct db_command db_machine_command_table[] = {
H A Ddb_interface.c1043 const struct db_command db_machine_command_table[] = {
/netbsd-src/sys/arch/i386/i386/
H A Ddb_interface.c66 #include <ddb/db_command.h>
85 const struct db_command db_machine_command_table[] = {
/netbsd-src/sys/arch/hppa/hppa/
H A Ddb_machdep.c122 const struct db_command db_machine_command_table[] = {
/netbsd-src/sys/arch/alpha/alpha/
H A Ddb_interface.c96 const struct db_command db_machine_command_table[] = {
/netbsd-src/sys/arch/vax/vax/
H A Ddb_machdep.c632 const struct db_command db_machine_command_table[] = {
/netbsd-src/sys/arch/ia64/ia64/
H A Ddb_interface.c116 const struct db_command db_machine_command_table[] = {
/netbsd-src/sys/arch/arm/arm32/
H A Ddb_machdep.c115 const struct db_command db_machine_command_table[] = {
/netbsd-src/sys/arch/sh3/sh3/
H A Ddb_interface.c101 const struct db_command db_machine_command_table[] = {
/netbsd-src/sys/dev/sbus/
H A Desp_sbus.c687 const struct db_command db_esp_command_table[] = {
/netbsd-src/sys/arch/powerpc/powerpc/
H A Ddb_interface.c51 #include <ddb/db_command.h>
106 const struct db_command db_machine_command_table[] = {
/netbsd-src/sys/arch/mips/mips/
H A Ddb_interface.c881 const struct db_command db_machine_command_table[] = {
/netbsd-src/sys/arch/aarch64/aarch64/
H A Ddb_machdep.c108 const struct db_command db_machine_command_table[] = {
/netbsd-src/sys/dev/usb/
H A Dusb.c386 static const struct db_command db_usb_command_table[] = {