Lines Matching defs:busid
57 * <busid> : [0-0a-f]\.[0-9a-f]\.(0x)?[0-9a-fA-F]+
61 * <busid-range> : <busid>(-<busid>)?<feature_list>?
62 * <devices> : <devno-range>|<busid-range>
130 * Read a device busid/devno from a string.
137 /* Interpret ipldev busid */
159 /* New style x.y.z busid */
403 * Add a devmap for the device specified by busid. It is possible that
472 * Check if busid has been added to the list of dasd ranges.
801 copy->entry[i].busid, DASD_BUS_ID_SIZE) == 0) {
2063 strscpy(prim_busid, copy->entry[i].busid,
2075 copy->entry[i].busid);
2085 char *busid, bool primary)
2093 strncmp(copy->entry[i].busid, busid, DASD_BUS_ID_SIZE) == 0)
2103 strscpy(copy->entry[i].busid, busid, DASD_BUS_ID_SIZE);
2115 char *busid)
2123 strncmp(copy->entry[i].busid, busid, DASD_BUS_ID_SIZE) == 0)
2132 memset(copy->entry[i].busid, 0, DASD_BUS_ID_SIZE);
2168 if (strlen(copy->entry[i].busid) == 0)
2175 devmap = dasd_find_busid_locked(copy->entry[i].busid);
2177 memset(copy->entry[i].busid, 0, DASD_BUS_ID_SIZE);