Lines Matching defs:bus_id
1032 int bus_id, unit_id;
1057 bus_id = 0;
1077 bus_id = strtol(buf, NULL, 0);
1078 if (bus_id < 0) {
1263 if (bus_id != 0 || unit_id != -1) {
1271 bus_id = 0;
1274 bus_id = index / max_devs;
1284 while (drive_get_index(type, bus_id, unit_id) != -1) {
1288 bus_id++;
1305 if (drive_get_index(type, bus_id, unit_id) != -1)
1314 devname, bus_id, mediastr, unit_id);
1322 drives_table[drives_table_idx].bus = bus_id;