/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/webui-vue/docs/guide/quickstart/ |
H A D | page-anatomy.md | 22 // Page content goes here 66 // Page content goes here
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | mpspec.h | 339 * @dstapic: destination I/O APIC id where the interrupt goes to 340 * @dstirq: destination I/O APIC pin where the interrupt goes to 355 * @dstapic: destination I/O APIC id where the interrupt goes to 356 * @dstirq: destination I/O APIC pin where the interrupt goes to 371 * @dstapic: destination local APIC id where the interrupt goes to 372 * @destlint: destination local APIC pin where the interrupt goes to
|
/openbmc/sdbusplus/include/sdbusplus/ |
H A D | timer.hpp | 100 // A periodic timer means that when the timer goes off, in start() 106 // A ONESHOT timer means that when the timer goes off, in start() 204 /** @brief Callback function when timer goes off
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
H A D | 00-create-volatile.conf | 1 # This goes hand-in-hand with the base-files of OE-Core. The file must
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-monotonic_1.6.bb | 1 …() function which returns the value (in fractional seconds) of a clock which never goes backwards."
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/ |
H A D | ApplyOptions.interface.yaml | 7 done and when the firmware goes to Active state. The default value of this
|
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/ |
H A D | 50-gbmc-br-cn-redirect.rules | 14 # otherwise drop later if the packets goes into input
|
/openbmc/u-boot/drivers/remoteproc/ |
H A D | k3_rproc.c | 50 * Return: 0 if all goes good, else appropriate error message. 159 * Return: 0 if all goes good, else appropriate error message. 210 * Return: 0 if all goes good, else appropriate error message.
|
H A D | k3_system_controller.c | 157 * Return: 0 if all goes good, else appropriate error message. 251 * Return: 0 if all goes good, else appropriate error message. 279 * Return: 0 if all goes good, else appropriate error message.
|
/openbmc/u-boot/tools/concurrencytest/ |
H A D | concurrencytest.py | 74 # Close stdin so that the child goes away if it decides to 85 # goes wrong. The traceback is formatted to a string and
|
/openbmc/u-boot/tools/binman/test/ |
H A D | 058_x86_ucode_spl_needs_retry.dts | 17 * Microcode goes before the DTB which contains it, so binman
|
/openbmc/bmcweb/redfish-core/include/ |
H A D | filesystem_log_watcher.hpp | 33 // Explicit make the last item so it is canceled before the buffer goes out
|
/openbmc/phosphor-host-ipmid/xyz/openbmc_project/Ipmi/Internal/ |
H A D | SoftPowerOff.interface.yaml | 6 mentioning that the type is SOFT_OFF. Host then goes ahead and starts to
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort3/ |
H A D | 0001-cmake-Check-for-HP-libunwind.patch | 8 e.g. unw_strerror goes missing. By checking for libunwind-common.h in
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/ |
H A D | 0002-include-include-xfs-linux.h-after-sys-mman.h.patch | 6 This helps compiling with musl which goes ahead and undefines MAP_SYNC
|
/openbmc/u-boot/drivers/mailbox/ |
H A D | k3-sec-proxy.c | 104 * Return: 0 if all goes good, else return corresponding error message. 159 * Return: 0 if all goes good, else appropriate error message. 197 * Return: 0 if all goes good, else appropriate error message. 259 * Return: 0 if all goes good, else appropriate error message.
|
/openbmc/u-boot/doc/ |
H A D | README.log | 145 If logging information goes nowhere then it serves no purpose. U-Boot provides 149 console - goes to stdout 233 device - goes to a device (e.g. serial)
|
/openbmc/qemu/include/hw/ppc/ |
H A D | pnv_xscom.h | 199 #define PNV10_XSCOM_PEC_NEST_BASE 0x3011800 /* index goes downwards ... */ 204 #define PNV10_XSCOM_PEC_PCI_BASE 0x8010800 /* index goes upwards ... */
|
/openbmc/phosphor-ipmi-blobs/test/ |
H A D | ipmi_close_unittest.cpp | 37 // Verify that if all goes right, success is returned. in TEST()
|
/openbmc/docs/security/ |
H A D | obmc-github-security-advisory-template.md | 37 Title goes here...
|
/openbmc/phosphor-mboxd/ |
H A D | format-code.sh | 24 # literal 'file' and it goes looking for a .clang-format or _clang-format file.
|
/openbmc/docs/development/ |
H A D | web-ui.md | 72 Phosphor-webui was built on AngularJS and AngularJS goes End of Life June 154 corresponding text that goes with the images. Changing the text to match with
|
/openbmc/u-boot/board/freescale/mpc8323erdb/ |
H A D | README | 35 an erase goes ahead and wipes out your current firmware.
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-gevent/ |
H A D | 0001-_setuputils.py-Do-not-add-sys_inc_dir.patch | 24 # header goes into a site/ subdir. See https://github.com/pypa/pip/issues/4610
|