/openbmc/qemu/docs/interop/ |
H A D | vhost-user.rst | 27 *back-end*. The *front-end* is the application that shares its virtqueues, in 28 our case QEMU. The *back-end* is the consumer of the virtqueues. 30 In the current implementation QEMU is the *front-end*, and the *back-end* 33 or a block device back-end processing read & write to a virtual 34 disk. In order to facilitate interoperability between various back-end 38 The *front-end* and *back-end* can be either a client (i.e. connecting) or 55 available, QEMU will automatically fall back to pipe2 or, as a last 80 - Bit 2 is the reply flag - needs to be sent on each reply from the back-end 124 back-end will process. This is a free-running index that is not 140 back-end will process. This is a free-running index that is not [all …]
|
/openbmc/u-boot/drivers/gpio/ |
H A D | tegra186_gpio_priv.h | 11 * back-to-back. 40 * 8 GPIOs are packed into a port. Their registers appear back-to-back in the 55 * The registers for multiple ports are packed together back-to-back to form
|
/openbmc/u-boot/drivers/dfu/ |
H A D | Kconfig | 27 bool "MMC back end for DFU" 32 bool "NAND back end for DFU" 39 bool "RAM back end for DFU" 44 bool "SPI flash back end for DFU"
|
/openbmc/qemu/include/hw/virtio/ |
H A D | vhost.h | 380 * vhost_supports_device_state(): Checks whether the back-end supports 401 * the back-end for the purpose of migration. Data is to be transferred 407 * @fd is the back-end's end of the pipe: The write FD for SAVE, and the 409 * back-end, i.e. closes it in the front-end. 411 * The back-end may optionally reply with an FD of its own, if this 413 * stored in *reply_fd. The back-end will discard the FD sent to it, 415 * the back-end. 420 * from the back-end and stored by the front-end in the 424 * the back-end to restore the saved state. 428 * @fd: Back-end's end of the pipe through which to transfer state; note [all …]
|
/openbmc/qemu/docs/system/ |
H A D | device-emulation.rst | 26 A front end is often paired with a back end, which describes how the 53 Device Back End 56 The back end describes how the data from the emulated device will be 57 processed by QEMU. The configuration of the back end is usually 63 partition. Back ends can sometimes be stacked to implement features 66 While the choice of back end is generally transparent to the guest, 68 the back end is unable to support it.
|
/openbmc/telemetry/src/metrics/ |
H A D | collection_function.cpp | 30 return readings.back().second; in calculateForStartupInterval() 56 return readings.back().second; in calculateForStartupInterval() 79 const auto duration = timestamp - readings.back().first; in calculate() 80 valueSum += readings.back().second * duration.count(); in calculate() 93 ReadingItem(timestamp, readings.back().second)}); in calculateForStartupInterval() 120 calculateMultiplier(timestamp - readings.back().first); in calculate() 121 valueSum += readings.back().second * multiplier.count(); in calculate() 140 ReadingItem(timestamp, readings.back().second)}); in calculateForStartupInterval()
|
/openbmc/u-boot/test/dm/ |
H A D | misc.c | 50 /* Read back last issued ioctl */ in dm_test_misc() 56 /* Read back last issued ioctl */ in dm_test_misc() 63 /* Read back enable/disable status */ in dm_test_misc() 69 /* Read back enable/disable status */ in dm_test_misc() 75 /* Read back enable/disable status */ in dm_test_misc()
|
/openbmc/u-boot/board/freescale/t4rdb/ |
H A D | cpld.h | 24 u8 sw1_sysclk; /* 0x09 - SW1 Status Read Back Register */ 25 u8 sw2_status; /* 0x0a - SW2 Status Read Back Register */ 26 u8 sw3_status; /* 0x0b - SW3 Status Read Back Register */ 27 u8 sw4_status; /* 0x0c - SW4 Status Read Back Register */
|
/openbmc/u-boot/scripts/coccinelle/iterators/ |
H A D | list_entry_update.cocci | 4 /// that there is a path from the reassignment back to the top of the loop. 38 @back depends on (org || report) && !context exists@ 48 @script:python depends on back && org@ 56 @script:python depends on back && report@
|
/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/ |
H A D | pei_data.h | 80 * < 0x050 = Setting 1 (back panel, 1-5in, lowest tx amplitude) 81 * < 0x140 = Setting 2 (back panel, 5-14in, highest tx amplitude) 83 * < 0x080 = Setting 1 (front/back panel, <8in, lowest tx amplitude) 84 * < 0x130 = Setting 2 (back panel, 8-13in, higher tx amplitude) 85 * < 0x150 = Setting 3 (back panel, 13-15in, higest tx amplitude)
|
/openbmc/openbmc/poky/meta/recipes-extended/iputils/iputils/ |
H A D | CVE-2025-47268.patch | 29 ./ping/ping: Warning: time of day goes back (-7256972569576721377us), taking countermeasures 30 ./ping/ping: Warning: time of day goes back (-7256972569576721232us), taking countermeasures 45 Also existing message "time of day goes back ..." needed to be modified 53 ./ping/ping: Warning: time of day goes back (-3985394643238914 s), taking countermeasures 55 ./ping/ping: Warning: time of day goes back (-3985394643238914 s), taking countermeasures 58 ./ping/ping: Warning: time of day goes back (-4243165695442945 s), taking countermeasures 111 - error(0, 0, _("Warning: time of day goes back (%ldus), taking countermeasures"), triptime); 127 + error(0, 0, _("Warning: time of day goes back (%ld s), taking countermeasures"), tv->tv_sec);
|
/openbmc/openbmc/poky/meta/recipes-devtools/rpm-sequoia/ |
H A D | rpm-sequoia-crypto-policy_git.bb | 36 install -d -m755 ${D}${datadir}/crypto-policies/back-ends 37 …install -m644 ${S}/output/DEFAULT/rpm-sequoia.txt ${D}${datadir}/crypto-policies/back-ends/rpm-seq… 40 FILES:${PN} = "${datadir}/crypto-policies/back-ends/*"
|
/openbmc/openbmc-test-automation/bin/ |
H A D | gen_list.sh | 22 # local position="${4:-back}" 31 # ("front"/"back"). 39 if [ "${4:-back}" == "back" ] ; then 40 # Append the list_element to the back of the list and return.
|
/openbmc/docs/designs/ |
H A D | nmi-dbus-interface.md | 38 NMI.interface.yaml) and implement the new D-Bus back-end for respective 63 3. Redfish URI will invoke a D-Bus NMI back-end call which will use an arch 64 specific back-end implementation of xyz.openbmc_project.Control.Host.NMI to 77 to support new RequestedHostTransition property called Nmi. D-Bus back-end can
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Led/ |
H A D | Group.interface.yaml | 14 'identifying' association to provide a link back to a Item. 21 'fault_identifying' association to provide a link back to a Item.
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/ |
H A D | unavailable_artifact.html | 13 <p><a href="javascript:window.history.back()">Back to previous page</a></p>
|
/openbmc/u-boot/common/spl/ |
H A D | spl_ext.c | 98 printf("spl: error reading image %s, err - %d, falling back to default\n", in spl_load_image_ext_os() 107 puts("spl: falling back to default\n"); in spl_load_image_ext_os() 113 puts("spl: falcon_image_file not set in environment, falling back to default\n"); in spl_load_image_ext_os() 116 puts("spl: falcon_args_file not set in environment, falling back to default\n"); in spl_load_image_ext_os()
|
H A D | spl_fat.c | 129 printf("spl: error reading image %s, err - %d, falling back to default\n", in spl_load_image_fat_os() 138 puts("spl: falling back to default\n"); in spl_load_image_fat_os() 144 puts("spl: falcon_image_file not set in environment, falling back to default\n"); in spl_load_image_fat_os() 146 puts("spl: falcon_args_file not set in environment, falling back to default\n"); in spl_load_image_fat_os()
|
/openbmc/u-boot/drivers/video/ |
H A D | video-uclass.c | 121 int fore, back; in video_set_default_colors() local 126 back = VID_BLACK; in video_set_default_colors() 129 back = VID_WHITE; in video_set_default_colors() 135 fore = back; in video_set_default_colors() 136 back = temp; in video_set_default_colors() 140 priv->colour_bg = vid_console_color(priv, back); in video_set_default_colors() 250 * TrueType does not support rotation at present so fall back to the in video_post_probe()
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/ |
H A D | ThermalDirection.interface.yaml | 20 A chassis with the air intake in the back and exhaust out the 25 back.
|
/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/ |
H A D | 0002-Fix-unittests-Typo-in-Name-Name-append-to-ndata_-not.patch | 30 retname.ndata_.reserve(retname.offsets_.back() + 1); 31 - retname.ndata_.assign(ndata_.data() + offsets_[first], ndata_.data() + retname.offsets_.back()… 33 + retname.ndata_.assign(it, it + retname.offsets_.back());
|
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
H A D | do_not_apply_config.patch | 33 "Answer NO if you want to go back and make changes!\n"; 35 - $InterfaceEndScreenNoEpilogue = "Please use Back/Next buttons to move among the questions you … 37 + $InterfaceEndScreenNoEpilogue = "Please use Back/Next buttons to move among the questions you …
|
/openbmc/u-boot/arch/arm/mach-rockchip/ |
H A D | bootrom.c | 33 * we back to bootrom download mode if get a 39 * to check it and back to bootrom at very early bootstage(before 76 * brom_ctx: transfer back into the startup-code at in save_boot_params()
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/BMC/ |
H A D | Redundancy.interface.yaml | 32 If set back to true, redundancy will immediately be re-enabled, 48 BMC never comes back. Redundancy is left enabled initially so as to 51 offline a full file sync would be necessary when it comes back.
|
/openbmc/openbmc-test-automation/redfish/update_service/ |
H A D | test_bmc_image_switch.robot | 19 # User can input -v LOOP_COUNT:n to drive the switch back and forth for 79 [Documentation] Switch back up image to running and verify. 136 Print Timen Switch to back up and rebooting. 139 Print Timen Switch to back up completed.
|