Home
last modified time | relevance | path

Searched full:inserted (Results 1 – 25 of 606) sorted by relevance

12345678910>>...25

/openbmc/qemu/tests/qemu-iotests/
H A D11887 self.assert_qmp(result, 'return[0]/inserted/image/filename', new_img)
97 self.assert_qmp_absent(result, 'return[0]/inserted')
107 self.assert_qmp_absent(result, 'return[0]/inserted')
117 self.assert_qmp(result, 'return[0]/inserted/image/filename', new_img)
129 self.assert_qmp_absent(result, 'return[0]/inserted')
131 self.assert_qmp(result, 'return[0]/inserted/image/filename', old_img)
142 self.assert_qmp_absent(result, 'return[0]/inserted')
144 self.assert_qmp(result, 'return[0]/inserted/image/filename', old_img)
154 self.assert_qmp_absent(result, 'return[0]/inserted')
163 self.assert_qmp_absent(result, 'return[0]/inserted')
[all …]
H A D186.out9 /machine/peripheral-anon/device[1]: [not inserted]
17 qdev_id: [not inserted]
25 /machine/peripheral-anon/device[1]: [not inserted]
33 qdev_id: [not inserted]
41 /machine/peripheral-anon/device[1]: [not inserted]
49 qdev_id: [not inserted]
348 none0: [not inserted]
355 none0: [not inserted]
363 none0: [not inserted]
371 none0: [not inserted]
[all …]
H A D172.out68 ide1-cd0: [not inserted]
118 ide1-cd0: [not inserted]
122 floppy0: [not inserted]
177 ide1-cd0: [not inserted]
256 ide1-cd0: [not inserted]
306 ide1-cd0: [not inserted]
310 floppy0: [not inserted]
365 ide1-cd0: [not inserted]
404 ide1-cd0: [not inserted]
440 ide1-cd0: [not inserted]
[all …]
H A D04173 self.assert_qmp(result, 'return[0]/inserted/file', target_img)
86 self.assert_qmp(result, 'return[0]/inserted/file', test_img)
96 self.assert_qmp(result, 'return[0]/inserted/file', test_img)
132 self.assert_qmp(result, 'return[0]/inserted/file', target_img)
147 self.assert_qmp(result, 'return[0]/inserted/file', target_img)
163 self.assert_qmp(result, 'return[0]/inserted/file', target_img)
177 self.assert_qmp(result, 'return[0]/inserted/file', test_img)
178 self.assert_qmp(result, 'return[0]/inserted/drv', iotests.imgfmt)
179 self.assert_qmp(result, 'return[0]/inserted/backing_file', backing_img)
180 self.assert_qmp(result, 'return[0]/inserted/backing_file_depth', 1)
[all …]
H A D25476 result['device'], result['inserted']['node-name']))
77 log(result['inserted']['dirty-bitmaps'], indent=2)
79 log(result['inserted']['image']['backing-image']['format-specific'] \
H A D093293 info = r["inserted"]
384 # Attach a CD drive with cd0 inserted
395 self.assert_qmp(result, 'return[0]/inserted/iops', 100)
396 self.assert_qmp(result, 'return[0]/inserted/bps', 50)
405 self.assert_qmp(result, 'return[0]/inserted/iops', 100)
406 self.assert_qmp(result, 'return[0]/inserted/bps', 50)
/openbmc/qemu/block/monitor/
H A Dblock-hmp-cmds.c427 if (!info->value->inserted) { in hmp_nbd_server_start()
618 BlockDeviceInfo *inserted, bool verbose) in print_block_info() argument
622 assert(!info || !info->inserted || info->inserted == inserted); in print_block_info()
626 if (inserted && inserted->node_name) { in print_block_info()
627 monitor_printf(mon, " (%s)", inserted->node_name); in print_block_info()
630 assert(info || inserted); in print_block_info()
632 inserted && inserted->node_name ? inserted->node_name in print_block_info()
637 if (inserted) { in print_block_info()
639 inserted->file, in print_block_info()
640 inserted->drv, in print_block_info()
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/knightslanding/
Duncore-io.json
/openbmc/qemu/hw/sh4/
H A Dsh7750_regs.h721 #define SH7750_WCR2_WS0 0 /* 0 wait states inserted */
722 #define SH7750_WCR2_WS1 1 /* 1 wait states inserted */
723 #define SH7750_WCR2_WS2 2 /* 2 wait states inserted */
724 #define SH7750_WCR2_WS3 3 /* 3 wait states inserted */
725 #define SH7750_WCR2_WS6 4 /* 6 wait states inserted */
726 #define SH7750_WCR2_WS9 5 /* 9 wait states inserted */
727 #define SH7750_WCR2_WS12 6 /* 12 wait states inserted */
728 #define SH7750_WCR2_WS15 7 /* 15 wait states inserted */
730 #define SH7750_WCR2_BPWS0 0 /* 0 wait states inserted from 2nd access */
731 #define SH7750_WCR2_BPWS1 1 /* 1 wait states inserted from 2nd access */
[all …]
/openbmc/linux/sound/oss/dmasound/
DKconfig
/openbmc/qemu/tests/unit/
H A Dtest-qht.c31 bool inserted; in insert() local
36 inserted = qht_insert(&ht, &arr[i], hash, NULL); in insert()
37 g_assert_true(inserted); in insert()
38 inserted = qht_insert(&ht, &arr[i], hash, &existing); in insert()
39 g_assert_false(inserted); in insert()
/openbmc/linux/drivers/pci/hotplug/
Dcpci_hotplug_core.c
/openbmc/linux/tools/testing/selftests/netfilter/
Dnft_zones_many.sh
/openbmc/google-misc/subprojects/bare-metal-host-monitor/
H A Dmeson_options.txt5 description: 'Dbus service to monitor. Use {} in string if host number needs to be inserted'
11 description: 'Dbus object path to monitor. Use {} in string if host number needs to be inserted'
/openbmc/linux/Documentation/driver-api/driver-model/
Dbinding.rst
/openbmc/linux/tools/perf/util/
Dsrcline.h
/openbmc/linux/tools/perf/pmu-events/arch/x86/sapphirerapids/
Duncore-cache.json
/openbmc/u-boot/arch/arm/mach-sunxi/
H A Drmr_switch.S16 @ the machine code must be inserted as verbatim .word statements into the
22 @ The resulting words should be inserted into the U-Boot file at
/openbmc/linux/tools/perf/pmu-events/arch/x86/haswellx/
Duncore-cache.json
/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwellx/
Duncore-cache.json
/openbmc/linux/fs/reiserfs/
Dtail_conversion.c
/openbmc/dbus-sensors/src/fan/
H A DPresenceGpio.hpp36 std::string summary = deviceType + " " + deviceName + " Inserted"; in logPresent()
37 std::string msg = "OpenBMC.0.1." + deviceType + "Inserted"; in logPresent()
/openbmc/linux/Documentation/userspace-api/media/v4l/
Dselection-api-configuration.rst
/openbmc/qemu/hw/core/
H A Duboot_image.h23 * inserted for backward compatibility.
64 * inserted for backward compatibility.
138 * inserted for backward compatibility.
193 * inserted for backward compatibility.
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-dmabuf.h41 * Note that if it finds a repeated UUID, the resource is not inserted in
55 * Note that if it finds a repeated UUID, the resource is not inserted in

12345678910>>...25