Home
last modified time | relevance | path

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

/openbmc/qemu/include/sysemu/
H A Dblockdev.h22 IF_NONE = 0, enumerator
/openbmc/qemu/
H A Dblockdev.c78 [IF_NONE] = "none",
264 || dinfo->type == IF_XEN || dinfo->type == IF_NONE) { in drive_check_orphaned()
988 type != IF_NONE) { in drive_new()
998 type != IF_NONE) { in drive_new()
1026 case IF_NONE: in drive_new()
/openbmc/qemu/block/monitor/
H A Dblock-hmp-cmds.c122 case IF_NONE: in hmp_drive_add()
/openbmc/qemu/hw/core/
H A Dqdev-properties-system.c164 if (dinfo && dinfo->type != IF_NONE) { in set_drive_helper()