Searched defs:drv1 (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dblock.c164 BlockDriver *drv1; local
165 for(drv1 = first_drv; drv1 != NULL; drv1 = drv1->next) {
166 if (!strcmp(drv1->format_name, format_name))
167 return drv1;
226 BlockDriver *drv1; local
244 for(drv1 = first_drv; drv1 !
277 BlockDriver *drv1, *drv; local
[all...]

Completed in 133 milliseconds