Lines Matching refs:drives_table_idx
848 int drives_table_idx;
1126 drives_table_idx = drive_get_free_idx();
1127 drives_table[drives_table_idx].bdrv = bdrv;
1128 drives_table[drives_table_idx].type = type;
1129 drives_table[drives_table_idx].bus = bus_id;
1130 drives_table[drives_table_idx].unit = unit_id;
1131 drives_table[drives_table_idx].onerror = onerror;
1132 drives_table[drives_table_idx].drive_opt_idx = arg - drives_opt;
1133 strncpy(drives_table[drives_table_idx].serial, serial, sizeof(serial));
1185 return drives_table_idx;