Searched defs:job_id (Results 1 – 14 of 14) sorted by relevance
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 219 | 29 def pause_wait(vm, job_id): argument
|
H A D | iotests.py | 1052 def blockdev_create(self, options, job_id='job0', filters=None): argument 1347 def pause_wait(self, job_id='job0'): argument 1360 def pause_job(self, job_id='job0', wait=True): argument
|
/openbmc/qemu/block/ |
H A D | create.c | 68 void qmp_blockdev_create(const char *job_id, BlockdevCreateOptions *options, in qmp_blockdev_create()
|
H A D | amend.c | 88 void qmp_x_blockdev_amend(const char *job_id, in qmp_x_blockdev_amend()
|
H A D | stream.c | 251 void stream_start(const char *job_id, BlockDriverState *bs, in stream_start()
|
H A D | backup.c | 355 BlockJob *backup_job_create(const char *job_id, BlockDriverState *bs, in backup_job_create()
|
H A D | commit.c | 305 void commit_start(const char *job_id, BlockDriverState *bs, in commit_start()
|
H A D | mirror.c | 1825 const char *job_id, BlockDriverState *bs, in mirror_start_job() 2123 void mirror_start(const char *job_id, BlockDriverState *bs, in mirror_start() 2156 BlockJob *commit_active_start(const char *job_id, BlockDriverState *bs, in commit_active_start()
|
/openbmc/phosphor-ipmi-flash/bmc/ |
H A D | general_systemd.cpp | 120 uint32_t job_id; in match() local
|
/openbmc/qemu/tests/unit/ |
H A D | test-blockjob-txn.c | 86 char job_id[24]; in test_block_job_start() local
|
/openbmc/qemu/ |
H A D | blockdev.c | 2349 void qmp_block_stream(const char *job_id, const char *device, in qmp_block_stream() 2496 void qmp_block_commit(const char *job_id, const char *device, in qmp_block_commit() 2856 static void blockdev_mirror_common(const char *job_id, BlockDriverState *bs, in blockdev_mirror_common() 3127 void qmp_blockdev_mirror(const char *job_id, in qmp_blockdev_mirror()
|
H A D | blockjob.c | 490 void *block_job_create(const char *job_id, const BlockJobDriver *driver, in block_job_create()
|
H A D | job.c | 391 void *job_create(const char *job_id, const JobDriver *driver, JobTxn *txn, in job_create()
|
/openbmc/qemu/migration/ |
H A D | savevm.c | 3703 void qmp_snapshot_save(const char *job_id, in qmp_snapshot_save() 3725 void qmp_snapshot_load(const char *job_id, in qmp_snapshot_load() 3747 void qmp_snapshot_delete(const char *job_id, in qmp_snapshot_delete()
|