OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drives_table_idx
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
vl-android.c
1045
int
drives_table_idx
;
local
[
all
...]
vl.c
848
int
drives_table_idx
;
local
1126
drives_table_idx
= drive_get_free_idx();
1127
drives_table[
drives_table_idx
].bdrv = bdrv;
1128
drives_table[
drives_table_idx
].type = type;
1129
drives_table[
drives_table_idx
].bus = bus_id;
1130
drives_table[
drives_table_idx
].unit = unit_id;
1131
drives_table[
drives_table_idx
].onerror = onerror;
1132
drives_table[
drives_table_idx
].drive_opt_idx = arg - drives_opt;
1133
strncpy(drives_table[
drives_table_idx
].serial, serial, sizeof(serial));
1185
return
drives_table_idx
;
[
all
...]
Completed in 26 milliseconds