Lines Matching refs:set
64 struct idset *set;
75 if (cb->set)
76 idset_sch_del(cb->set, sch->schid);
87 if (idset_sch_contains(cb->set, schid))
124 cb.set = NULL;
129 cb.set = idset_sch_new();
130 if (!cb.set)
134 idset_fill(cb.set);
144 idset_free(cb.set);
186 "at devno %04X, subchannel set %x\n",
529 * If stsch gets an exception, it means the current subchannel set
643 CIO_MSG_EVENT(0, "could not allocate slow subchannel set\n");
747 struct idset *set = data;
758 idset_sch_del(set, sch->schid);
765 struct idset *set = data;
769 idset_sch_del(set, sch->schid);
777 struct idset *set;
780 set = idset_sch_new();
781 if (!set) {
786 idset_fill(set);
789 bus_for_each_dev(&css_bus_type, NULL, set, __unset_validpath);
792 bus_for_each_dev(&css_bus_type, NULL, set, __unset_online);
800 idset_add_set(slow_subchannel_set, set);
804 idset_free(set);
1372 /* When driver_override is set, only bind to the matching driver */