Home
last modified time | relevance | path

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

/openbsd/usr.sbin/vmctl/
H A Dmain.c451 return (VMDF_QCOW2); in parse_disktype()
463 return (VMDF_QCOW2); in parse_disktype()
476 return (VMDF_QCOW2); in parse_disktype()
602 if (base && type != VMDF_QCOW2) in ctl_create()
H A Dvmctl.c921 case VMDF_QCOW2: in open_imagefile()
978 case VMDF_QCOW2: in create_imagefile()
/openbsd/usr.sbin/vmd/
H A Dvioblk.c59 case VMDF_QCOW2: return "qcow2"; in disk_type()
142 case VMDF_QCOW2: in vioblk_main()
H A Dvmd.h234 #define VMDF_QCOW2 0x02 macro
H A Dparse.y1380 type = VMDF_QCOW2;
1404 return (VMDF_QCOW2);
H A Dvirtio.c499 case VMDF_QCOW2: in virtio_get_base()