Searched refs:db_cmd_table (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/sys/ddb/ |
| H A D | db_command.c | 157 struct command_table db_cmd_table = LIST_HEAD_INITIALIZER(db_cmd_table); variable 207 db_command_register(&db_cmd_table, &db_cmds[i]); in db_command_init() 401 if (cmd_table == &db_cmd_table) { in db_command() 534 db_command(&db_last_command, &db_cmd_table, /* dopager */ 1); in db_command_loop() 552 db_command(&db_last_command, &db_cmd_table, /* dopager */ 0); in db_command_script()
|
| H A D | ddb.h | 103 extern struct command_table db_cmd_table; 172 _DB_FUNC(_cmd, cmd_name, func_name, db_cmd_table, 0, NULL) 174 _DB_SET(_cmd, alias_name, func_name, db_cmd_table, 0, NULL)
|
| /freebsd-12.1/sys/dev/bxe/ |
| H A D | bxe_debug.c | 296 _DB_SET(_cmd, bxe, bxe_ddb, db_cmd_table, CS_OWN, NULL);
|
| /freebsd-12.1/sys/dev/aic7xxx/ |
| H A D | aic79xx_osm.c | 1485 DB_FUNC(ahd_out, ahd_ddb_out, db_cmd_table, CS_MORE, NULL) in DB_FUNC() argument
|