Home | History | Annotate | Download | only in qemu

Lines Matching refs:drives_table_idx

1041     int drives_table_idx;
1319 drives_table_idx = drive_get_free_idx();
1320 drives_table[drives_table_idx].bdrv = bdrv;
1321 drives_table[drives_table_idx].type = type;
1322 drives_table[drives_table_idx].bus = bus_id;
1323 drives_table[drives_table_idx].unit = unit_id;
1324 drives_table[drives_table_idx].onerror = onerror;
1325 drives_table[drives_table_idx].drive_opt_idx = arg - drives_opt;
1326 strncpy(drives_table[drives_table_idx].serial, serial, sizeof(serial));
1379 return drives_table_idx;