| /openbmc/qemu/scripts/ |
| H A D | clean-header-guards.pl | 89 my ($fname, $guard) = @_; 91 open(my $pipe, "-|", "$opt_c -E -D$guard -c -P - <$fname") 127 my $guard = $3; 133 unless ($guard2 eq $guard) { 134 skipping($fname, "mismatched header guard ($guard vs. $guard2) ", 151 my $oldg = $guard; 155 $guard =~ tr/a-z/A-Z/ 157 $guard =~ s/^_+// 159 $guard =~ s/(_H)?_*$/_H/ 161 unless ($guard =~ /^[A-Z][A-Z0-9_]*_H/) { [all …]
|
| /openbmc/docs/designs/ |
| H A D | guard-on-bmc.md | 13 process of isolation is mentioned as guard in this document, which means 24 **Manual guard**: An operation to manually add a unit to the list of isolated 30 The guard in the servers is for managing a record of faulty components to keep 34 the examples are guard on motherboard components managed by the host, guard on 35 the fans can be managed by the fan control application, or the guard on the 42 is named as Guard Record. The guard record will be deleted after a repair action 43 or manually by service personnel. Most of the time, the host creates the guard 45 hardware resources in a server system. The BMC creates guard records on a 48 be controlled by BMC. The BMC retrieves the guard records for presenting to an 50 various guard record sources. [all …]
|
| /openbmc/qemu/target/hexagon/ |
| H A D | fma_emu.c | 106 uint8_t guard; member 116 p->guard = 0; in accum_init() 125 a.mant = int128_or(a.mant, int128_make64(a.guard)); in accum_norm_left() 126 a.guard = a.round; in accum_norm_left() 136 a.round | a.guard | int128_nz(a.mant); in accum_norm_right() 137 a.guard = a.round = 0; in accum_norm_right() 144 a.sticky |= a.round | a.guard | (int128_getlo(a.mant) != 0); in accum_norm_right() 145 a.guard = (int128_getlo(a.mant) >> 63) & 1; in accum_norm_right() 154 a.round = a.guard; in accum_norm_right() 155 a.guard = int128_getlo(a.mant) & 1; in accum_norm_right() [all …]
|
| /openbmc/openbmc/meta-yadro/recipes-yadro/cli/ |
| H A D | obmc-yadro-fwupdate_git.bb | 18 PACKAGECONFIG[reboot-guard-support] = "-Dreboot-guard-support=true,-Dreboot-guard-support=false" 21 PACKAGECONFIG ??= " obmc-phosphor-image reboot-guard-support "
|
| /openbmc/openbmc/meta-openpower/recipes-bsp/guard/ |
| H A D | guard_git.bb | 1 HOMEPAGE = "https://github.com/open-power/guard" 3 DESCRIPTION = "Provide a way to guard the faulty component from the system" 13 SRC_URI = "git://git@github.com/open-power/guard;branch="main";protocol=https"
|
| /openbmc/phosphor-bmc-code-mgmt/bmc/ |
| H A D | force-reboot.service.in | 3 Requires=reboot-guard-disable.service 4 After=reboot-guard-disable.service
|
| H A D | reboot-guard-enable.service.in | 2 Description=Enable a guard that blocks BMC reboot 3 Before=reboot-guard-disable.service
|
| H A D | reboot-guard-disable.service.in | 2 Description=Removes the guard that blocks BMC reboot 3 After=reboot-guard-enable.service
|
| /openbmc/u-boot/doc/device-tree-bindings/video/ |
| H A D | atmel-hlcdc.txt | 13 - atmel,guard-time: lcd guard time (Delay in frame periods). 24 atmel,guard-time = <1>;
|
| /openbmc/openpower-hw-diags/analyzer/ras-data/ |
| H A D | ras-data-parser.cpp | 382 auto guard = a.at("guard").get<bool>(); in parseAction() local 387 path, getPriority(priority), guard)); in parseAction() 393 auto guard = a.at("guard").get<bool>(); in parseAction() local 398 path, getPriority(priority), guard)); in parseAction() 404 auto guard = a.at("guard").get<bool>(); in parseAction() local 410 getPriority(priority), guard)); in parseAction() 416 auto guard = a.at("guard").get<bool>(); in parseAction() local 422 getPriority(priority), guard)); in parseAction() 428 auto guard = a.at("guard").get<bool>(); in parseAction() local 440 m.at(name), getPriority(priority), guard)); in parseAction()
|
| H A D | ras-data-definition.md | 99 Actions with a `guard` keyword can only use the following values (boolean): 103 | true | Request guard on associated part. | 104 | false | No guard request. | 124 | guard | See `guard` table above. | 135 | guard | See `guard` table above. | 146 | guard | See `guard` table above. | 165 | guard | See `guard` table above. | 176 | guard | See `guard` table above. | 241 "guard" : false
|
| /openbmc/openpower-proc-control/service_files/ |
| H A D | phal-create-boottime-guard-indicator.service.in | 2 Description=PHAL, Create boottime guard indicator 9 # PHAL will take some guard actions based on the below indicator
|
| /openbmc/phosphor-bmc-code-mgmt/cpld/ |
| H A D | cpld.cpp | 19 std::optional<ScopedBmcMux> guard; in updateDevice() local 24 guard.emplace(muxGPIO); in updateDevice()
|
| /openbmc/phosphor-pid-control/sensors/ |
| H A D | host.cpp | 73 std::lock_guard<std::mutex> guard(_lock); in value() local 83 std::lock_guard<std::mutex> guard(_lock); in read() local
|
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | repository.hpp | 39 bool guard; member 48 bool guard, uint64_t creationTime) : in PELAttributes() 51 hmcState(hmcState), plid(plid), deconfig(deconfig), guard(guard), in PELAttributes()
|
| /openbmc/openpower-debug-collector/dump/tools/bmcdump/plugins/ |
| H A D | guardlist | 21 guard_log_file=guard.log
|
| /openbmc/openbmc/meta-openpower/recipes-bsp/ipl/ |
| H A D | ipl_git.bb | 18 libekb pdbg autoconf-archive guard pdata \
|
| /openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/ |
| H A D | 0003-debug-prefix-map.patch | 29 …# All supported GCC archs except LOONGARCH64 support -mstack-protector-guard=global, so set that o… 32 DEFINE GCC_IA32_X64_CC_FLAGS = -mstack-protector-guard=global 33 …sections -fomit-frame-pointer -Wno-address -mthumb -fno-pic -fno-pie -mstack-protector-guard=global
|
| /openbmc/openbmc/poky/meta/recipes-kernel/linux-libc-headers/linux-libc-headers/ |
| H A D | 0001-libc-compat.h-fix-some-issues-arising-from-in6.h.patch | 41 - * if the glibc code didn't define them. This guard matches 42 - * the guard in glibc/inet/netinet/in.h which defines the
|
| /openbmc/openbmc/meta-openpower/recipes-phosphor/host/ |
| H A D | op-proc-control-systemd-links.bb | 93 …LINK="$D$systemd_system_unitdir/obmc-host-start@0.target.wants/phal-create-boottime-guard-indicato… 94 TARGET="../phal-create-boottime-guard-indicator.service" 96 …LINK="$D$systemd_system_unitdir/obmc-host-quiesce@0.target.wants/phal-create-boottime-guard-indica… 170 …LINK="$D$systemd_system_unitdir/obmc-host-start@0.target.wants/phal-create-boottime-guard-indicato… 172 …LINK="$D$systemd_system_unitdir/obmc-host-quiesce@0.target.wants/phal-create-boottime-guard-indica…
|
| /openbmc/qemu/hw/nvme/ |
| H A D | dif.c | 87 dif->g16.guard = cpu_to_be16(crc); in nvme_dif_pract_generate_dif_crc16() 121 dif->g64.guard = cpu_to_be64(crc); in nvme_dif_pract_generate_dif_crc64() 184 trace_pci_nvme_dif_prchk_guard_crc16(be16_to_cpu(dif->g16.guard), crc); in nvme_dif_prchk_crc16() 186 if (be16_to_cpu(dif->g16.guard) != crc) { in nvme_dif_prchk_crc16() 252 trace_pci_nvme_dif_prchk_guard_crc64(be64_to_cpu(dif->g64.guard), crc); in nvme_dif_prchk_crc64() 254 if (be64_to_cpu(dif->g64.guard) != crc) { in nvme_dif_prchk_crc64() 603 dif->g64.guard = cpu_to_be64(0x6482d367eb22b64e); in nvme_dif_rw()
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/cogl/cogl-1.0/ |
| H A D | 0001-configure.ac-don-t-require-eglmesaext.h.patch | 58 +dnl Set the usual include guard define and, if the EGL implementation doesn't 59 +dnl use that guard fall back to USE_OZONE and EGL_NO_X11 platforms which don't
|
| /openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
| H A D | 0007-kexec.c-add-guard-around-ENOTSUP.patch | 4 Subject: [PATCH] kexec.c: add guard around ENOTSUP
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | at91sam9x5dm.dtsi | 29 atmel,guard-time = <1>;
|
| /openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/ |
| H A D | 0004-mtd-utils-common.h-no-features.h-for-klibc-builds.patch | 6 Add guard around features.h to fix missing include (here first error):
|