Lines Matching refs:command_table
88 struct command_table db_show_active_table =
94 struct command_table db_show_all_table =
104 struct command_table db_show_table = LIST_HEAD_INITIALIZER(db_show_table);
157 struct command_table db_cmd_table = LIST_HEAD_INITIALIZER(db_cmd_table);
191 static void db_cmd_list(struct command_table *table);
192 static int db_cmd_search(char *name, struct command_table *table,
195 struct command_table *cmd_table, int dopager);
222 db_command_register(struct command_table *list, struct command *cmd) in db_command_register()
253 db_command_unregister(struct command_table *list, struct command *cmd) in db_command_unregister()
306 db_cmd_search(char *name, struct command_table *table, struct command **cmdp) in db_cmd_search()
327 db_cmd_list(struct command_table *table) in db_cmd_list()
353 db_command(struct command **last_cmdp, struct command_table *cmd_table, in db_command()