Searched defs:db_command (Results 1 – 2 of 2) sorted by relevance
122 struct db_command { struct134 struct db_command_table *more; /* another level of command */ argument135 LIST_ENTRY(db_command) next; /* next entry in the command table */ argument146 static struct db_command db_##_table##_##_name##_cmd = { \ argument
378 db_command(struct db_command **last_cmdp, struct db_command_table *cmd_table, in db_command() function