/openbmc/u-boot/Documentation/sphinx/ |
H A D | parse-headers.pl | 29 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 D | parse-headers.pl | 29 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 D | dtb_platdata.py | 353 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 D | 0033-dt-Provide-a-way-to-remove-non-compliant-nodes-and-p.patch | 19 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 D | 0035-corstone1000-purge-U-Boot-specific-DT-nodes.patch | 24 +#include <dt-structs.h>
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/ |
H A D | 0001-Define-in_-structs-for-non-glibc-system-libs.patch | 4 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 D | const_structs.checkpatch | 1 # Put structs here that should be constant
|
/openbmc/linux/tools/bpf/resolve_btfids/ |
H A D | main.c | 132 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 D | 0001-Platform-Corstone1000-Align-capsule-UEFI-structs.patch | 4 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 D | 0007-Plaform-Corstone1000-Switch-to-metadata-v2.patch | 6 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 D | python3-bitstruct_8.19.0.bb | 1 DESCRIPTION = "This module performs conversions between Python values and C bit field structs repre…
|
/openbmc/linux/Documentation/userspace-api/media/ |
H A D | net.h.rst.exceptions | 6 # Ignore old ioctls/structs
|
/openbmc/linux/Documentation/mm/ |
H A D | vmemmap_dedup.rst | 51 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 D | 0001-conf2struct-Use-the-right-perl.patch | 22 # conf2struct: generate libconf parsers that read to structs
|
/openbmc/linux/Documentation/networking/ |
H A D | gen_stats.rst | 7 Statistic counters are grouped into structs: 22 Declare the statistic structs you need::
|
/openbmc/linux/drivers/staging/gdm724x/ |
H A D | TODO | 10 - Review use of atomic allocation for tx structs
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/geany-plugins/ |
H A D | 0001-git-changebar-Adjust-structs-for-libgit2-1.4.x.patch | 4 Subject: [PATCH] git-changebar: Adjust structs for libgit2 1.4.x
|
/openbmc/openbmc/meta-security/recipes-scanners/clamav/files/ |
H A D | oe_cmake_fixup.patch | 27 # Determine how to pack structs on this platform.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/librelp/ |
H A D | 0001-tests-Include-missing-sys-time.h.patch | 7 is not included indirectly and select() and timeval structs are used
|
/openbmc/linux/Documentation/doc-guide/ |
H A D | parse-headers.rst | 25 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 D | kernel-doc.rst | 200 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 D | 0006-nativesdk-glibc-Allow-64-bit-atomics-for-x86.patch | 38 - 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 D | 0001-Align-structs-casts-with-time_t-elements-to-8byte-bo.patch | 4 Subject: [PATCH] Align structs casts with time_t elements to 8byte boundary
|
/openbmc/u-boot/doc/driver-model/ |
H A D | of-plat.txt | 207 #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 D | pidgin-sipe_1.25.0.bb | 12 file://0001-Align-structs-casts-with-time_t-elements-to-8byte-bo.patch \
|