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

  /external/qemu/
sysemu.h 176 extern struct drive_opt drives_opt[MAX_DRIVES];
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 323 struct drive_opt drives_opt[MAX_DRIVES]; variable in typeref:struct:drive_opt
905 if (!drives_opt[index].used) {
906 drives_opt[index].used = 1;
936 drives_opt[index].file = file;
938 vsnprintf(drives_opt[index].opt,
939 sizeof(drives_opt[0].opt), fmt, ap);
948 drives_opt[index].used = 0;
    [all...]

Completed in 5309 milliseconds