Home
last modified time | relevance | path

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

/external/qemu/
Dblock.c164 BlockDriver *drv1; in bdrv_find_format() local
165 for(drv1 = first_drv; drv1 != NULL; drv1 = drv1->next) { in bdrv_find_format()
166 if (!strcmp(drv1->format_name, format_name)) in bdrv_find_format()
167 return drv1; in bdrv_find_format()
226 BlockDriver *drv1; in find_protocol() local
244 for(drv1 = first_drv; drv1 != NULL; drv1 = drv1->next) { in find_protocol()
245 if (drv1->protocol_name && in find_protocol()
246 !strcmp(drv1->protocol_name, protocol)) in find_protocol()
247 return drv1; in find_protocol()
277 BlockDriver *drv1, *drv; in find_image_format() local
[all …]