Home
last modified time | relevance | path

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

1234567891011

/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 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 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 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)
H A D194106 iotests.log(source_vm.qmp('query-block')['return'][0]['inserted']['dirty-bitmaps'])
109 iotests.log(dest_vm.qmp('query-block')['return'][0]['inserted']['dirty-bitmaps'])
/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/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/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/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/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/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/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
/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/bmcweb/redfish-core/include/registries/
H A Dnetwork_device_message_registry.hpp45 "Indicates that a network cable was inserted.",
46 "A network cable was inserted into network adapter '%1' port '%2'.",
/openbmc/docs/designs/
H A Dfirmware-update-via-usb.md26 - Monitor whether the USB key is inserted.
31 a potential loop in the event of a key inserted.
/openbmc/bmcweb/redfish-core/lib/
H A Dvirtual_media.hpp234 asyncResp->res.jsonValue["Inserted"] = *activeValue; in vmParseInterfaceObject()
445 std::optional<bool> inserted; member
543 // optional param inserted must be true in validateParams()
544 if (actionParams.inserted && !*actionParams.inserted) in validateParams()
547 "Request action optional parameter Inserted must be true."); in validateParams()
549 messages::actionParameterNotSupported(asyncResp->res, "Inserted", in validateParams()
729 "Inserted", actionParams.inserted, // in handleManagersVirtualMediaActionInsertPost()
/openbmc/qemu/include/hw/sd/
H A Dsd.h156 void (*set_inserted)(DeviceState *dev, bool inserted);
228 void sdbus_set_inserted(SDBus *sd, bool inserted);
229 void sdbus_set_readonly(SDBus *sd, bool inserted);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gtkperf/gtkperf/
H A DMakevars13 # This is the copyright holder that gets inserted into the header of the
/openbmc/phosphor-fan-presence/docs/monitor/
H A Dset_func_on_present.md14 This attribute is optional and defaults to false, meaning a newly inserted fan
/openbmc/u-boot/cmd/
H A Dfdc.c44 * bit 4 if set disk in drive 0 is inserted
45 * bit 5 if set disk in drive 1 is inserted
46 * bit 6 if set disk in drive 2 is inserted
47 * bit 7 if set disk in drive 4 is inserted
528 /* Scan all drives and check if drive is present and disk is inserted */
558 PRINTF("Floppy Drive %d %sconnected %sDisk inserted %s\n",i, in fdc_check_drive()
677 /* no disk inserted */ in do_fdcboot()
678 printf("\n** No disk inserted in drive %d **\n",boot_drive); in do_fdcboot()
/openbmc/qemu/qapi/
H A Dblock.json64 # @auto: Automatically determined by inserted media at boot
137 # inserted as a medium, it will become inaccessible to the guest (but
230 # If the tray is open and there is no medium inserted, this will be a
270 # attached guest device) and there must be no medium inserted already.
318 # Changes the medium inserted into a block device by ejecting the
319 # current medium and loading a new image file which is inserted as the
/openbmc/qemu/hw/sd/
H A Dtrace-events4 allwinner_sdhost_set_inserted(bool inserted) "inserted %u"
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DVirtualMedia_v1.xml48 …<Annotation Term="OData.Description" String="Properties, such as `Image`, `Inserted`, and `WritePr…
87 <Parameter Name="Inserted" Type="Edm.Boolean">
147 …mote media from the virtual media. At the completion of the operation, inserted shall be set to `…
186 <Property Name="Inserted" Type="Edm.Boolean">
285 …attached to the slot. It was also created to clarify the usage of the `Inserted` property. It wa…
367 …attached to the slot. It was also created to clarify the usage of the `Inserted` property. It wa…
374 …String="This version was created to change the permissions of `Image`, `Inserted`, and `WriteProte…
423 …attached to the slot. It was also created to clarify the usage of the `Inserted` property. It wa…
527 …attached to the slot. It was also created to clarify the usage of the `Inserted` property. It wa…
586 …attached to the slot. It was also created to clarify the usage of the `Inserted` property. It wa…
[all …]

1234567891011