Home
last modified time | relevance | path

Searched full:avoid (Results 1 – 25 of 1608) sorted by relevance

12345678910>>...65

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netperf/files/
H A D0001-nettest_omni-Remove-duplicate-variable-definitions.patch27 - loc_sndavoid, /* avoid send copies locally */
28 - loc_rcvavoid, /* avoid recv copies locally */
29 - rem_sndavoid, /* avoid send copies remotely */
30 - rem_rcvavoid; /* avoid recv_copies remotely */
/openbmc/qemu/target/i386/kvm/
H A Dtdx-quote-generator.h17 /* Limit to avoid resource starvation. */
30 * Guest must set error_code to 0 to avoid information leak.
43 * On request, out_len must be zero to avoid information leak.
52 * should zero remaining buffer to avoid information leak.
/openbmc/openbmc/poky/meta/recipes-support/db/db/
H A D0001-configure-Add-explicit-tag-options-to-libtool-invoca.patch26 -MAKEFILE_SOLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CCLINK} -avoid-version"
29 -MAKEFILE_XSOLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CXXLINK} -avoid-version"
32 +MAKEFILE_SOLINK="\$(LIBTOOL) --tag=CC --mode=link ${MAKEFILE_CCLINK} -avoid-version"
35 +MAKEFILE_XSOLINK="\$(LIBTOOL) --tag=CXX --mode=link ${MAKEFILE_CXXLINK} -avoid-version"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/7zip/bit7z/
H A D0001-Fix-tests-with-musl.patch16 @@ -49,6 +49,8 @@ constexpr PortableErrorTest hresult_tests[] = { // NOLINT(*-avoid-c-arrays)
25 @@ -67,6 +69,8 @@ constexpr PortableErrorTest hresult_tests[] = { // NOLINT(*-avoid-c-arrays)
34 @@ -74,6 +78,8 @@ constexpr PortableErrorTest hresult_tests[] = { // NOLINT(*-avoid-c-arrays)
43 @@ -81,6 +87,8 @@ constexpr PortableErrorTest hresult_tests[] = { // NOLINT(*-avoid-c-arrays)
/openbmc/qemu/include/hw/riscv/
H A Dboot_opensbi.h50 * stage leading to boot-time crash. To avoid this boot-time crash,
54 * To avoid specifying a preferred boot HART, the previous booting
80 * stage leading to boot-time crash. To avoid this boot-time crash,
84 * To avoid specifying a preferred boot HART, the previous booting
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/
H A D0010-oprofile-Determine-the-root-home-directory-dynamical.patch28 - of <filename>/root</filename> to avoid storing sample data files in locations accessible by regu…
30 + of <filename>~root</filename> to avoid storing sample data files in locations accessible by regu…
41 - of <code class="filename">/root</code> to avoid storing sample data files in locations accessibl…
43 + of <code class="filename">~root</code> to avoid storing sample data files in locations accessibl…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/files/
H A D0001-define-__THROW-to-avoid-build-issue-with-musl.patch4 Subject: [PATCH 1/2] define __THROW to avoid build issue with musl
25 +/* define __THROW to avoid build issue when it's not available from the libc */
40 +/* define __THROW to avoid build issue when it's not available from the libc */
/openbmc/phosphor-led-sysfs/
H A Dargument.hpp31 // NOLINTNEXTLINE(cppcoreguidelines-avoid-c-arrays)
38 // NOLINTNEXTLINE(cppcoreguidelines-avoid-c-arrays)
46 // NOLINTNEXTLINE(cppcoreguidelines-avoid-c-arrays)
/openbmc/openbmc/poky/meta/recipes-devtools/cmake/cmake/
H A D0001-CMakeDetermineCompilerABI-Strip-pipe-from-compile-fl.patch45 - # Avoid failing ABI detection on warnings.
46 + # Avoid failing ABI detection caused by non-functionally relevant
54 + # Avoid failing ABI detection on warnings.
56 + # Avoid passing of "-pipe" when determining the compiler internals. With
/openbmc/u-boot/arch/microblaze/include/asm/
H A Dtypes.h11 * need to be careful to avoid a name clashes.
17 * These aren't exported outside the kernel to avoid name space clashes
/openbmc/bmcweb/
H A D.clang-tidy207 cppcoreguidelines-avoid-c-arrays,
208 cppcoreguidelines-avoid-capturing-lambda-coroutines,
209 cppcoreguidelines-avoid-goto,
210 cppcoreguidelines-avoid-non-const-global-variables,
211 cppcoreguidelines-avoid-reference-coroutine-parameters,
256 modernize-avoid-bind,
282 performance-avoid-endl,
300 readability-avoid-const-params-in-decls,
301 readability-avoid-nested-conditional-operator,
302 readability-avoid-return-with-void-value,
[all …]
/openbmc/openbmc/poky/meta/site/
H A Dcommon7 # Avoid sudo to assume void for unsetenv in cross environment, or else it conflicts with
11 # shadow dir info, to avoid searching build system
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c/
H A D0001-unix-common.mk-Ensuring-Sequential-Execution-of-rm-a.patch4 Subject: [PATCH] unix-common.mk: Avoid race condition between mutliple make
16 should avoid the need for rm (and hopefully will avoid this race)
24 out why we can at least avoid the random build failures.
/openbmc/openpower-hw-diags/
H A Dconfig.h.in6 // Use constexpr and avoid #define whenever possible. This has the benefit of
19 // Avoid using #define whenever possible. See note above for reason.
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A D__init__.py31 avoid = False
34 avoid = True
36 if avoid:
/openbmc/openbmc/poky/meta/recipes-support/libfm/libfm/
H A D0001-Do-not-add-library-path-to-avoid-host-contamination.patch4 Subject: [PATCH] Do not add library path to avoid host contamination
19 -no-undefined -module -avoid-version -shared -export-dynamic \
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/
H A D0001-include-linux-sysinfo.h-directly.patch6 This is done to avoid the kernel header linux/kernel.h to use
10 override to avoid this assumption
/openbmc/u-boot/
H A DKbuild16 # Use filechk to avoid rebuilds when a header changes, but the resulting file
41 # We use internal kbuild rules to avoid the "is up to date" message from make
62 # We use internal kbuild rules to avoid the "is up to date" message from make
/openbmc/openbmc/poky/meta/recipes-core/picolibc/
H A Dpicolibc_git.bb15 # This is being added by picolibc meson files as well to avoid
34 # No rpm package is actually created but -dev depends on it, avoid dnf error
/openbmc/u-boot/arch/nios2/include/asm/
H A Dtypes.h9 * need to be careful to avoid a name clashes.
34 * These aren't exported outside the kernel to avoid name space clashes
/openbmc/dbus-sensors/
H A D.clang-tidy193 cppcoreguidelines-avoid-c-arrays,
194 cppcoreguidelines-avoid-capturing-lambda-coroutines,
195 cppcoreguidelines-avoid-goto,
238 modernize-avoid-bind,
281 readability-avoid-const-params-in-decls,
282 readability-avoid-nested-conditional-operator,
283 readability-avoid-return-with-void-value,
284 readability-avoid-unconditional-preprocessor-if,
/openbmc/u-boot/include/dm/
H A Dplatdata.h18 * NOTE: Avoid using this except in extreme circumstances, where device tree
35 * NOTE: Avoid using these except in extreme circumstances, where device tree
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0022-avoid-missing-LOCK_EX-declaration.patch4 Subject: [PATCH] avoid missing LOCK_EX declaration
6 This only happens on MUSL. Include sys/file.h to avoid compilation
/openbmc/openbmc/meta-security/recipes-security/ecryptfs-utils/files/
H A D0001-avoid-race-condition.patch4 Subject: [PATCH] avoid race condition
9 This would avoid race condition which causes install failure.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/
H A Dopenl2tp-simplify-gcc-warning-hack.patch25 * So we redefine the constant with UL suffix to avoid the gcc warning.
26 * Is there some C preprocessor magic that could avoid having to do this?

12345678910>>...65