Searched refs:bdrv_probe (Results 1 - 13 of 13) sorted by relevance

/external/qemu/block/
H A Dparallels.c146 .bdrv_probe = parallels_probe,
H A Dcloop.c160 .bdrv_probe = cloop_probe,
H A Dbochs.c219 .bdrv_probe = bochs_probe,
H A Dcow.c307 .bdrv_probe = cow_probe,
H A Draw.c256 .bdrv_probe = raw_probe,
H A Ddmg.c301 .bdrv_probe = dmg_probe,
H A Dvpc.c623 .bdrv_probe = vpc_probe,
H A Dqcow.c954 .bdrv_probe = qcow_probe,
H A Draw-posix.c743 .bdrv_probe = NULL, /* no probe for protocols */
H A Dvmdk.c854 .bdrv_probe = vmdk_probe,
H A Dqcow2.c1335 .bdrv_probe = qcow_probe,
/external/qemu/
H A Dblock_int.h52 int (*bdrv_probe)(const uint8_t *buf, int buf_size, const char *filename); member in struct:BlockDriver
H A Dblock.c367 if (drv1->bdrv_probe) {
368 score = drv1->bdrv_probe(buf, ret, filename);

Completed in 2239 milliseconds