Home | History | Annotate | Download | only in ddb

Lines Matching defs:db_cmd

156 	const struct db_command *db_cmd;	/* cmd table */
164 { .db_cmd = db_command_table };
170 { .db_cmd = db_show_cmds };
177 { .db_cmd = db_machine_command_table };
516 list_ent->db_cmd=cmd_tbl;
547 * Remove command table specified with db_cmd address == cmd_tbl
571 if (list_ent->db_cmd == cmd_tbl){
705 found = db_cmd_search_table(name, list_ent->db_cmd, &cmd);
767 table = list_ent->db_cmd;
782 table = list_ent->db_cmd;