Home
last modified time | relevance | path

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

/external/qemu/
Dblock.c169 BlockDriver *drv1; in bdrv_find_format() local
170 QLIST_FOREACH(drv1, &bdrv_drivers, list) { in bdrv_find_format()
171 if (!strcmp(drv1->format_name, format_name)) { in bdrv_find_format()
172 return drv1; in bdrv_find_format()
290 BlockDriver *drv1; in bdrv_find_protocol() local
304 drv1 = find_hdev_driver(filename); in bdrv_find_protocol()
305 if (drv1) { in bdrv_find_protocol()
306 return drv1; in bdrv_find_protocol()
324 QLIST_FOREACH(drv1, &bdrv_drivers, list) { in bdrv_find_protocol()
325 if (drv1->protocol_name && in bdrv_find_protocol()
[all …]