| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server/ |
| H A D | 0004-call-native-helpers.patch | 24 OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/e-name-western-tables.h 25 … "${CMAKE_CURRENT_SOURCE_DIR}/e-name-western-tables.h.in" >${CMAKE_CURRENT_BINARY_DIR}/e-name-west… 26 … "${CMAKE_CURRENT_SOURCE_DIR}/e-name-western-tables.h.in" >${CMAKE_CURRENT_BINARY_DIR}/e-name-west… 27 DEPENDS gen-western-table e-name-western-tables.h.in 34 @@ -20,7 +20,7 @@ target_include_directories(camel-gen-tables PUBLIC 37 OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/camel-mime-tables.c 38 - COMMAND ${CMAKE_CURRENT_BINARY_DIR}/camel-gen-tables >${CMAKE_CURRENT_BINARY_DIR}/camel-mime-tabl… 39 + COMMAND camel-gen-tables >${CMAKE_CURRENT_BINARY_DIR}/camel-mime-tables.c 40 DEPENDS camel-gen-tables
|
| /openbmc/qemu/hw/i386/ |
| H A D | acpi-microvm.c | 148 static void acpi_build_microvm(AcpiBuildTables *tables, in acpi_build_microvm() argument 154 GArray *tables_blob = tables->table_data; in acpi_build_microvm() 190 bios_linker_loader_alloc(tables->linker, in acpi_build_microvm() 196 build_dsdt_microvm(tables_blob, tables->linker, mms); in acpi_build_microvm() 201 build_fadt(tables_blob, tables->linker, &pmfadt, x86ms->oem_id, in acpi_build_microvm() 205 acpi_build_madt(tables_blob, tables->linker, X86_MACHINE(machine), in acpi_build_microvm() 214 build_erst(tables_blob, tables->linker, erst_dev, in acpi_build_microvm() 221 build_xsdt(tables_blob, tables->linker, table_offsets, x86ms->oem_id, in acpi_build_microvm() 233 build_rsdp(tables->rsdp, tables->linker, &rsdp_data); in acpi_build_microvm() 248 AcpiBuildTables tables; in acpi_setup_microvm() local [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
| H A D | urls.py | 12 from toastergui import tables 24 tables.AllBuildsTable.as_view(template_name="builds-toastertable.html"), 100 tables.ProjectsTable.as_view(template_name="projects-toastertable.html"), 106 tables.ProjectBuildsTable.as_view(template_name="projectbuilds-toastertable.html"), 119 tables.MachinesTable.as_view(template_name="generic-toastertable-page.html"), 123 tables.SoftwareRecipesTable.as_view(template_name="generic-toastertable-page.html"), 127 …tables.ImageRecipesTable.as_view(template_name="generic-toastertable-page.html"), name="projectima… 130 …tables.CustomImagesTable.as_view(template_name="generic-toastertable-page.html"), name="projectcus… 133 tables.NewCustomImagesTable.as_view(template_name="newcustomimage.html"), 137 tables.LayersTable.as_view(template_name="generic-toastertable-page.html"), [all …]
|
| /openbmc/u-boot/lib/efi_selftest/ |
| H A D | efi_selftest_config_table.c | 95 const unsigned int tables[2]; in execute() local 137 (void *)&tables[0]); in execute() 156 if (!efi_st_memcmp(&sys_table->tables[i].guid, &table_guid, in execute() 158 table = sys_table->tables[i].table; in execute() 164 if (table != &tables[0]) { in execute() 175 (void *)&tables[1]); in execute() 195 if (!efi_st_memcmp(&sys_table->tables[i].guid, &table_guid, in execute() 197 table = sys_table->tables[i].table; in execute() 209 if (table != &tables[1]) { in execute() 238 if (!efi_st_memcmp(&sys_table->tables[i].guid, &table_guid, in execute() [all …]
|
| H A D | efi_selftest_fdt.c | 134 if (!efi_st_memcmp(&systable->tables[i].guid, &fdt_guid, in setup() 136 fdt = systable->tables[i].table; in setup()
|
| /openbmc/qemu/tests/uefi-test-tools/ |
| H A D | uefi-test-build.config | 12 cpy1 = ARM/BiosTablesTest.efi bios-tables-test.arm.efi 22 cpy1 = AARCH64/BiosTablesTest.efi bios-tables-test.aarch64.efi 32 cpy1 = LOONGARCH64/BiosTablesTest.efi bios-tables-test.loongarch64.efi 42 cpy1 = RISCV64/BiosTablesTest.efi bios-tables-test.riscv64.efi 52 cpy1 = IA32/BiosTablesTest.efi bios-tables-test.i386.efi 62 cpy1 = X64/BiosTablesTest.efi bios-tables-test.x86_64.efi
|
| H A D | Makefile | 16 uefi_binaries := bios-tables-test 100 Build/bios-tables-test.%.efi:
|
| /openbmc/qemu/hw/riscv/ |
| H A D | virt-acpi-build.c | 858 static void virt_acpi_build(RISCVVirtState *s, AcpiBuildTables *tables) in virt_acpi_build() argument 862 GArray *tables_blob = tables->table_data; in virt_acpi_build() 868 bios_linker_loader_alloc(tables->linker, in virt_acpi_build() 874 build_dsdt(tables_blob, tables->linker, s); in virt_acpi_build() 878 build_fadt_rev6(tables_blob, tables->linker, s, dsdt); in virt_acpi_build() 881 build_madt(tables_blob, tables->linker, s); in virt_acpi_build() 884 build_rhct(tables_blob, tables->linker, s); in virt_acpi_build() 888 build_rimt(tables_blob, tables->linker, s); in virt_acpi_build() 894 spcr_setup(tables_blob, tables->linker, s); in virt_acpi_build() 903 build_mcfg(tables_blob, tables->linker, &mcfg, s->oem_id, in virt_acpi_build() [all …]
|
| /openbmc/qemu/tests/data/acpi/ |
| H A D | rebuild-expected-aml.sh | 50 TEST_ACPI_REBUILD_AML=y QTEST_QEMU_BINARY=$qemu tests/qtest/bios-tables-test 55 …omma-separated changed AML files to ignore' ${SRC_PATH}/tests/qtest/bios-tables-test-allowed-diff.… 57 …separated changed AML files to ignore */' > ${SRC_PATH}/tests/qtest/bios-tables-test-allowed-diff.h
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/ |
| H A D | evolution-data-server-native.bb | 12 sed -i 's:#include "evolution-data-server-config.h"::g' camel-gen-tables.c 13 ${CC} -o ${B}/camel-gen-tables camel-gen-tables.c ${CFLAGS} ${LDFLAGS}
|
| /openbmc/u-boot/lib/efi_loader/ |
| H A D | helloworld.c | 67 if (!memcmp(&systable->tables[i].guid, &fdt_guid, in efi_main() 71 if (!memcmp(&systable->tables[i].guid, &acpi_guid, in efi_main() 75 if (!memcmp(&systable->tables[i].guid, &smbios_guid, in efi_main()
|
| /openbmc/openbmc/poky/meta/recipes-devtools/perl/files/ |
| H A D | determinism.patch | 38 - foreach my $file (@{$tables{$table}}) 39 + foreach my $file (sort (@{$tables{$table}})) 47 - foreach my $file (@{$tables{$table}}) 48 + foreach my $file (sort (@{$tables{$table}}))
|
| /openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libhtml/ |
| H A D | libhtml-tagset-perl_3.20.bb | 1 SUMMARY = "HTML::Tageset - data tables useful in parsing HTML" 2 DESCRIPTION = "This module contains several data tables useful in various \
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/dlm/dlm/ |
| H A D | 0001-Remove-fcf-protection-full.patch | 23 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option \ 34 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option \ 45 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option \
|
| /openbmc/qemu/tests/qtest/ |
| H A D | bios-tables-test.c | 14 * How to add or update the tests or commit changes that affect ACPI tables: 16 * 1. add empty files for new tables, if any, under tests/data/acpi 17 * 2. list any changed files in tests/qtest/bios-tables-test-allowed-diff.h 18 * 3. commit the above *before* making changes that affect the tables 24 * You will also notice that tests/qtest/bios-tables-test-allowed-diff.h lists 29 * between actual and expected ACPI tables. If you have IASL installed, 42 * introduces changes to ACPI tables. It lets the maintainer drop 48 * tests/qtest/bios-tables-test-allowed-diff.h is empty - this will ensure 49 * following changes to ACPI tables will be noticed. 52 * - patch 1: list changed files in tests/qtest/bios-tables 92 GArray *tables; global() member [all...] |
| /openbmc/u-boot/arch/powerpc/cpu/mpc83xx/ |
| H A D | config.mk | 6 PLATFORM_RELFLAGS += -msingle-pic-base -fno-jump-tables
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/jquery-treetable-license/ |
| H A D | README.md | 6 are great for displaying a tree, and tables are not. Oh wait, but this plugin 7 uses tables, doesn't it? Yes. Why do I use a table to display a list? Because I
|
| /openbmc/u-boot/arch/x86/cpu/coreboot/ |
| H A D | Makefile | 16 obj-y += tables.o
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | meson-routines.bbclass | 14 # http://mesonbuild.com/Reference-tables.html#cpu-families 40 # https://mesonbuild.com/Reference-tables.html#operating-system-names
|
| /openbmc/openbmc/poky/meta/recipes-extended/acpica/ |
| H A D | acpica_20240827.bb | 1 SUMMARY = "ACPICA tools for the development and debug of ACPI tables" 7 ACPI tables."
|
| /openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | config.mk | 7 PLATFORM_RELFLAGS += -msingle-pic-base -fno-jump-tables
|
| /openbmc/libmctp/docs/bindings/ |
| H A D | Makefile | 8 --extras=tables \
|
| /openbmc/qemu/docs/interop/ |
| H A D | qed_spec.rst | 14 a ``data cluster``, an ``L2``, or an ``L1 table``. L1 and L2 tables are composed 33 uint32_t table_size; /* for L1 and L2 tables, in clusters */ 106 The tables are organized as follows:: 122 and ``table_size=4`` results in 256 KB tables. 150 Unallocated L2 tables and data clusters 211 a cluster referenced more than once by L1 or L2 tables. A cluster has been leaked 217 The consistency check process starts from ``l1_table_offset`` and scans all L2 tables.
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-texttable_1.7.0.bb | 1 SUMMARY = "module for creating simple ASCII tables"
|
| /openbmc/openbmc-test-automation/tools/ |
| H A D | robot_custom_rules.py | 27 for table in suite.tables:
|