Home
last modified time | relevance | path

Searched refs:constant (Results 1 – 25 of 172) sorted by relevance

1234567

/openbmc/openbmc/meta-fii/meta-mori/recipes-extended/rsyslog/rsyslog/
H A Drsyslog.conf14 constant(value=" ")
16 constant(value=",")
18 constant(value=",")
20 constant(value=",")
22 constant(value=",")
24 constant(value=",")
26 constant(value="\n")
33 constant(value=" ")
35 constant(value=",")
37 constant(value="\n")
[all …]
/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-extended/rsyslog/rsyslog/
H A Drsyslog.conf14 constant(value=" ")
16 constant(value=",")
18 constant(value=",")
20 constant(value=",")
22 constant(value=",")
24 constant(value=",")
26 constant(value="\n")
33 constant(value=" ")
35 constant(value=",")
37 constant(value="\n")
[all …]
/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-extended/rsyslog/rsyslog/
H A Drsyslog.conf14 constant(value=" ")
16 constant(value=",")
18 constant(value=",")
20 constant(value=",")
22 constant(value=",")
24 constant(value=",")
26 constant(value="\n")
33 constant(value=" ")
35 constant(value=",")
37 constant(value="\n")
[all …]
/openbmc/openbmc/meta-ampere/meta-common/recipes-extended/rsyslog/rsyslog/
H A Drsyslog.conf14 constant(value=" ")
16 constant(value=",")
18 constant(value=",")
20 constant(value=",")
22 constant(value=",")
24 constant(value=",")
26 constant(value="\n")
33 constant(value=" ")
35 constant(value=",")
37 constant(value="\n")
[all …]
/openbmc/openbmc/meta-supermicro/meta-common/recipes-extended/rsyslog/rsyslog/
H A Drsyslog.conf14 constant(value=" ")
16 constant(value=",")
18 constant(value=",")
20 constant(value=",")
22 constant(value=",")
24 constant(value=",")
26 constant(value="\n")
33 constant(value=" ")
35 constant(value=",")
37 constant(value="\n")
[all …]
/openbmc/openbmc/meta-fii/meta-kudo/recipes-extended/rsyslog/rsyslog/
H A Drsyslog.conf14 constant(value=" ")
16 constant(value=",")
18 constant(value=",")
20 constant(value=",")
22 constant(value=",")
24 constant(value=",")
26 constant(value="\n")
33 constant(value=" ")
35 constant(value=",")
37 constant(value="\n")
[all …]
/openbmc/openbmc/meta-facebook/recipes-extended/rsyslog/rsyslog/
H A Drsyslog.conf17 constant(value=" ")
19 constant(value=", ")
21 constant(value="\n")
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/flite/flite/
H A D0001-Remove-defining-const-as-nothing.patch10 …e/bits/stdlib.h:38:54: error: pass_object_size attribute only applies to constant pointer arguments
13 …e/bits/stdlib.h:73:43: error: pass_object_size attribute only applies to constant pointer arguments
16 …e/bits/stdlib.h:91:55: error: pass_object_size attribute only applies to constant pointer arguments
19 …/bits/stdlib.h:129:71: error: pass_object_size attribute only applies to constant pointer arguments
22 …/bits/stdlib.h:159:68: error: pass_object_size attribute only applies to constant pointer arguments
/openbmc/entity-manager/src/entity_manager/
H A Dexpression.cpp98 int constant = std::stoi(*curr); in evaluate() local
99 substitute = evaluate(substitute, *next, constant); in evaluate()
/openbmc/qemu/tests/qemu-iotests/
H A D137.out25 qemu-io: Conflicting values for qcow2 options 'overlap-check' ('constant') and 'overlap-check.templ…
26 …bb' for qcow2 option 'overlap-check'. Allowed are any of the following: none, constant, cached, all
27 …bb' for qcow2 option 'overlap-check'. Allowed are any of the following: none, constant, cached, all
35 …bb' for qcow2 option 'overlap-check'. Allowed are any of the following: none, constant, cached, all
/openbmc/openbmc/meta-security/recipes-ids/samhain/files/
H A D0010-Fix-initializer-element-is-not-constant.patch4 Subject: [PATCH] Fix initializer element is not constant
9 | x_sh_dbIO.c:229:36: error: initializer element is not constant
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/
H A D0005-nss-does-not-build-on-mips-with-clang-because-wrong-.patch7 …or: comparison of constant 18446744073709551615 with expression of type 'unsigned long' is always …
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-proc-Make-PROC_PID_FILE-not-use-variable-length-arra.patch8 …70:3: error: variable length array folded to constant array as an extension [-Werror,-Wgnu-folding…
/openbmc/u-boot/scripts/
H A Dconst_structs.checkpatch1 # Put structs here that should be constant
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlstarlet/files/
H A D0001-Make-xmlError-struct-constant.patch4 Subject: [PATCH] Make xmlError struct constant
7 xmlGetLastError() returns pointer to a constant xmlError struct.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openconnect/openconnect/
H A D0001-Shim-for-renaming-of-GNUTLS_NO_EXTENSIONS-in-GnuTLS-.patch6 The constant `GNUTLS_NO_EXTENSIONS` was renamed in
12 We need to re-add the constant ourselves in order to build correctly with
/openbmc/openbmc/poky/meta/recipes-devtools/unifdef/unifdef/
H A D0001-Don-t-use-C23-constexpr-keyword.patch22 -static bool constexpr; /* constant #if expression */
23 +static bool is_constexpr; /* constant #if expression */
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c/
H A D0001-fix-bool-reserved-word-error-in-gcc-15.patch8 srcdir/lib/util/include/bool.h:13:5: error: cannot use keyword 'false' as enumeration constant
17 srcdir/lib/util/include/bool.h:13:5: error: cannot use keyword 'false' as enumeration constant
/openbmc/openbmc/meta-yadro/recipes-phosphor/dbus/phosphor-dbus-interfaces/
H A D0001-Add-boot-initiator-mailbox-interface.patch88 + The property is constant and is only set by the implementation
99 + constant. The implementing application is responsible for setting
103 + The property is constant and is only set by the implementation
114 + The size of the array is a constant depending on the requirements
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/
H A Dfix-narrowing-warning.patch5 sensor_factors_000.cpp:66:5: error: non-constant-expression cannot be narrowed from type 'int' to '…
/openbmc/qemu/scripts/coccinelle/
H A Dexec_rw_const.cocci52 // Avoid uses of address_space_rw() with a constant is_write argument.
65 // Avoid uses of cpu_physical_memory_rw() with a constant is_write argument.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/
H A D0014-timeSync-Portable-way-to-print-64bit-time_t.patch33 - tx->status, tx->constant, tx->precision, tx->tolerance, tx->tick);
37 + tx->status, (intmax_t)tx->constant, (intmax_t)tx->precision, (intmax_t)tx->tolerance, (…
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyfanotify/
H A D0001-ext-define-FNM_EXTMATCH-if-not-already-defined.patch6 On musl this constant is not defined. Define it locally if not present.
/openbmc/openbmc/meta-openpower/recipes-devtools/hostboot/
H A Dhostboot-debug-tools.bb10 perl-module-constant \
/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/
H A Dperl-rdepends.txt5 RDEPENDS:perl-module-file-spec += "perl-module-constant"
26 RDEPENDS:perl-module-app-cpan += "perl-module-constant"
41 RDEPENDS:perl-module-app-prove += "perl-module-constant"
50 RDEPENDS:perl-module-app-prove-state += "perl-module-constant"
57 RDEPENDS:perl-module-app-prove-state-result += "perl-module-constant"
62 RDEPENDS:perl-module-archive-tar-constant += "perl-module-constant"
63 RDEPENDS:perl-module-archive-tar-constant += "perl-module-exporter"
64 RDEPENDS:perl-module-archive-tar-constant += "perl-module-io-compress-bzip2"
65 RDEPENDS:perl-module-archive-tar-constant += "perl-module-strict"
66 RDEPENDS:perl-module-archive-tar-constant += "perl-module-time-local"
[all …]

1234567