/openbmc/qemu/include/block/ |
H A D | snapshot.h | 91 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 D | snapshot.c | 484 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 D | snapshot.h | 34 bool has_devices, strList *devices, 49 bool has_devices, strList *devices, 62 bool has_devices, strList *devices,
|
/openbmc/qemu/migration/ |
H A D | savevm.c | 3049 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 D | pci-qmp-cmds.c | 97 info->has_devices = true; in qmp_query_pci_bridge()
|
H A D | pci-hmp-cmds.c | 111 if (dev->pci_bridge->has_devices) { in hmp_info_pci_device()
|
/openbmc/linux/drivers/tty/ |
H A D | n_gsm.c | 309 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()
|