Home | History | Annotate | Download | only in qemu

Lines Matching refs:bus_id

2332     int bus_id, unit_id;
2357 bus_id = 0;
2377 bus_id = strtol(buf, NULL, 0);
2378 if (bus_id < 0) {
2563 if (bus_id != 0 || unit_id != -1) {
2571 bus_id = 0;
2574 bus_id = index / max_devs;
2584 while (drive_get_index(type, bus_id, unit_id) != -1) {
2588 bus_id++;
2605 if (drive_get_index(type, bus_id, unit_id) != -1)
2614 devname, bus_id, mediastr, unit_id);
2622 drives_table[drives_table_idx].bus = bus_id;