Lines Matching defs:busid
59 * <busid> : [0-0a-f]\.[0-9a-f]\.(0x)?[0-9a-fA-F]+
63 * <busid-range> : <busid>(-<busid>)?<feature_list>?
64 * <devices> : <devno-range>|<busid-range>
132 * Read a device busid/devno from a string.
139 /* Interpret ipldev busid */
161 /* New style x.y.z busid */
405 * Add a devmap for the device specified by busid. It is possible that
474 * Check if busid has been added to the list of dasd ranges.
803 copy->entry[i].busid, DASD_BUS_ID_SIZE) == 0) {
2071 strscpy(prim_busid, copy->entry[i].busid,
2083 copy->entry[i].busid);
2093 char *busid, bool primary)
2101 strncmp(copy->entry[i].busid, busid, DASD_BUS_ID_SIZE) == 0)
2111 strscpy(copy->entry[i].busid, busid, DASD_BUS_ID_SIZE);
2123 char *busid)
2131 strncmp(copy->entry[i].busid, busid, DASD_BUS_ID_SIZE) == 0)
2140 memset(copy->entry[i].busid, 0, DASD_BUS_ID_SIZE);
2176 if (strlen(copy->entry[i].busid) == 0)
2183 devmap = dasd_find_busid_locked(copy->entry[i].busid);
2185 memset(copy->entry[i].busid, 0, DASD_BUS_ID_SIZE);