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

/freebsd-11-stable/sys/ddb/
H A Dddb.h136 { db_command_register(&list, &__CONCAT(_name,_suffix)); } \
227 void db_command_register(struct command_table *, struct command *);
H A Ddb_command.c195 db_command_register(&db_cmd_table, &db_cmds[i]);
197 db_command_register(&db_show_table, &db_show_cmds[i]);
199 db_command_register(&db_show_all_table, &db_show_all_cmds[i]);
207 db_command_register(struct command_table *list, struct command *cmd) function
235 * Remove a command previously registered with db_command_register.

Completed in 119 milliseconds