Searched refs:db_command (Results 1 – 23 of 23) sorted by relevance
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 …]
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
25 file ddb/db_command.c ddb
63 SRCS+= db_command.c db_lwp.c db_proc.c db_xxx.c db_cpu.c142 COPTS.db_command.c+= ${CC_WNO_CAST_FUNCTION_TYPE}
60 const struct db_command db_machine_command_table[] = {
59 const struct db_command db_machine_command_table[] = {
125 const struct db_command db_machine_command_table[] = {
439 const struct db_command db_machine_command_table[] = {
84 const struct db_command db_machine_command_table[] = {
227 const struct db_command db_machine_command_table[] = {
1043 const struct db_command db_machine_command_table[] = {
85 const struct db_command db_machine_command_table[] = {
122 const struct db_command db_machine_command_table[] = {
630 const struct db_command db_machine_command_table[] = {
96 const struct db_command db_machine_command_table[] = {
116 const struct db_command db_machine_command_table[] = {
115 const struct db_command db_machine_command_table[] = {
687 const struct db_command db_esp_command_table[] = {
101 const struct db_command db_machine_command_table[] = {
106 const struct db_command db_machine_command_table[] = {
881 const struct db_command db_machine_command_table[] = {
386 static const struct db_command db_usb_command_table[] = {
169 file sys/ddb/db_command.c : 1.86