/netbsd-src/sys/ddb/ |
H A D | db_command.c | 143 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 D | db_command.h | 77 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 D | files.ddb | 25 file ddb/db_command.c ddb
|
/netbsd-src/sys/modules/examples/ddbping/ |
H A D | ddbping.c | 46 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 D | Makefile | 63 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 D | db_machdep.c | 60 const struct db_command db_machine_command_table[] = {
|
/netbsd-src/sys/arch/sun3/sun3/ |
H A D | db_machdep.c | 59 const struct db_command db_machine_command_table[] = {
|
/netbsd-src/sys/arch/riscv/riscv/ |
H A D | db_interface.c | 58 #include <ddb/db_command.h> 87 const struct db_command db_machine_command_table[] = {
|
/netbsd-src/sys/arch/sparc/sparc/ |
H A D | db_machdep.c | 125 const struct db_command db_machine_command_table[] = {
|
H A D | db_interface.c | 439 const struct db_command db_machine_command_table[] = {
|
/netbsd-src/sys/arch/amd64/amd64/ |
H A D | db_interface.c | 84 const struct db_command db_machine_command_table[] = {
|
/netbsd-src/sys/arch/sparc64/sparc64/ |
H A D | db_machdep.c | 227 const struct db_command db_machine_command_table[] = {
|
H A D | db_interface.c | 1043 const struct db_command db_machine_command_table[] = {
|
/netbsd-src/sys/arch/i386/i386/ |
H A D | db_interface.c | 66 #include <ddb/db_command.h> 85 const struct db_command db_machine_command_table[] = {
|
/netbsd-src/sys/arch/hppa/hppa/ |
H A D | db_machdep.c | 122 const struct db_command db_machine_command_table[] = {
|
/netbsd-src/sys/arch/alpha/alpha/ |
H A D | db_interface.c | 96 const struct db_command db_machine_command_table[] = {
|
/netbsd-src/sys/arch/vax/vax/ |
H A D | db_machdep.c | 632 const struct db_command db_machine_command_table[] = {
|
/netbsd-src/sys/arch/ia64/ia64/ |
H A D | db_interface.c | 116 const struct db_command db_machine_command_table[] = {
|
/netbsd-src/sys/arch/arm/arm32/ |
H A D | db_machdep.c | 115 const struct db_command db_machine_command_table[] = {
|
/netbsd-src/sys/arch/sh3/sh3/ |
H A D | db_interface.c | 101 const struct db_command db_machine_command_table[] = {
|
/netbsd-src/sys/dev/sbus/ |
H A D | esp_sbus.c | 687 const struct db_command db_esp_command_table[] = {
|
/netbsd-src/sys/arch/powerpc/powerpc/ |
H A D | db_interface.c | 51 #include <ddb/db_command.h> 106 const struct db_command db_machine_command_table[] = {
|
/netbsd-src/sys/arch/mips/mips/ |
H A D | db_interface.c | 881 const struct db_command db_machine_command_table[] = {
|
/netbsd-src/sys/arch/aarch64/aarch64/ |
H A D | db_machdep.c | 108 const struct db_command db_machine_command_table[] = {
|
/netbsd-src/sys/dev/usb/ |
H A D | usb.c | 386 static const struct db_command db_usb_command_table[] = {
|