Home | History | Annotate | Download | only in qemu

Lines Matching refs:drives_opt

254 struct drive_opt drives_opt[MAX_DRIVES];
712 if (!drives_opt[index].used) {
713 drives_opt[index].used = 1;
743 drives_opt[index].file = file;
745 vsnprintf(drives_opt[index].opt,
746 sizeof(drives_opt[0].opt), fmt, ap);
755 drives_opt[index].used = 0;
1132 drives_table[drives_table_idx].drive_opt_idx = arg - drives_opt;
2285 snprintf(drives_opt[hda_index].opt,
2286 sizeof(drives_opt[hda_index].opt),