Home | History | Annotate | Download | only in qemu

Lines Matching refs:drives_opt

327 struct drive_opt drives_opt[MAX_DRIVES];
909 if (!drives_opt[index].used) {
910 drives_opt[index].used = 1;
940 drives_opt[index].file = file;
942 vsnprintf(drives_opt[index].opt,
943 sizeof(drives_opt[0].opt), fmt, ap);
952 drives_opt[index].used = 0;
1329 drives_table[drives_table_idx].drive_opt_idx = arg - drives_opt;