Home
last modified time | relevance | path

Searched refs:drives_opt (Results 1 – 3 of 3) sorted by relevance

/external/qemu/
Dvl.c254 struct drive_opt drives_opt[MAX_DRIVES]; variable
712 if (!drives_opt[index].used) { in drive_opt_get_free_idx()
713 drives_opt[index].used = 1; in drive_opt_get_free_idx()
743 drives_opt[index].file = file; in drive_add()
745 vsnprintf(drives_opt[index].opt, in drive_add()
746 sizeof(drives_opt[0].opt), fmt, ap); in drive_add()
755 drives_opt[index].used = 0; in drive_remove()
1132 drives_table[drives_table_idx].drive_opt_idx = arg - drives_opt; in drive_init()
2285 snprintf(drives_opt[hda_index].opt, in main()
2286 sizeof(drives_opt[hda_index].opt), in main()
Dsysemu.h176 extern struct drive_opt drives_opt[MAX_DRIVES];
Dvl-android.c327 struct drive_opt drives_opt[MAX_DRIVES]; variable
909 if (!drives_opt[index].used) { in drive_opt_get_free_idx()
910 drives_opt[index].used = 1; in drive_opt_get_free_idx()
940 drives_opt[index].file = file; in drive_add()
942 vsnprintf(drives_opt[index].opt, in drive_add()
943 sizeof(drives_opt[0].opt), fmt, ap); in drive_add()
952 drives_opt[index].used = 0; in drive_remove()
1329 drives_table[drives_table_idx].drive_opt_idx = arg - drives_opt; in drive_init()