Home
last modified time | relevance | path

Searched refs:db_cmd_table (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/sys/ddb/
HDdb_command.c145 struct command_table db_cmd_table = LIST_HEAD_INITIALIZER(db_cmd_table); variable
195 db_command_register(&db_cmd_table, &db_cmds[i]); in db_command_init()
386 if (cmd_table == &db_cmd_table) { in db_command()
519 db_command(&db_last_command, &db_cmd_table, /* dopager */ 1); in db_command_loop()
537 db_command(&db_last_command, &db_cmd_table, /* dopager */ 0); in db_command_script()
HDddb.h97 extern struct command_table db_cmd_table;
166 _DB_FUNC(_cmd, cmd_name, func_name, db_cmd_table, 0, NULL)
168 _DB_SET(_cmd, alias_name, func_name, db_cmd_table, 0, NULL)
/freebsd-11-stable/sys/dev/bxe/
HDbxe_debug.c294 _DB_SET(_cmd, bxe, bxe_ddb, db_cmd_table, CS_OWN, NULL);
/freebsd-11-stable/sys/dev/aic7xxx/
HDaic79xx_osm.c1485 DB_FUNC(ahd_out, ahd_ddb_out, db_cmd_table, CS_MORE, NULL) in DB_FUNC() argument