Home
last modified time | relevance | path

Searched refs:inserted (Results 1 – 25 of 73) sorted by relevance

123

/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/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/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/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/qemu-iotests/
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 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 …]
/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/qemu/plugins/
H A Dloader.c72 bool inserted; in qemu_plugin_add_dyn_cb_arr() local
74 inserted = qht_insert(&plugin.dyn_cb_arr_ht, arr, hash, NULL); in qemu_plugin_add_dyn_cb_arr()
75 g_assert(inserted); in qemu_plugin_add_dyn_cb_arr()
/openbmc/bmcweb/include/
H A Dwebassets.hpp207 inserted = webroutes::routes.insert(webpath); in addFile()
209 if (!inserted.second) in addFile()
206 inserted = webroutes::routes.insert(webpath); addFile() local
/openbmc/qemu/hw/sd/
H A Dcore.c217 void sdbus_set_inserted(SDBus *sdbus, bool inserted) in sdbus_set_inserted() argument
223 sbc->set_inserted(qbus->parent, inserted); in sdbus_set_inserted()
H A Dtrace-events4 allwinner_sdhost_set_inserted(bool inserted) "inserted %u"
H A Dallwinner-sdhost.c213 static void allwinner_sdhost_set_inserted(DeviceState *dev, bool inserted) in allwinner_sdhost_set_inserted() argument
217 trace_allwinner_sdhost_set_inserted(inserted); in allwinner_sdhost_set_inserted()
219 if (inserted) { in allwinner_sdhost_set_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/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/libnet-idn-encode/
H A DNet-IDN-Encode-2.500-use_uvchr_to_utf8_flags_instead_of_uvuni_to_utf8_flags.patch33 if(!first) SvUTF8_on(RETVAL); /* UTF-8 chars have been inserted */
/openbmc/openbmc/poky/scripts/
H A Dcreate-pull-request32 -m msg_body_file The file containing a blurb to be inserted into the summary email
36 -s subject The subject to be inserted into the summary email
/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/dbus-sensors/src/nvidia-gpu/
H A DMctpRequester.cpp215 auto [it, inserted] = requestContextQueues.try_emplace(eid, io); in sendRecvMsg()
216 (void)inserted; in sendRecvMsg()
/openbmc/bmcweb/redfish-core/lib/
H A Dvirtual_media.hpp445 std::optional<bool> inserted; member
544 if (actionParams.inserted && !*actionParams.inserted) in validateParams()
729 "Inserted", actionParams.inserted, // in handleManagersVirtualMediaActionInsertPost()
/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/pldm/platform-mc/
H A Devent_manager.hpp123 auto [iter, inserted] = eventHandlers.try_emplace( in registerPolledEventHandler()
/openbmc/qemu/qapi/
H A Dqapi-schema.json31 # included sub-schemas inserted at the first include directive
/openbmc/u-boot/arch/arm/dts/
H A Dsun8i-h2-plus-bananapi-m2-zero.dts67 * high active (card inserted), although on the early samples it's
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DParaTypeFFL-1.322 placed in a separate text file or inserted into the font file, but it
/openbmc/qemu/storage-daemon/qapi/
H A Dqapi-schema.json45 # included sub-schemas inserted at the first include directive
/openbmc/bmcweb/redfish-core/include/
H A Devent_service_manager.hpp324 auto inserted = subscriptionsMap.insert(std::pair(id, subValue)); in addSubscriptionInternal() local
325 if (inserted.second) in addSubscriptionInternal()

123