Searched defs:op_table_entry (Results 1 – 4 of 4) sorted by relevance
530 struct op_table_entry { struct532 char *name;535 char *desc;545 void (*setup)(uint8_t **buf, size_t *len, void **out1, void **out2);571 static struct op_table_entry ops[] = { argument
545 struct op_table_entry { struct547 char *name;550 char *desc;560 void (*setup)(uint8_t **buf, size_t *len, void **out1, void **out2);586 static struct op_table_entry ops[] = { argument
487 struct op_table_entry { struct489 char *name;499 void (*setup)(uint8_t **buf, size_t *len, void **out1, void **out2);525 static struct op_table_entry ops[] = { argument
3768 struct op_table_entry { struct3777 struct op_table_entry *op_table; argument