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

  /external/qemu/include/sysemu/
sysemu.h 204 extern struct drive_opt drives_opt[MAX_DRIVES];
  /external/qemu/
vl-android.c 321 struct drive_opt drives_opt[MAX_DRIVES]; variable in typeref:struct:drive_opt
611 if (!drives_opt[index].used) {
612 drives_opt[index].used = 1;
642 drives_opt[index].file = file;
644 vsnprintf(drives_opt[index].opt,
645 sizeof(drives_opt[0].opt), fmt, ap);
654 drives_opt[index].used = 0;
1031 drives_table[drives_table_idx].drive_opt_idx = arg - drives_opt;
    [all...]

Completed in 243 milliseconds