| /openbmc/u-boot/arch/arm/mach-uniphier/ |
| H A D | board_late_init.c | 37 const char *compat; in uniphier_set_fdt_file() local 44 compat = fdt_stringlist_get(gd->fdt_blob, 0, "compatible", 0, NULL); in uniphier_set_fdt_file() 45 if (!compat) in uniphier_set_fdt_file() 49 compat = strchr(compat, ','); in uniphier_set_fdt_file() 50 if (!compat) in uniphier_set_fdt_file() 52 compat++; in uniphier_set_fdt_file() 54 strncpy(dtb_name, compat, buf_len); in uniphier_set_fdt_file() 55 buf_len -= strlen(compat); in uniphier_set_fdt_file()
|
| /openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/ |
| H A D | 0001-compat-Define-off64_t-as-off_t-on-linux.patch | 5 Subject: [PATCH] compat: off64_t is not defined by musl 27 src/common/compat/compat-fcntl.c | 5 ++++- 28 src/common/compat/fcntl.h | 10 +++------- 31 diff --git a/src/common/compat/compat-fcntl.c b/src/common/compat/compat-fcntl.c 33 --- a/src/common/compat/compat-fcntl.c 34 +++ b/src/common/compat/compat-fcntl.c 37 #include <common/compat/fcntl.h> 54 diff --git a/src/common/compat/fcntl.h b/src/common/compat/fcntl.h 56 --- a/src/common/compat/fcntl.h 57 +++ b/src/common/compat/fcntl.h [all …]
|
| /openbmc/qemu/target/ppc/ |
| H A D | compat.c | 127 const CompatInfo *compat = compat_by_pvr(compat_pvr); in pcc_compat() local 134 if (!compat) { in pcc_compat() 138 if ((min && (compat < min)) || (max && (compat > max))) { in pcc_compat() 142 if (compat->pvr > pcc->spapr_logical_pvr) { in pcc_compat() 146 if (!(pcc->pcr_supported & compat->pcr_level)) { in pcc_compat() 174 const CompatInfo *compat = compat_by_pvr(compat_pvr); in ppc_set_compat() local 181 } else if (!compat) { in ppc_set_compat() 189 pcr = compat->pcr; in ppc_set_compat() 264 const CompatInfo *compat = compat_by_pvr(cpu->compat_pvr); in ppc_compat_max_vthreads() local 268 g_assert(compat); in ppc_compat_max_vthreads() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/unbound/unbound/ |
| H A D | 0001-fix-build-with-gcc-15-Wbuiltin-declaration-mismatch-.patch | 7 ../git/compat/malloc.c:9:7: warning: conflicting types for built-in function 'malloc'; expected 'vo… 10 ../git/compat/malloc.c:5:1: note: 'malloc' is declared in header '<stdlib.h>' 14 ../git/compat/malloc.c: In function 'rpl_malloc_unbound': 15 ../git/compat/malloc.c:23:10: error: too many arguments to function 'malloc'; expected 0, have 1 18 ../git/compat/malloc.c:9:7: note: declared here 29 compat/malloc.c | 2 +- 32 diff --git a/compat/malloc.c b/compat/malloc.c 34 --- a/compat/malloc.c 35 +++ b/compat/malloc.c
|
| /openbmc/u-boot/drivers/pci/ |
| H A D | pcie_layerscape_fixup.c | 79 char *compat = NULL; in fdt_pcie_set_msi_map_entry() local 90 compat = "fsl,ls2088a-pcie"; in fdt_pcie_set_msi_map_entry() 92 compat = CONFIG_FSL_PCIE_COMPAT; in fdt_pcie_set_msi_map_entry() 93 if (compat) in fdt_pcie_set_msi_map_entry() 95 compat, pcie->dbi_res.start); in fdt_pcie_set_msi_map_entry() 133 char *compat = NULL; in fdt_pcie_set_iommu_map_entry() local 144 compat = "fsl,ls2088a-pcie"; in fdt_pcie_set_iommu_map_entry() 146 compat = CONFIG_FSL_PCIE_COMPAT; in fdt_pcie_set_iommu_map_entry() 148 if (compat) in fdt_pcie_set_iommu_map_entry() 150 compat, pcie->dbi_res.start); in fdt_pcie_set_iommu_map_entry() [all …]
|
| /openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/ |
| H A D | fsl_icid.h | 15 const char *compat; member 34 { .compat = name, \ 41 #define SET_SCFG_ICID(compat, streamid, name, compataddr) \ argument 42 SET_ICID_ENTRY(compat, streamid, (((streamid) << 24) | (1 << 23)), \ 46 #define SET_USB_ICID(usb_num, compat, streamid) \ argument 47 SET_SCFG_ICID(compat, streamid, usb##usb_num##_icid,\ 50 #define SET_SATA_ICID(compat, streamid) \ argument 51 SET_SCFG_ICID(compat, streamid, sata_icid,\ 58 #define SET_QDMA_ICID(compat, streamid) \ argument 59 SET_ICID_ENTRY(compat, streamid, (1 << 31) | (streamid), \
|
| /openbmc/u-boot/arch/powerpc/include/asm/ |
| H A D | fsl_liodn.h | 40 const char * compat; member 52 const char *compat[2]; member 70 { .compat[0] = name1, \ 71 .compat[1] = name2, \ 78 { .compat = name, \ 85 { .compat = name, \ 91 #define SET_GUTS_LIODN(compat, liodn, name, compatoff) \ argument 92 SET_LIODN_ENTRY_1(compat, liodn, \ 96 #define SET_USB_LIODN(usbNum, compat, liodn) \ argument 97 SET_GUTS_LIODN(compat, liodn, usb##usbNum##liodnr,\ [all …]
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 049 | 98 test_qemu_img create -f $IMGFMT -o compat=0.10 "$TEST_IMG" 64M 99 test_qemu_img create -f $IMGFMT -o compat=1.1 "$TEST_IMG" 64M 101 test_qemu_img create -f $IMGFMT -o compat=0.42 "$TEST_IMG" 64M 102 test_qemu_img create -f $IMGFMT -o compat=foobar "$TEST_IMG" 64M 117 test_qemu_img create -f $IMGFMT -o compat=1.1,lazy_refcounts=off "$TEST_IMG" 64M 118 test_qemu_img create -f $IMGFMT -o compat=1.1,lazy_refcounts=on "$TEST_IMG" 64M 120 test_qemu_img create -f $IMGFMT -o compat=0.10,lazy_refcounts=off "$TEST_IMG" 64M 121 test_qemu_img create -f $IMGFMT -o compat=0.10,lazy_refcounts=on "$TEST_IMG" 64M
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/minizip-ng/minizip-ng/ |
| H A D | 0001-crypt.h-Remove-register-keyword.patch | 8 …| /buildarea/tmp/work/core2-64-poky-linux/minizip-ng/4.0.8/git/compat/crypt.h:62:9: error: ISO C++… 17 compat/crypt.h | 2 +- 20 diff --git a/compat/crypt.h b/compat/crypt.h 22 --- a/compat/crypt.h 23 +++ b/compat/crypt.h
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/enscript/enscript/ |
| H A D | 0001-enscript-does-not-build-with-C23-standard.patch | 10 …../../enscript-1.6.6/compat/regex.c:3565:13: error: too many arguments to function 're_match_2_int… 17 compat/regex.c | 2 +- 20 diff --git a/compat/regex.c b/compat/regex.c 22 --- a/compat/regex.c 23 +++ b/compat/regex.c
|
| H A D | 0001-getopt-Include-string.h-for-strcmp-stcncmp-functions.patch | 11 compat/getopt.c | 1 + 14 diff --git a/compat/getopt.c b/compat/getopt.c 16 --- a/compat/getopt.c 17 +++ b/compat/getopt.c
|
| /openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | liodn.c | 259 static void fdt_fixup_pci_liodn_offsets(void *fdt, const char *compat, in fdt_fixup_pci_liodn_offsets() argument 270 off = fdt_node_offset_by_compatible(fdt, -1, compat); in fdt_fixup_pci_liodn_offsets() 273 off = fdt_node_offset_by_compatible(fdt, off, compat); in fdt_fixup_pci_liodn_offsets() 276 for (off = fdt_node_offset_by_compatible(fdt, -1, compat); in fdt_fixup_pci_liodn_offsets() 278 off = fdt_node_offset_by_compatible(fdt, off, compat)) { in fdt_fixup_pci_liodn_offsets() 314 if (tbl[i].compat == NULL) in fdt_fixup_liodn_tbl() 318 tbl[i].compat, tbl[i].compat_offset); in fdt_fixup_liodn_tbl() 326 tbl[i].compat, fdt_strerror(off)); in fdt_fixup_liodn_tbl() 329 tbl[i].compat, fdt_strerror(off)); in fdt_fixup_liodn_tbl() 344 if (tbl[i].compat == NULL) in fdt_fixup_liodn_tbl_fman() [all …]
|
| H A D | portals.c | 17 void fdt_portal(void *blob, const char *compat, const char *container, in fdt_portal() argument 22 off = fdt_node_offset_by_compatible(blob, -1, compat); in fdt_portal() 37 printf("ERROR: container for %s has no ranges", compat); in fdt_portal() 73 printf("ERROR: %s isn't in a container. Not supported\n", compat); in fdt_portal()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libid3tag/libid3tag/ |
| H A D | 0001-Fix-gperf-3.1-incompatibility.patch | 9 compat.h | 2 +- 13 diff --git a/compat.h b/compat.h 15 --- a/compat.h 16 +++ b/compat.h
|
| /openbmc/qemu/hw/core/ |
| H A D | guest-loader.c | 59 const char *compat[2] = { "multiboot,module", "multiboot,kernel" }; in loader_insert_platform_data() local 61 (char **) &compat, in loader_insert_platform_data() 62 ARRAY_SIZE(compat)) < 0) { in loader_insert_platform_data() 72 const char *compat[2] = { "multiboot,module", "multiboot,ramdisk" }; in loader_insert_platform_data() local 74 (char **) &compat, in loader_insert_platform_data() 75 ARRAY_SIZE(compat)) < 0) { in loader_insert_platform_data()
|
| H A D | sysbus-fdt.c | 57 const char *compat; member 233 compat_str_len = strlen(vdev->compat) + 1; in add_calxeda_midway_xgmac_fdt_node() 235 vdev->compat, compat_str_len); in add_calxeda_midway_xgmac_fdt_node() 317 node_path = qemu_fdt_node_path(host_fdt, dt_name, vdev->compat, in add_amd_xgbe_fdt_node() 321 __func__, dt_name, vdev->compat); in add_amd_xgbe_fdt_node() 327 __func__, dt_name, vdev->compat); in add_amd_xgbe_fdt_node() 425 const char *compat; in vfio_platform_match() local 428 for (n = vdev->num_compat, compat = vdev->compat; n > 0; in vfio_platform_match() 429 n--, compat += strlen(compat) + 1) { in vfio_platform_match() 430 if (!strcmp(entry->compat, compat)) { in vfio_platform_match() [all …]
|
| /openbmc/u-boot/board/freescale/t208xqds/ |
| H A D | eth_t208xqds.c | 194 void board_ft_fman_fixup_port(void *fdt, char *compat, phys_addr_t addr, in board_ft_fman_fixup_port() argument 223 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port() 235 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port() 247 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port() 259 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port() 271 fdt_set_phy_handle(fdt, compat, addr, alias); in board_ft_fman_fixup_port() 275 fdt_set_phy_handle(fdt, compat, addr, alias); in board_ft_fman_fixup_port() 282 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port() 294 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port() 305 fdt_set_phy_handle(fdt, compat, addr, alias); in board_ft_fman_fixup_port() [all …]
|
| /openbmc/u-boot/board/freescale/ls1043aqds/ |
| H A D | eth.c | 156 void board_ft_fman_fixup_port(void *fdt, char *compat, phys_addr_t addr, in board_ft_fman_fixup_port() argument 163 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port() 166 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port() 169 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port() 172 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port() 193 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port() 197 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port() 201 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port() 205 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port() 215 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port() [all …]
|
| /openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/ |
| H A D | nsswitch.conf | 7 passwd: compat 8 group: compat 9 shadow: compat
|
| H A D | nsswitch-resolved.conf | 7 passwd: compat 8 group: compat 9 shadow: compat
|
| /openbmc/u-boot/drivers/core/ |
| H A D | lists.c | 109 const char *compat) in driver_check_compatible() argument 115 if (!strcmp(of_match->compatible, compat)) { in driver_check_compatible() 134 const char *name, *compat_list, *compat; in lists_bind_fdt() local 161 for (i = 0; i < compat_length; i += strlen(compat) + 1) { in lists_bind_fdt() 162 compat = compat_list + i; in lists_bind_fdt() 164 compat); in lists_bind_fdt() 168 compat); in lists_bind_fdt()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/ |
| H A D | 02-Makefile.in.patch | 53 OBJS = arg_check.o compat.o dmalloc_rand.o dmalloc_tab.o env.o heap.o 214 dmalloc_loc.h compat.h debug_tok.h dmalloc_rand.h dmalloc_tab.h error.h \ 217 + dmalloc_loc.h compat.h debug_tok.h dmalloc_rand.h dmalloc_tab.h error.h \ 221 compat.o: compat.c conf.h settings.h dmalloc.h compat.h dmalloc_loc.h 222 +compat_sl.o: compat.c conf.h settings.h dmalloc.h compat.h dmalloc_loc.h 225 dmalloc.o: dmalloc.c conf.h settings.h dmalloc_argv.h dmalloc.h compat.h \ 227 +dmalloc_sl.o: dmalloc.c conf.h settings.h dmalloc_argv.h dmalloc.h compat.h \ 232 dmalloc_argv_loc.h compat.h 234 + dmalloc_argv_loc.h compat.h 247 dmalloc_t.o: dmalloc_t.c conf.h settings.h compat.h dmalloc.h \ [all …]
|
| /openbmc/u-boot/arch/arm/mach-tegra/ |
| H A D | gpu.c | 41 int tegra_gpu_enable_node(void *blob, const char *compat) in tegra_gpu_enable_node() argument 48 offset = fdt_node_offset_by_compatible(blob, -1, compat); in tegra_gpu_enable_node() 51 offset = fdt_node_offset_by_compatible(blob, offset, compat); in tegra_gpu_enable_node()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf-c/ |
| H A D | protobuf-30.patch | 4 Subject: [PATCH 01/11] protoc-gen-c/c_helpers.h: Move compat defines into new 5 header file compat.h 16 protoc-gen-c/compat.h | 46 +++++++++++++++++++++++++++++++ 19 create mode 100644 protoc-gen-c/compat.h 29 +#include "compat.h" 41 +#include "compat.h" 74 +#include "compat.h" 86 +#include "compat.h" 90 diff --git a/protoc-gen-c/compat.h b/protoc-gen-c/compat.h 94 +++ b/protoc-gen-c/compat.h [all …]
|
| /openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
| H A D | icid.c | 76 if (!tbl[i].compat) in fdt_fixup_icid_tbl() 80 tbl[i].compat, in fdt_fixup_icid_tbl() 89 tbl[i].compat, fdt_strerror(off)); in fdt_fixup_icid_tbl() 111 const char *compat) in fdt_fixup_fman_port_icid_by_compat() argument 116 noff = fdt_node_offset_by_compatible(blob, -1, compat); in fdt_fixup_fman_port_icid_by_compat() 138 noff = fdt_node_offset_by_compatible(blob, noff, compat); in fdt_fixup_fman_port_icid_by_compat()
|