Searched defs:use_case_verb (Results 1 – 1 of 1) sorted by relevance
193 struct use_case_verb { struct194 struct list_head list;196 unsigned int active: 1;198 char *name;199 char *comment;202 struct list_head enable_list;203 struct list_head disable_list;206 struct list_head transition_list;208 struct list_head device_list;211 struct list_head cmpt_device_list;[all …]