Searched refs:runtime_opts (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/block/ |
H A D | null.c | 32 static QemuOptsList runtime_opts = { variable 34 .head = QTAILQ_HEAD_INITIALIZER(runtime_opts.head), 87 opts = qemu_opts_create(&runtime_opts, NULL, 0, &error_abort); in null_open()
|
H A D | blkverify.c | 94 static QemuOptsList runtime_opts = { variable 96 .head = QTAILQ_HEAD_INITIALIZER(runtime_opts.head), 119 opts = qemu_opts_create(&runtime_opts, NULL, 0, &error_abort); in blkverify_open()
|
H A D | preallocate.c | 88 static QemuOptsList runtime_opts = { variable 90 .head = QTAILQ_HEAD_INITIALIZER(runtime_opts.head), 110 QemuOpts *opts = qemu_opts_create(&runtime_opts, NULL, 0, &error_abort); in preallocate_absorb_opts()
|
H A D | blklogwrites.c | 88 static QemuOptsList runtime_opts = { variable 90 .head = QTAILQ_HEAD_INITIALIZER(runtime_opts.head), 177 opts = qemu_opts_create(&runtime_opts, NULL, 0, &error_abort); in blk_log_writes_open()
|
H A D | curl.c | 613 static QemuOptsList runtime_opts = { variable 615 .head = QTAILQ_HEAD_INITIALIZER(runtime_opts.head), 709 opts = qemu_opts_create(&runtime_opts, NULL, 0, &error_abort); in curl_open()
|
H A D | blkdebug.c | 425 static QemuOptsList runtime_opts = { variable 427 .head = QTAILQ_HEAD_INITIALIZER(runtime_opts.head), 482 opts = qemu_opts_create(&runtime_opts, NULL, 0, &error_abort); in blkdebug_open()
|
H A D | gluster.c | 124 static QemuOptsList runtime_opts = { variable 126 .head = QTAILQ_HEAD_INITIALIZER(runtime_opts.head), 803 opts = qemu_opts_create(&runtime_opts, NULL, 0, &error_abort); in qemu_gluster_open()
|
H A D | nvme.c | 149 static QemuOptsList runtime_opts = { variable 151 .head = QTAILQ_HEAD_INITIALIZER(runtime_opts.head), 981 opts = qemu_opts_create(&runtime_opts, NULL, 0, &error_abort); in nvme_open()
|
H A D | iscsi.c | 1723 static QemuOptsList runtime_opts = { variable 1725 .head = QTAILQ_HEAD_INITIALIZER(runtime_opts.head), 1812 opts = qemu_opts_create(&runtime_opts, NULL, 0, &error_abort); in iscsi_open()
|
H A D | vvfat.c | 1057 static QemuOptsList runtime_opts = { variable 1059 .head = QTAILQ_HEAD_INITIALIZER(runtime_opts.head), 1153 opts = qemu_opts_create(&runtime_opts, NULL, 0, &error_abort); in vvfat_open()
|