Home
last modified time | relevance | path

Searched refs:redundant (Results 1 – 25 of 166) sorted by relevance

1234567

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/
H A Dconfigurefix.patch4redundant RPATH /usr/libWARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/pack…
5 …rectfb-1.4.15-r1/packages-split/directfb/usr/bin/mkdfiff contains probably-redundant RPATH /usr/lib
6 …rectfb-1.4.15-r1/packages-split/directfb/usr/bin/dfbinfo contains probably-redundant RPATH /usr/lib
7 …fb-1.4.15-r1/packages-split/directfb/usr/bin/dfbpenmount contains probably-redundant RPATH /usr/lib
8 …/directfb-1.4.15-r1/packages-split/directfb/usr/bin/dfbg contains probably-redundant RPATH /usr/lib
9 …15-r1/packages-split/directfb/usr/lib/libfusion-1.4.so.6 contains probably-redundant RPATH /usr/lib
10 …packages-split/directfb/usr/lib/libdirectfb-1.4.so.6.0.9 contains probably-redundant RPATH /usr/lib
11 …-r1/packages-split/directfb/usr/lib/libdirectfb-1.4.so.6 contains probably-redundant RPATH /usr/lib
12 …1/packages-split/directfb/usr/lib/libfusion-1.4.so.6.0.9 contains probably-redundant RPATH /usr/lib
13 …ctfb/usr/lib/directfb-1.4-6/systems/libdirectfb_fbdev.so contains probably-redundant RPATH /usr/lib
[all …]
/openbmc/linux/scripts/
H A DMakefile.asm-generic22 redundant := $(filter $(mandatory-y) $(generated-y), $(generic-y))
23 redundant += $(foreach f, $(generic-y), $(if $(wildcard $(srctree)/$(src)/$(f)),$(f)))
24 redundant := $(sort $(redundant))
25 $(if $(redundant),\
26 $(warning redundant generic-y found in $(src)/Kbuild: $(redundant)))
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/
H A Dlog_phase_fault.md5 Logs a redundant phase fault error for a voltage regulator. This action should
9 A regulator may contain one or more redundant phases:
11 - An "N+2" regulator has two redundant phases
12 - An "N+1" regulator has one redundant phase
22 | n+1 | An "N+2" regulator has lost one redundant phase. The regulator is now at redundancy level …
23 | n | Regulator has lost all redundant phases. The regulator is now at redundancy level N. …
H A Dphase_fault_detection.md5 Specifies how to detect and log redundant phase faults in a voltage regulator.
10 A regulator may have redundant phases. If a redundant phase fails, the regulator
/openbmc/obmc-console/
H A D.clang-tidy26 bugprone-redundant-branch-condition,
143 misc-redundant-expression,
192 readability-redundant-access-specifiers,
193 readability-redundant-control-flow,
194 readability-redundant-declaration,
195 readability-redundant-function-ptr-dereference,
196 readability-redundant-member-init,
197 readability-redundant-preprocessor,
198 readability-redundant-smartptr-get,
199 readability-redundant-string-cstr,
[all …]
/openbmc/libpldm/
H A D.clang-tidy26 bugprone-redundant-branch-condition,
143 misc-redundant-expression,
192 readability-redundant-access-specifiers,
193 readability-redundant-control-flow,
194 readability-redundant-declaration,
195 readability-redundant-function-ptr-dereference,
196 readability-redundant-member-init,
197 readability-redundant-preprocessor,
198 readability-redundant-smartptr-get,
199 readability-redundant-string-cstr,
[all …]
/openbmc/u-boot/tools/
H A Dmkenvimage.c77 int redundant = 0; in main() local
107 redundant = 1; in main()
151 envsize = datasize - (CRC_SIZE + redundant); in main()
152 envptr = dataptr + CRC_SIZE + redundant; in main()
290 if (redundant) in main()
/openbmc/linux/Documentation/devicetree/bindings/nvmem/
H A Du-boot,env.yaml37 - description: Two redundant blocks with active one flagged
38 const: u-boot,env-redundant-bool
39 - description: Two redundant blocks with active having higher counter
40 const: u-boot,env-redundant-count
/openbmc/openbmc/meta-raspberrypi/.github/workflows/
H A Dcancel-redundant-workflows.yml5 name: Cancel redundant workflows
17 cancel-redundant-workflows:
/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/gn/
H A Dgn_git.bb19 # ../git/src/gn/desc_builder.cc:179:21: error: redundant move in return statement [-Werror=redundan…
21 CXXFLAGS += "-Wno-error=redundant-move"
/openbmc/phosphor-time-manager/
H A D.clang-tidy31 bugprone-redundant-branch-condition,
224 misc-redundant-expression,
287 readability-redundant-access-specifiers,
288 readability-redundant-control-flow,
289 readability-redundant-declaration,
290 readability-redundant-function-ptr-dereference,
291 readability-redundant-member-init,
292 readability-redundant-preprocessor,
293 readability-redundant-smartptr-get,
294 readability-redundant-string-cstr,
[all …]
/openbmc/entity-manager/
H A D.clang-tidy43 bugprone-redundant-branch-condition,
255 misc-redundant-expression,
270 modernize-redundant-void-arg,
325 readability-redundant-control-flow,
326 readability-redundant-declaration,
328 readability-redundant-inline-specifier,
329 readability-redundant-member-init,
330 readability-redundant-preprocessor,
331 readability-redundant-smartptr-get,
332 readability-redundant-string-cstr,
[all …]
/openbmc/dbus-sensors/
H A D.clang-tidy44 bugprone-redundant-branch-condition,
272 misc-redundant-expression,
287 modernize-redundant-void-arg,
350 readability-redundant-casting,
351 readability-redundant-control-flow,
352 readability-redundant-declaration,
355 readability-redundant-member-init,
356 readability-redundant-preprocessor,
357 readability-redundant-smartptr-get,
358 readability-redundant-string-cstr,
[all …]
/openbmc/bmcweb/
H A D.clang-tidy45 bugprone-redundant-branch-condition,
275 misc-redundant-expression,
290 modernize-redundant-void-arg,
354 readability-redundant-casting,
355 readability-redundant-control-flow,
356 readability-redundant-declaration,
359 readability-redundant-member-init,
360 readability-redundant-preprocessor,
361 readability-redundant-smartptr-get,
362 readability-redundant-string-cstr,
[all …]
/openbmc/phosphor-led-sysfs/
H A D.clang-tidy33 bugprone-redundant-branch-condition,
228 misc-redundant-expression,
291 readability-redundant-access-specifiers,
292 readability-redundant-control-flow,
293 readability-redundant-declaration,
294 readability-redundant-function-ptr-dereference,
295 readability-redundant-member-init,
296 readability-redundant-preprocessor,
297 readability-redundant-smartptr-get,
298 readability-redundant-string-cstr,
[all …]
/openbmc/estoraged/
H A D.clang-tidy34 bugprone-redundant-branch-condition,
224 misc-redundant-expression,
277 readability-redundant-control-flow,
278 readability-redundant-declaration,
279 readability-redundant-function-ptr-dereference,
280 readability-redundant-member-init,
281 readability-redundant-preprocessor,
282 readability-redundant-smartptr-get,
283 readability-redundant-string-cstr,
284 readability-redundant-string-init,
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/
H A DFanRedundancy.interface.yaml2 An interface to set whether fans are redundant.
30 System is in a fully redundant state.
H A DPowerSupplyRedundancy.interface.yaml2 An interface to set whether the power supplies are redundant.
9 When true, the power supplies are redundant.
/openbmc/linux/tools/perf/util/scripting-engines/
H A DBuild6 CFLAGS_trace-event-perl.o += $(PERL_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-…
9 CFLAGS_trace-event-python.o += $(PYTHON_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -…
/openbmc/phosphor-power/phosphor-regulators/
H A DREADME.md40 Some voltage regulators contain redundant phases. If a redundant phase fails,
44 Voltage regulators can be monitored for redundant phase faults. If a fault is
/openbmc/u-boot/tools/env/
H A Dfw_env.c1397 struct env_image_redundant *redundant; in fw_env_open() local
1418 redundant = addr0; in fw_env_open()
1419 environment.crc = &redundant->crc; in fw_env_open()
1420 environment.flags = &redundant->flags; in fw_env_open()
1421 environment.data = redundant->data; in fw_env_open()
1457 redundant = addr1; in fw_env_open()
1494 crc1_ok = (crc1 == redundant->crc); in fw_env_open()
1495 flag1 = redundant->flags; in fw_env_open()
1549 environment.crc = &redundant->crc; in fw_env_open()
1550 environment.flags = &redundant->flags; in fw_env_open()
[all …]
/openbmc/qemu/scripts/
H A Dclean-includes202 * Including it in a .h is redundant, since the .c already includes
204 * Likewise, including headers qemu/osdep.h includes is redundant.
/openbmc/linux/tools/perf/scripts/python/Perf-Trace-Util/
H A DBuild4 CFLAGS_Context.o += $(PYTHON_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-…
/openbmc/linux/net/hsr/
H A DKconfig20 ports), giving a redundant, instant fail-over network. Each HSR node
27 a redundant, instant fail-over network. Unlike HSR, PRP networks
/openbmc/linux/tools/perf/scripts/perl/Perf-Trace-Util/
H A DBuild3 CFLAGS_Context.o += $(PERL_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-bad-funct…

1234567