Searched defs:testdef (Results 1 – 7 of 7) sorted by relevance
140 typedef struct testdef { struct148 } testdef_t; argument
25 typedef struct testdef { struct29 } testdef_t; argument
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);
206 struct testdef { struct207 const char *name;208 void (*test)(struct kvm_vcpu *vcpu);
653 struct testdef { struct654 const char *name;655 void (*test)(void);
1059 struct testdef { in main() struct1060 const char *name; in main()1061 void (*test)(void); in main()1062 bool requirements_met; in main()