/openbmc/qemu/block/monitor/ |
H A D | block-hmp-cmds.c | 422 if (!info->value->inserted) { in hmp_nbd_server_start() 613 BlockDeviceInfo *inserted, bool verbose) in print_block_info() argument 617 assert(!info || !info->inserted || info->inserted == inserted); in print_block_info() 621 if (inserted && inserted->node_name) { in print_block_info() 622 monitor_printf(mon, " (%s)", inserted->node_name); in print_block_info() 625 assert(info || inserted); in print_block_info() 627 inserted && inserted->node_name ? inserted->node_name in print_block_info() 632 if (inserted) { in print_block_info() 634 inserted->file, in print_block_info() 635 inserted->drv, in print_block_info() [all …]
|
/openbmc/linux/rust/macros/ |
H A D | zeroable.rs | 21 let mut inserted = false; in derive() localVariable 28 if in_generic && !inserted { in derive() 32 inserted = false; in derive() 44 inserted = true; in derive() 60 if in_generic && !inserted { in derive()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 172.out | 68 ide1-cd0: [not inserted] 72 sd0: [not inserted] 121 ide1-cd0: [not inserted] 125 floppy0: [not inserted] 129 sd0: [not inserted] 183 ide1-cd0: [not inserted] 187 sd0: [not inserted] 265 ide1-cd0: [not inserted] 269 sd0: [not inserted] 318 ide1-cd0: [not inserted] [all …]
|
H A D | 186.out | 9 /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/qemu/tests/unit/ |
H A D | test-qht.c | 31 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 D | sd.h | 147 void (*set_inserted)(DeviceState *dev, bool inserted); 210 void sdbus_set_inserted(SDBus *sd, bool inserted); 211 void sdbus_set_readonly(SDBus *sd, bool inserted);
|
/openbmc/linux/drivers/pci/hotplug/ |
H A D | cpci_hotplug_core.c | 328 int inserted; in check_slots() local 337 extracted = inserted = 0; in check_slots() 348 inserted++; in check_slots() 386 inserted++; in check_slots() 420 inserted, extracted, atomic_read(&extracting)); in check_slots() 421 if (inserted || extracted) in check_slots()
|
/openbmc/linux/sound/oss/dmasound/ |
H A D | Kconfig | 12 inserted in and removed from the running kernel whenever you 26 inserted in and removed from the running kernel whenever you 40 inserted in and removed from the running kernel whenever you
|
/openbmc/u-boot/arch/arm/mach-sunxi/ |
H A D | rmr_switch.S | 16 @ 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/bmcweb/redfish-core/include/ |
H A D | event_service_manager.hpp | 207 auto inserted = in loadOldBehavior() local 213 if (inserted.second) in loadOldBehavior() 431 auto inserted = subscriptionsMap.insert(std::pair(id, subValue)); in addSubscriptionInternal() local 432 if (inserted.second) in addSubscriptionInternal()
|
/openbmc/qemu/plugins/ |
H A D | loader.c | 75 bool inserted; in qemu_plugin_add_dyn_cb_arr() local 77 inserted = qht_insert(&plugin.dyn_cb_arr_ht, arr, hash, NULL); in qemu_plugin_add_dyn_cb_arr() 78 g_assert(inserted); in qemu_plugin_add_dyn_cb_arr()
|
/openbmc/linux/Documentation/driver-api/driver-model/ |
H A D | binding.rst | 17 inserted into the end of this list. The bus object also contains a 19 for a driver, it is inserted at the end of this list. These are the 56 When a driver is attached to a device, the device is inserted into the
|
/openbmc/linux/Documentation/devicetree/bindings/bus/ |
H A D | qcom,ebi2.txt | 79 the data bus. They are inserted when reading one CS and switching to another 83 inserted after every write minimum 1. The data out is driven from the time 86 - qcom,xmem-write-delta-cycles: initial latency for write cycles inserted for 88 - qcom,xmem-read-delta-cycles: initial latency for read cycles inserted for the
|
/openbmc/bmcweb/include/ |
H A D | webassets.hpp | 192 inserted = webroutes::routes.insert(webpath); in addFile() local 194 if (!inserted.second) in addFile()
|
/openbmc/qemu/hw/sd/ |
H A D | core.c | 216 void sdbus_set_inserted(SDBus *sdbus, bool inserted) in sdbus_set_inserted() argument 222 sbc->set_inserted(qbus->parent, inserted); in sdbus_set_inserted()
|
/openbmc/linux/tools/memory-model/litmus-tests/ |
H A D | MP+onceassign+derefonce.litmus | 9 * structure containing a newly inserted element.
|
/openbmc/linux/Documentation/networking/devlink/ |
H A D | devlink-linecard.rst | 51 * Line card is not inserted or powered-down 54 * Line card is inserted and powered up
|
/openbmc/linux/arch/um/kernel/ |
H A D | time.c | 272 bool inserted = false; in __time_travel_add_event() local 293 inserted = true; in __time_travel_add_event() 298 if (!inserted) in __time_travel_add_event()
|
/openbmc/linux/net/netfilter/ |
H A D | core.c | 111 bool inserted = false; in nf_hook_entries_grow() local 154 if (inserted || reg->priority > orig_ops[i]->priority) { in nf_hook_entries_grow() 162 inserted = true; in nf_hook_entries_grow() 167 if (!inserted) { in nf_hook_entries_grow()
|
/openbmc/openbmc/poky/scripts/ |
H A D | create-pull-request | 32 -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/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | Kconfig | 33 inserted in and removed from the running kernel whenever you want), 60 inserted in and removed from the running kernel whenever you want),
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | virtual_media.hpp | 429 std::optional<bool> inserted; member 519 if (actionParams.inserted && !*actionParams.inserted) in validateParams() 702 "Inserted", actionParams.inserted, // in handleManagersVirtualMediaActionInsertPost()
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | selection-api-configuration.rst | 55 The part of a buffer into which the image is inserted by the hardware is 89 to be inserted into a video signal or graphical screen. The limits of 108 inserted by the hardware is controlled by ``V4L2_SEL_TGT_COMPOSE``
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gtkperf/gtkperf/ |
H A D | Makevars | 13 # 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 D | Net-IDN-Encode-2.500-use_uvchr_to_utf8_flags_instead_of_uvuni_to_utf8_flags.patch | 33 if(!first) SvUTF8_on(RETVAL); /* UTF-8 chars have been inserted */
|