Searched refs:db_show_all_table (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/ddb/
H A Dddb.h99 extern struct command_table db_show_all_table;
174 _DB_FUNC(_show_all, cmd_name, func_name, db_show_all_table, 0, NULL)
176 _DB_SET(_show_all, alias_name, func_name, db_show_all_table, 0, NULL)
H A Ddb_command.c85 struct command_table db_show_all_table = variable in typeref:struct:command_table
86 LIST_HEAD_INITIALIZER(db_show_all_table);
89 { "all", 0, 0, &db_show_all_table },
199 db_command_register(&db_show_all_table, &db_show_all_cmds[i]);

Completed in 183 milliseconds