Home
last modified time | relevance | path

Searched refs:structs (Results 1 – 25 of 109) sorted by relevance

12345

/openbmc/u-boot/Documentation/sphinx/
H A Dparse-headers.pl29 my %structs;
113 $structs{$s} = "struct :c:type:`$s`\\ ";
169 delete $structs{$1} if (exists($structs{$1}));
220 $structs{$old} = $new if (exists($structs{$old}));
232 print Data::Dumper->Dump([\%structs], [qw(*structs)]) if (%structs);
300 foreach my $r (keys %structs) {
301 my $s = $structs{$r};
/openbmc/linux/Documentation/sphinx/
H A Dparse-headers.pl29 my %structs;
113 $structs{$s} = "struct $s\\ ";
169 delete $structs{$1} if (exists($structs{$1}));
220 $structs{$old} = $new if (exists($structs{$old}));
232 print Data::Dumper->Dump([\%structs], [qw(*structs)]) if (%structs);
300 foreach my $r (keys %structs) {
301 my $s = $structs{$r};
/openbmc/u-boot/tools/dtoc/
H A Ddtb_platdata.py353 structs = {}
364 if node_name in structs:
365 struct = structs[node_name]
375 structs[node_name] = fields
380 struct = structs[node_name]
390 return structs
420 def generate_structs(self, structs): argument
432 for name in sorted(structs):
434 for pname in sorted(structs[name]):
435 prop = structs[name][pname]
[all …]
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0033-dt-Provide-a-way-to-remove-non-compliant-nodes-and-p.patch19 include/dt-structs.h | 11 +++++++
25 diff --git a/include/dt-structs.h b/include/dt-structs.h
27 --- a/include/dt-structs.h
28 +++ b/include/dt-structs.h
67 +#include <dt-structs.h>
H A D0035-corstone1000-purge-U-Boot-specific-DT-nodes.patch24 +#include <dt-structs.h>
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/
H A D0001-Define-in_-structs-for-non-glibc-system-libs.patch4 Subject: [PATCH] Define in_* structs for non-glibc system libs
6 These defines and structs are required to be coming from
10 to infer that these structs should be defined in linux/in.h
/openbmc/u-boot/scripts/
H A Dconst_structs.checkpatch1 # Put structs here that should be constant
/openbmc/linux/tools/bpf/resolve_btfids/
H A Dmain.c132 struct rb_root structs; member
467 id = add_symbol(&obj->structs, prefix, sizeof(BTF_STRUCT) - 1); in symbols_collect()
577 root = &obj->structs; in symbols_resolve()
733 if (__symbols_patch(obj, &obj->structs) || in symbols_patch()
771 .structs = RB_ROOT, in main()
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/
H A D0001-Platform-Corstone1000-Align-capsule-UEFI-structs.patch4 Subject: [PATCH 1/9] Platform: Corstone1000: Align capsule UEFI structs
8 The structs have to be aligned in the TF-M side parser to avoid
H A D0007-Plaform-Corstone1000-Switch-to-metadata-v2.patch6 This upgrades metadata data structs from v1 to v2 as described in PSA
11 structs in TF-M side had to be aligned to keep the compatibility.
61 + /* Array of fwu_image_entry structs */
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-bitstruct_8.19.0.bb1 DESCRIPTION = "This module performs conversions between Python values and C bit field structs repre…
/openbmc/linux/Documentation/userspace-api/media/
H A Dnet.h.rst.exceptions6 # Ignore old ioctls/structs
/openbmc/linux/Documentation/mm/
H A Dvmemmap_dedup.rst51 structs which size is (unit: pages)::
83 size of ``struct page`` structs of it is 8 page frames which size depends on the
92 Where the struct_size(pmd) is the size of the ``struct page`` structs of a
100 ``struct page`` structs associated with a HugeTLB page which is pmd mapped.
173 size of the ``struct page`` structs is greater than **1** page.
/openbmc/openbmc/meta-google/recipes-extended/libconfig/files/
H A D0001-conf2struct-Use-the-right-perl.patch22 # conf2struct: generate libconf parsers that read to structs
/openbmc/linux/Documentation/networking/
H A Dgen_stats.rst7 Statistic counters are grouped into structs:
22 Declare the statistic structs you need::
/openbmc/linux/drivers/staging/gdm724x/
H A DTODO10 - Review use of atomic allocation for tx structs
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/geany-plugins/
H A D0001-git-changebar-Adjust-structs-for-libgit2-1.4.x.patch4 Subject: [PATCH] git-changebar: Adjust structs for libgit2 1.4.x
/openbmc/openbmc/meta-security/recipes-scanners/clamav/files/
H A Doe_cmake_fixup.patch27 # Determine how to pack structs on this platform.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/librelp/
H A D0001-tests-Include-missing-sys-time.h.patch7 is not included indirectly and select() and timeval structs are used
/openbmc/linux/Documentation/doc-guide/
H A Dparse-headers.rst25 parse_headers.pl - parse a C file, in order to identify functions, structs,
72 It is capable of identifying defines, functions, structs, typedefs,
H A Dkernel-doc.rst200 Members of structs, unions and enums should be documented the same way
231 Nested structs/unions
234 It is possible to document nested structs and unions, like::
237 * struct nested_foobar - a struct with nested unions and structs
276 #) When documenting nested structs or unions, if the struct/union ``foo``
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0006-nativesdk-glibc-Allow-64-bit-atomics-for-x86.patch38 - inside structs, so it is currently not possible to use 64-bit
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin-sipe/
H A D0001-Align-structs-casts-with-time_t-elements-to-8byte-bo.patch4 Subject: [PATCH] Align structs casts with time_t elements to 8byte boundary
/openbmc/u-boot/doc/driver-model/
H A Dof-plat.txt207 #include <dt-structs.h>
290 The dt-structs.h file includes the generated file
291 (include/generated//dt-structs.h) if CONFIG_SPL_OF_PLATDATA is enabled.
292 Otherwise (such as in U-Boot proper) these structs are not available. This
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/
H A Dpidgin-sipe_1.25.0.bb12 file://0001-Align-structs-casts-with-time_t-elements-to-8byte-bo.patch \

12345