Home
last modified time | relevance | path

Searched refs:guard (Results 1 – 25 of 85) sorted by relevance

1234

/openbmc/qemu/scripts/
H A Dclean-header-guards.pl89 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 Dguard-on-bmc.md13 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 Dfma_emu.c106 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 Dobmc-yadro-fwupdate_git.bb18 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 Dguard_git.bb1 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 Dforce-reboot.service.in3 Requires=reboot-guard-disable.service
4 After=reboot-guard-disable.service
H A Dreboot-guard-enable.service.in2 Description=Enable a guard that blocks BMC reboot
3 Before=reboot-guard-disable.service
H A Dreboot-guard-disable.service.in2 Description=Removes the guard that blocks BMC reboot
3 After=reboot-guard-enable.service
/openbmc/u-boot/doc/device-tree-bindings/video/
H A Datmel-hlcdc.txt13 - atmel,guard-time: lcd guard time (Delay in frame periods).
24 atmel,guard-time = <1>;
/openbmc/openpower-hw-diags/analyzer/ras-data/
H A Dras-data-parser.cpp382 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 Dras-data-definition.md99 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 Dphal-create-boottime-guard-indicator.service.in2 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 Dcpld.cpp19 std::optional<ScopedBmcMux> guard; in updateDevice() local
24 guard.emplace(muxGPIO); in updateDevice()
/openbmc/phosphor-pid-control/sensors/
H A Dhost.cpp73 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 Drepository.hpp39 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 Dguardlist21 guard_log_file=guard.log
/openbmc/openbmc/meta-openpower/recipes-bsp/ipl/
H A Dipl_git.bb18 libekb pdbg autoconf-archive guard pdata \
/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/
H A D0003-debug-prefix-map.patch29 …# 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 D0001-libc-compat.h-fix-some-issues-arising-from-in6.h.patch41 - * 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 Dop-proc-control-systemd-links.bb93 …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 Ddif.c87 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 D0001-configure.ac-don-t-require-eglmesaext.h.patch58 +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 D0007-kexec.c-add-guard-around-ENOTSUP.patch4 Subject: [PATCH] kexec.c: add guard around ENOTSUP
/openbmc/u-boot/arch/arm/dts/
H A Dat91sam9x5dm.dtsi29 atmel,guard-time = <1>;
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/
H A D0004-mtd-utils-common.h-no-features.h-for-klibc-builds.patch6 Add guard around features.h to fix missing include (here first error):

1234