Searched refs:bdrv_iterate_format (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/include/block/ |
H A D | block-global-state.h | 224 void bdrv_iterate_format(void (*it)(void *opaque, const char *name),
|
/openbmc/qemu/ |
H A D | blockdev.c | 545 bdrv_iterate_format(bdrv_format_print, NULL, false); in blockdev_init() 547 bdrv_iterate_format(bdrv_format_print, NULL, true); in blockdev_init()
|
H A D | qemu-img.c | 232 bdrv_iterate_format(format_print, NULL, false); in help()
|
H A D | block.c | 6151 void bdrv_iterate_format(void (*it)(void *opaque, const char *name), in bdrv_iterate_format() function
|