Searched defs:cmd_table (Results 1 – 6 of 6) sorted by relevance
45 typedef struct cmd_table { struct51 } cmd_table; argument
80 typedef struct cmd_table { struct86 } cmd_table; argument
169 } cmd_table[] = { variable
130 } cmd_table[] = { variable
87 static const struct procstat_cmd cmd_table[] = { variable
378 db_command(struct db_command **last_cmdp, struct db_command_table *cmd_table, in db_command()