Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/ddb/
HDdb_command.c97 struct db_command_table db_show_active_table = variable
98 LIST_HEAD_INITIALIZER(db_show_active_table);
107 DB_TABLE("active", &db_show_active_table),
223 db_command_register(&db_show_active_table, in db_command_init()