Searched defs:use_case_verb (Results 1 – 1 of 1) sorted by relevance
189 struct use_case_verb { struct190 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;[all …]