/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gcab/gcab/ |
H A D | 0001-gcab-enums.c.etemplate-include-basename-instead-of-f.patch | 4 Subject: [PATCH] gcab-enums.c.etemplate: include @basename@ instead of full 8 …ERROR: QA Issue: File /usr/src/debug/gcab/1.6/libgcab/gcab-enums.c in package gcab-src contains re… 11 ./usr/src/debug/lib32-gcab/1.6/libgcab/gcab-enums.c:#include "WORKDIR/build/../gcab-1.6/libgcab/gca… 12 ./usr/src/debug/lib32-gcab/1.6/libgcab/gcab-enums.c:#include "WORKDIR/build/../gcab-1.6/libgcab/gca… 22 libgcab/gcab-enums.c.etemplate | 2 +- 25 diff --git a/libgcab/gcab-enums.c.etemplate b/libgcab/gcab-enums.c.etemplate 27 --- a/libgcab/gcab-enums.c.etemplate 28 +++ b/libgcab/gcab-enums.c.etemplate
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-connectivity/gupnp/gssdp/ |
H A D | 0001-gssdp-enums.c.template-use-basename-instead-of-filen.patch | 4 Subject: [PATCH] gssdp-enums.c.template: use basename instead of filename 12 libgssdp/gssdp-enums.c.template | 4 ++-- 15 diff --git a/libgssdp/gssdp-enums.c.template b/libgssdp/gssdp-enums.c.template 17 --- a/libgssdp/gssdp-enums.c.template 18 +++ b/libgssdp/gssdp-enums.c.template
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-connectivity/gupnp/gupnp/ |
H A D | 0001-gupnp-enums.c.template-use-basename-instead-of-filen.patch | 4 Subject: [PATCH] gupnp-enums.c.template: use @basename@ instead of @filename@ 12 libgupnp/gupnp-enums.c.template | 4 ++-- 15 diff --git a/libgupnp/gupnp-enums.c.template b/libgupnp/gupnp-enums.c.template 17 --- a/libgupnp/gupnp-enums.c.template 18 +++ b/libgupnp/gupnp-enums.c.template
|
/openbmc/linux/Documentation/userspace-api/netlink/ |
H A D | c-code-gen.rst | 36 ``max-by-define`` selects if max values for enums are defined as a 49 Enums and flags 52 Enums are named ``$family-$enum``. The full name can be set directly 59 (which are enabled by default for attribute enums). 66 Attribute enums are traditionally unnamed in netlink headers. 76 Attribute enums end with two special values ``__$pfx-MAX`` and ``$pfx-MAX`` 91 Similarly to attribute enums operation enums end with special count and max
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-photos/ |
H A D | gnome-photos_44.0.bb | 56 sed -i "s|${B}||" src/photos-enums.h 57 sed -i "s|${B}||" src/photos-enums.c 58 sed -i "s|${B}||" src/photos-enums-gegl.c 59 sed -i "s|${B}||" src/photos-enums-gegl.h
|
/openbmc/u-boot/Documentation/sphinx/ |
H A D | parse-headers.pl | 27 my %enums; 101 $enums{$s} = "enum :c:type:`$s`\\ "; 165 delete $enums{$1} if (exists($enums{$1})); 216 $enums{$old} = $new if (exists($enums{$old})); 231 print Data::Dumper->Dump([\%enums], [qw(*enums)]) if (%enums); 290 foreach my $r (keys %enums) { 291 my $s = $enums{$r}; 341 enums and defines and create cross-references to a Sphinx book. 378 enums and enum symbols and create cross-references for all of them.
|
/openbmc/linux/Documentation/sphinx/ |
H A D | parse-headers.pl | 27 my %enums; 101 $enums{$s} = "enum :c:type:`$s`\\ "; 165 delete $enums{$1} if (exists($enums{$1})); 216 $enums{$old} = $new if (exists($enums{$old})); 231 print Data::Dumper->Dump([\%enums], [qw(*enums)]) if (%enums); 290 foreach my $r (keys %enums) { 291 my $s = $enums{$r}; 341 enums and defines and create cross-references to a Sphinx book. 378 enums and enum symbols and create cross-references for all of them.
|
/openbmc/bmcweb/ |
H A D | .codespell-ignore | 3 redfish-core/include/generated/enums/task.hpp 4 redfish-core/include/generated/enums/job.hpp 9 redfish-core/include/generated/enums/drive.hpp
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center/ |
H A D | 0001-Add-meson-option-to-pass-sysroot.patch | 32 …sktop_dep.get_variable(pkgconfig: 'prefix') + '/include/gsettings-desktop-schemas/gdesktop-enums.h' 33 …ktop_dep.get_variable(pkgconfig: 'prefix') + '/include/gsettings-desktop-schemas/gdesktop-enums.h', 45 …sktop_dep.get_variable(pkgconfig: 'prefix') + '/include/gsettings-desktop-schemas/gdesktop-enums.h' 46 …ktop_dep.get_variable(pkgconfig: 'prefix') + '/include/gsettings-desktop-schemas/gdesktop-enums.h',
|
/openbmc/bmcweb/scripts/ |
H A D | generate_schema_enums.py | 15 SCRIPT_DIR, "..", "redfish-core", "include", "generated", "enums" 40 enums = [] 42 enums.append(member.attrib["Name"]) 43 EntityTypes.append(Enum(name, enums, namespace, filename))
|
/openbmc/sdbusplus/tools/sdbusplus/templates/ |
H A D | interface.common.hpp.mako | 25 % for e in interface.enums: 72 % for e in interface.enums: 99 % for e in interface.enums: 114 % for e in interface.enums: 179 % for e in interface.enums:
|
H A D | interface.md.mako | 35 % if len(interface.enums): 36 % for e in interface.enums:
|
/openbmc/libpldm/include/libpldm/ |
H A D | states.h | 11 /** @brief PLDM enums for the boot progress state set 18 /** @brief PLDM enums for system power states
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/magic-enum/ |
H A D | magic-enum_0.9.7.bb | 5 SUMMARY = "Static reflection for enums" 6 DESCRIPTION = "Header-only C++17 library provides static reflection for enums, works \
|
/openbmc/linux/include/trace/events/ |
H A D | tlb.h | 19 * First define the enums in TLB_FLUSH_REASON to be exported to userspace 30 * Now redefine the EM() and EMe() macros to map the enums to the strings
|
H A D | 9p.h | 87 /* Define EM() to export the enums to userspace via TRACE_DEFINE_ENUM() */ 96 /* And also use EM/EMe to define helper enums -- once */ 111 * Now redefine the EM() and EMe() macros to map the enums to the strings
|
H A D | mmflags.h | 279 * First define the enums in the above macros to be exported to userspace 289 /* COMPACTION_FEEDBACK are defines not enums. Not needed here. */ 294 * Now redefine the EM() and EMe() macros to map the enums to the strings
|
H A D | migrate.h | 28 * First define the enums in the above macros to be exported to userspace 40 * Now redefine the EM() and EMe() macros to map the enums to the strings
|
/openbmc/linux/arch/hexagon/ |
H A D | Makefile | 10 # Do not use single-byte enums; these will overflow. 11 KBUILD_CFLAGS += -fno-short-enums
|
/openbmc/qemu/include/qapi/ |
H A D | clone-visitor.h | 30 * Not usable on QAPI scalars (integers, strings, enums), nor on a 49 * Not usable on QAPI scalars (integers, strings, enums), nor on a
|
/openbmc/linux/drivers/gpu/drm/hisilicon/kirin/ |
H A D | kirin_ade_reg.h | 106 * ADE regs relevant enums 176 * LDI regs relevant enums 203 * ADE media bus service relevant enums
|
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/queue/interface/ |
H A D | ia_css_queue_comm.h | 26 /* Avoiding enums to save space */ 32 /* Avoiding enums to save space */
|
/openbmc/sdbusplus/tools/sdbusplus/ |
H A D | property.py | 124 # Enums can be processed directly. 129 # Local enums don't need a header, unless interface is provided. 139 # If the details part of the tuple has zero entries, no enums are 144 # Otherwise, the tuple-type might have enums embedded in it. Handle
|
/openbmc/linux/Documentation/core-api/ |
H A D | netlink.rst | 12 Attribute enums 20 Message enums
|
/openbmc/skeleton/pysystemmgr/ |
H A D | system_manager.py | 13 import obmc.enums 89 r = [obmc.enums.GPIO_DEV, gpio_num, gpio["direction"]]
|