Lines Matching defs:xold
2587 struct use_case_device *xold, *xnew;
2602 xold = find_device(uc_mgr, uc_mgr->active_verb, old_device, 1);
2603 if (xold == NULL)
2605 list_del(&xold->active_list);
2607 list_add_tail(&xold->active_list, &uc_mgr->active_devices);
2611 list_for_each(pos, &xold->transition_list) {
2616 &xold->value_list,
2620 list_del(&xold->active_list);
2628 err = set_device(uc_mgr, xold, 0);
2642 struct use_case_modifier *xold, *xnew;
2657 xold = find_modifier(uc_mgr, uc_mgr->active_verb, old_modifier, 1);
2658 if (xold == NULL)
2664 list_for_each(pos, &xold->transition_list) {
2669 &xold->value_list,
2673 list_del(&xold->active_list);
2681 err = set_modifier(uc_mgr, xold, 0);