Home | History | Annotate | Download | only in qemu

Lines Matching refs:bus_id

2203     int bus_id, unit_id;
2228 bus_id = 0;
2248 bus_id = strtol(buf, NULL, 0);
2249 if (bus_id < 0) {
2434 if (bus_id != 0 || unit_id != -1) {
2442 bus_id = 0;
2445 bus_id = index / max_devs;
2455 while (drive_get_index(type, bus_id, unit_id) != -1) {
2459 bus_id++;
2476 if (drive_get_index(type, bus_id, unit_id) != -1)
2485 devname, bus_id, mediastr, unit_id);
2493 drives_table[drives_table_idx].bus = bus_id;