Home
last modified time | relevance | path

Searched refs:statement (Results 1 – 25 of 436) sorted by relevance

12345678910>>...18

/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Attestation/
H A DMeasurementSet.interface.yaml7 This method generates an SPDM cryptographic signed statement over the
39 signed statement.
48 Base64 encoded cryptographic signed statement generated by the
54 cryptographic signed statement.
59 cryptographic signed statement.
/openbmc/linux/tools/perf/util/scripting-engines/
H A DBuild6 …-undef -Wno-switch-default -Wno-bad-function-cast -Wno-declaration-after-statement -Wno-switch-enum
8 # -Wno-declaration-after-statement: The python headers have mixed code with declarations (decls aft…
9 …arameter -Wno-shadow -Wno-deprecated-declarations -Wno-switch-enum -Wno-declaration-after-statement
/openbmc/linux/scripts/coccinelle/api/alloc/
H A Dpool_zalloc-simple.cocci22 statement S;
36 statement S;
47 statement S;
62 statement S;
H A Dzalloc-simple.cocci34 statement S;
51 statement S;
134 statement S;
148 statement S;
178 statement S;
208 statement S;
238 statement S;
268 statement S;
298 statement S;
328 statement S;
[all …]
/openbmc/linux/scripts/coccinelle/iterators/
H A Dfor_each_child.cocci2 // Adds missing of_node_put() before return/break/goto statement within a for_each iterator for chi…
24 statement S;
56 statement S;
85 statement S,S2;
118 statement S,S2;
148 statement S;
186 statement S, S2;
217 statement S2;
241 statement S,S2;
275 statement S2;
H A Dlist_entry_update.cocci30 statement S;
42 statement S;
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dsqlalchemy.py145 statement = insert(UnihashesV3).from_select(
155 self.logger.debug("%s", statement)
156 await conn.execute(statement)
206 async def _execute(self, statement): argument
207 self.logger.debug("%s", statement)
208 return await self.db.execute(statement)
443 statement = (
454 statement = insert(UnihashesV3).values(
463 result = await self._execute(statement)
481 statement = (
[all …]
/openbmc/linux/Documentation/doc-guide/
H A Dparse-headers.rst101 The ignore or replace statement will apply to ioctl definitions like:
109 The ignore or replace statement will apply to any other #define found
116 The ignore or replace statement will apply to typedef statements at C_FILE.
122 The ignore or replace statement will apply to the name of struct statements
129 The ignore or replace statement will apply to the name of enum statements
136 The ignore or replace statement will apply to the name of enum value
142 also be explicitly defined at the replace statement.
/openbmc/linux/tools/perf/scripts/python/Perf-Trace-Util/
H A DBuild3 # -Wno-declaration-after-statement: The python headers have mixed code with declarations (decls aft…
4 …s -Wno-strict-prototypes -Wno-unused-parameter -Wno-nested-externs -Wno-declaration-after-statement
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/netplan/netplan/
H A D0001-networkd.c-define-scope-specific-to-case-statement.patch4 Subject: [PATCH] networkd.c: define scope specific to case statement
6 Per [1], define a scope specific to case statement to fix build with
17 [1] https://stackoverflow.com/questions/92396/why-cant-variables-be-declared-in-a-switch-statement
/openbmc/linux/scripts/coccinelle/api/
H A Dkstrdup.cocci20 statement S;
33 statement S;
50 statement S;
63 statement S;
H A Dmemdup.cocci38 statement S;
49 statement S;
/openbmc/linux/scripts/coccinelle/null/
H A Dderef_null.cocci44 statement S1,S2;
57 statement S1,S2,S3,S4;
118 statement S1,S2,S3,S4;
178 statement S1,S2,S3,S4;
240 statement S1,S2;
251 statement S1,S2,S3,S4;
H A Dkmerr.cocci33 statement S;
49 statement S;
/openbmc/linux/tools/memory-model/Documentation/
H A Dcontrol-dependencies.txt50 the original example by eliminating the "if" statement as follows:
60 identical stores on both branches of the "if" statement as follows:
158 Please note once again that each leg of the "if" statement absolutely
161 "if" statement, destroying the control dependency's ordering properties.
183 else-clause of the "if" statement in question. In particular, they do
184 not necessarily order the code following the entire "if" statement:
214 to code following that "if" statement.
226 (*) If both legs of the "if" statement contain identical stores to
230 barrier() at beginning and end of each leg of the "if" statement
247 of the "if" statement containing the control dependency, including
[all …]
/openbmc/linux/tools/testing/selftests/user_events/
H A Duser_events_selftests.h97 #define USER_EVENT_FIXTURE_SETUP(statement, umount) do { \ argument
105 SKIP(statement, "Skipping due to: %s", message); \
/openbmc/linux/Documentation/translations/zh_CN/process/
H A Dindex.rst35 kernel-enforcement-statement
36 kernel-driver-statement
/openbmc/linux/Documentation/translations/zh_TW/process/
H A Dindex.rst37 kernel-enforcement-statement
38 kernel-driver-statement
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-ARM-code-has-unreachable-code-after-switch-statement.patch4 Subject: [PATCH] ARM code has unreachable code after switch statement move
8 sysdeps/linux-gnu/arm/trace.c:173:33: error: statement will never be executed [-Werror=switch-unrea…
/openbmc/linux/Documentation/translations/it_IT/process/
H A Dindex.rst35 kernel-enforcement-statement
36 kernel-driver-statement
/openbmc/openbmc/poky/meta/recipes-multimedia/mpeg2dec/files/
H A Daltivec_h_needed.patch5 statement:
20 Here we include another statement "int tmp = __CR6_EQ;", in
/openbmc/u-boot/scripts/coccinelle/iterators/
H A Dlist_entry_update.cocci29 statement S;
41 statement S;
/openbmc/linux/Documentation/process/
H A Dindex.rst35 kernel-enforcement-statement
36 kernel-driver-statement
/openbmc/openbmc-test-automation/ffdc/docs/
H A Dplugin.md91 Plugin function without return statement.
100 Plugin function with return statement.
121 To accept multiple return values by using coma "," separated statement
207 The directive statement is
/openbmc/u-boot/scripts/coccinelle/null/
H A Dkmerr.cocci35 statement S;
51 statement S;

12345678910>>...18