Searched defs:dispatch_table (Results 1 – 3 of 3) sorted by relevance
91 static struct dispatch_table { struct92 const char *dt_comm;93 int (*dt_act)(struct ctrl_msg_pl *cp);
106 static struct dispatch_table { struct107 const char *dt_comm;108 int (*dt_act)(int, char **);
1387 static const struct work_item_dispatch dispatch_table[] = { variable