Searched defs:manage_ops (Results 1 – 2 of 2) sorted by relevance
139 struct manage_ops { struct140 uint32_t op_id;141 void *op_data;142 int expected_result;
52 struct manage_ops *manage_ops, unsigned n_ops) in test_table_type()