Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dbochs.c305 .bdrv_probe = bochs_probe,
H A Dcloop.c301 .bdrv_probe = cloop_probe,
H A Draw-format.c642 .bdrv_probe = &raw_probe,
H A Ddmg.c787 .bdrv_probe = dmg_probe,
H A Dcrypto.c1067 .bdrv_probe = block_crypto_probe_luks,
H A Dvdi.c1039 .bdrv_probe = vdi_probe,
H A Dvpc.c1232 .bdrv_probe = vpc_probe,
H A Dqcow.c1189 .bdrv_probe = qcow_probe,
H A Dparallels.c1465 .bdrv_probe = parallels_probe,
H A Dqed.c1652 .bdrv_probe = bdrv_qed_probe,
H A Dvhdx.c2251 .bdrv_probe = vhdx_probe,
H A Dvmdk.c3150 .bdrv_probe = vmdk_probe,
H A Dfile-posix.c3887 .bdrv_probe = NULL, /* no probe for protocols */
H A Dqcow2.c6145 .bdrv_probe = qcow2_probe,
/openbmc/qemu/include/block/
H A Dblock_int-common.h491 int (*bdrv_probe)(const uint8_t *buf, int buf_size, const char *filename); member
/openbmc/qemu/
H A Dblock.c1001 if (d->bdrv_probe) { in bdrv_probe_all()
1002 score = d->bdrv_probe(buf, buf_size, filename); in bdrv_probe_all()