HomeSort by relevance Sort by last modified time
    Searched defs:drives_opt (Results 1 - 2 of 2) sorted by null

  /external/qemu/
vl.c 254 struct drive_opt drives_opt[MAX_DRIVES]; variable in typeref:struct:drive_opt
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;
    [all...]
vl-android.c 327 struct drive_opt drives_opt[MAX_DRIVES]; variable in typeref:struct:drive_opt
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;
    [all...]

Completed in 363 milliseconds