Lines Matching refs:command_table
89 struct command_table db_show_active_table =
95 struct command_table db_show_all_table =
105 struct command_table db_show_table = LIST_HEAD_INITIALIZER(db_show_table);
158 struct command_table db_cmd_table = LIST_HEAD_INITIALIZER(db_cmd_table);
192 static void db_cmd_list(struct command_table *table);
193 static int db_cmd_search(char *name, struct command_table *table,
196 struct command_table *cmd_table, int dopager);
223 db_command_register(struct command_table *list, struct command *cmd) in db_command_register()
254 db_command_unregister(struct command_table *list, struct command *cmd) in db_command_unregister()
307 db_cmd_search(char *name, struct command_table *table, struct command **cmdp) in db_cmd_search()
328 db_cmd_list(struct command_table *table) in db_cmd_list()
354 db_command(struct command **last_cmdp, struct command_table *cmd_table, in db_command()