Searched defs:testdef (Results 1 – 6 of 6) sorted by relevance
232 struct testdef { struct233 const char *subfunc_name;234 u8 *subfunc_array;235 size_t array_size;236 testfunc_t test;237 int facility_bit;
118 static struct testdef { struct119 const char *name;120 void (*test)(void);
284 struct testdef { struct285 const char *name;286 void (*test)(void);287 bool needs_cap;
138 static struct testdef { struct139 const char *name;140 void (*test)(void);
648 struct testdef { struct 649 nametestdef global() argument 650 testtestdef global() argument
1086 struct testdef { in main() struct1087 const char *name; in main()1088 void (*test)(void); in main()1089 bool requirements_met; in main()