Lines Matching refs:db_command
143 static const struct db_command db_command_table[];
144 static const struct db_command db_show_cmds[];
148 extern const struct db_command db_machine_command_table[];
156 const struct db_command *db_cmd; /* cmd table */
192 const struct db_command **);
193 static int db_cmd_search_table(const char *, const struct db_command *,
194 const struct db_command **);
196 static const struct db_command *db_read_command(void);
197 static void db_command(const struct db_command **);
236 static const struct db_command db_show_cmds[] = {
348 static const struct db_command db_command_table[] = {
441 static const struct db_command *db_last_command = NULL;
457 const struct db_command *dummy = NULL; in db_execute_commandlist()
466 db_command(&dummy); in db_execute_commandlist()
501 db_register_tbl(uint8_t type, const struct db_command *cmd_tbl) in db_register_tbl()
550 db_unregister_tbl(uint8_t type,const struct db_command *cmd_tbl) in db_unregister_tbl()
629 db_command(&db_last_command); in db_command_loop()
640 const struct db_command *table, in db_cmd_search_table()
641 const struct db_command **cmdp) in db_cmd_search_table()
644 const struct db_command *cmd; in db_cmd_search_table()
690 const struct db_command **cmdp) in db_cmd_search()
693 const struct db_command *found_command; in db_cmd_search()
702 const struct db_command *cmd; in db_cmd_search()
762 const struct db_command *table; in db_cmd_list()
816 static const struct db_command *
819 const struct db_command *command; in db_read_command()
858 db_command(const struct db_command **last_cmdp) in db_command() function
863 const struct db_command *command; in db_command()
998 const struct db_command *command; in db_help_print_cmd()