Home
last modified time | relevance | path

Searched refs:has_devices (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/include/block/
H A Dsnapshot.h91 bool bdrv_all_can_snapshot(bool has_devices, strList *devices,
94 bool has_devices, strList *devices,
97 bool has_devices, strList *devices,
100 bool has_devices, strList *devices,
105 bool has_devices,
110 bool has_devices, strList *devices,
/openbmc/qemu/block/
H A Dsnapshot.c484 bdrv_all_get_snapshot_devices(bool has_devices, strList *devices, in bdrv_all_get_snapshot_devices() argument
489 if (has_devices) { in bdrv_all_get_snapshot_devices()
533 bool bdrv_all_can_snapshot(bool has_devices, strList *devices, in bdrv_all_can_snapshot() argument
542 if (bdrv_all_get_snapshot_devices(has_devices, devices, &bdrvs, errp) < 0) { in bdrv_all_can_snapshot()
567 bool has_devices, strList *devices, in bdrv_all_delete_snapshot() argument
577 if (bdrv_all_get_snapshot_devices(has_devices, devices, &bdrvs, errp) < 0) { in bdrv_all_delete_snapshot()
607 bool has_devices, strList *devices, in bdrv_all_goto_snapshot() argument
618 ret = bdrv_all_get_snapshot_devices(has_devices, devices, &bdrvs, errp); in bdrv_all_goto_snapshot()
651 bool has_devices, strList *devices, in bdrv_all_has_snapshot() argument
660 if (bdrv_all_get_snapshot_devices(has_devices, devices, &bdrvs, errp) < 0) { in bdrv_all_has_snapshot()
[all …]
/openbmc/qemu/include/migration/
H A Dsnapshot.h34 bool has_devices, strList *devices,
49 bool has_devices, strList *devices,
62 bool has_devices, strList *devices,
/openbmc/qemu/migration/
H A Dsavevm.c3049 bool has_devices, strList *devices, Error **errp) in save_snapshot() argument
3071 if (!bdrv_all_can_snapshot(has_devices, devices, errp)) { in save_snapshot()
3078 if (bdrv_all_delete_snapshot(name, has_devices, in save_snapshot()
3083 ret2 = bdrv_all_has_snapshot(name, has_devices, devices, errp); in save_snapshot()
3096 bs = bdrv_all_find_vmstate_bs(vmstate, has_devices, devices, errp); in save_snapshot()
3143 has_devices, devices, errp); in save_snapshot()
3145 bdrv_all_delete_snapshot(sn->name, has_devices, devices, NULL); in save_snapshot()
3241 bool has_devices, strList *devices, Error **errp) in load_snapshot() argument
3249 if (!bdrv_all_can_snapshot(has_devices, devices, errp)) { in load_snapshot()
3252 ret = bdrv_all_has_snapshot(name, has_devices, devices, errp); in load_snapshot()
[all …]
/openbmc/qemu/hw/pci/
H A Dpci-qmp-cmds.c97 info->has_devices = true; in qmp_query_pci_bridge()
H A Dpci-hmp-cmds.c111 if (dev->pci_bridge->has_devices) { in hmp_info_pci_device()
/openbmc/linux/drivers/tty/
H A Dn_gsm.c309 bool has_devices; /* Devices were registered */ member
3149 if (gsm->has_devices) { in gsm_cleanup_mux()
3151 gsm->has_devices = false; in gsm_cleanup_mux()
3196 gsm->has_devices = true; in gsm_activate_mux()