Lines Matching defs:use_case_verb
189 struct use_case_verb { struct
190 struct list_head list;
192 unsigned int active: 1;
194 char *name;
195 char *comment;
198 struct list_head enable_list;
199 struct list_head disable_list;
202 struct list_head transition_list;
204 struct list_head device_list;
207 struct list_head cmpt_device_list;
210 struct list_head modifier_list;
213 struct list_head value_list;
216 struct list_head rename_list;
217 struct list_head remove_list;