Searched refs:compatible (Results 1 - 25 of 57) sorted by relevance

123

/freebsd-11-stable/sys/arm/include/
H A Dplatformvar.h108 #define FDT_PLATFORM_DEF2(NAME, VAR_NAME, NAME_STR, size, compatible, \
114 .fdt_compatible = compatible, \
127 #define FDT_PLATFORM_DEF(NAME, NAME_STR, size, compatible, delay) \
128 FDT_PLATFORM_DEF2(NAME, NAME, NAME_STR, size, compatible, delay)
/freebsd-11-stable/sys/powerpc/ps3/
H A Dps3_syscons.c95 char compatible[64]; local
105 TUNABLE_STR_FETCH("hw.platform", compatible, sizeof(compatible));
106 if (strcmp(compatible, "ps3") == 0)
110 if (OF_getprop(root, "compatible", compatible, sizeof(compatible)) <= 0)
113 if (strncmp(compatible, "sony,ps3", sizeof(compatible)) != 0)
H A Dplatform_ps3.c108 char compatible[64]; local
111 if (OF_getprop(root, "compatible", compatible, sizeof(compatible)) <= 0)
114 if (strncmp(compatible, "sony,ps3", sizeof(compatible)) != 0)
/freebsd-11-stable/sys/powerpc/powermac/
H A Duninorthpci.c105 const char *type, *compatible; local
108 compatible = ofw_bus_get_compat(dev);
110 if (type == NULL || compatible == NULL)
116 if (strcmp(compatible, "uni-north") == 0) {
119 } else if (strcmp(compatible, "u3-agp") == 0) {
122 } else if (strcmp(compatible, "u4-pcie") == 0) {
134 const char *compatible; local
147 compatible = ofw_bus_get_compat(dev);
148 if (strcmp(compatible, "u3-agp") == 0)
150 if (strcmp(compatible, "u
[all...]
H A Dgrackle.c107 const char *type, *compatible; local
110 compatible = ofw_bus_get_compat(dev);
112 if (type == NULL || compatible == NULL)
115 if (strcmp(type, "pci") != 0 || strcmp(compatible, "grackle") != 0)
H A Dcpcht.c150 const char *type, *compatible; local
153 compatible = ofw_bus_get_compat(dev);
155 if (type == NULL || compatible == NULL)
161 if (strcmp(compatible, "u3-ht") != 0)
H A Dfcu.c195 const char *name, *compatible; local
199 compatible = ofw_bus_get_compat(dev);
204 if (strcmp(name, "fan") != 0 || strcmp(compatible, "fcu") != 0)
/freebsd-11-stable/tools/tools/pirtool/
H A Dpirtable.h71 uint32_t compatible; /* Device/Vendor ID of a register member in struct:__anon13722
72 * compatible PCI IRQ router device */
H A Dpirtool.c239 offsetof(pir_table_t, compatible),
240 pir->compatible,
241 lookup_southbridge(pir->compatible),
/freebsd-11-stable/sys/i386/xbox/
H A Dxbox.c39 #error You must have a I686_CPU in your kernel if you want to make an XBOX-compatible kernel
/freebsd-11-stable/contrib/expat/xmlwf/
H A Dxmltchar.h38 # error xmlwf requires a 16-bit Unicode-compatible wchar_t
/freebsd-11-stable/sys/dev/iicbus/
H A Dds1775.c123 const char *name, *compatible; local
127 compatible = ofw_bus_get_compat(dev);
133 (strcmp(compatible, "ds1775") != 0 &&
134 strcmp(compatible, "lm75") != 0))
H A Dadm1030.c122 const char *name, *compatible; local
128 compatible = ofw_bus_get_compat(dev);
134 if (strcmp(name, "fan") != 0 || strcmp(compatible, "adm1030") != 0)
H A Dds1631.c205 const char *name, *compatible; local
209 compatible = ofw_bus_get_compat(dev);
215 strcmp(compatible, "ds1631") != 0 )
H A Dmax6690.c149 const char *name, *compatible; local
153 compatible = ofw_bus_get_compat(dev);
159 strcmp(compatible, "max6690") != 0)
H A Dadt746x.c210 const char *name, *compatible; local
214 compatible = ofw_bus_get_compat(dev);
220 (strcmp(compatible, "adt7460") != 0 &&
221 strcmp(compatible, "adt7467") != 0))
H A Dad7417.c282 const char *name, *compatible; local
286 compatible = ofw_bus_get_compat(dev);
292 strcmp(compatible, "ad7417") != 0)
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_util/
H A Dfs-util.c274 const char *compatible; local
276 /* set compatible version according to generic option.
277 Make sure, we are always compatible to the current SVN version
279 compatible = svn_hash_gets(config, SVN_FS_CONFIG_COMPATIBLE_VERSION);
280 if (compatible)
283 compatible, pool));
/freebsd-11-stable/sys/dev/powermac_nvram/
H A Dpowermac_nvram.c111 const char *type, *compatible; local
114 compatible = ofw_bus_get_compat(dev);
116 if (type == NULL || compatible == NULL)
121 if (strcmp(compatible, "amd-0137") != 0 &&
133 const char *compatible; local
147 compatible = ofw_bus_get_compat(dev);
148 if (strcmp(compatible, "amd-0137") == 0)
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dhtml-table.h46 int compatible (const char *s);
/freebsd-11-stable/sys/arm/amlogic/aml8726/
H A Daml8726_mp.c172 find_node_for_device(const char *device, const char **compatible) argument
182 for (i = 0; compatible[i]; i++)
183 if (fdt_is_compatible_strict(node, compatible[i]))
190 for (i = 0; compatible[i]; i++) {
194 if ((node = fdt_find_compatible(node, compatible[i], 1)) != 0)
/freebsd-11-stable/contrib/dtc/libfdt/
H A Dfdt_ro.c668 const char *compatible)
673 prop = fdt_getprop(fdt, nodeoffset, "compatible", &len);
677 return !fdt_stringlist_contains(prop, len, compatible);
681 const char *compatible)
695 err = fdt_node_check_compatible(fdt, offset, compatible);
667 fdt_node_check_compatible(const void *fdt, int nodeoffset, const char *compatible) argument
680 fdt_node_offset_by_compatible(const void *fdt, int startoffset, const char *compatible) argument
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcpu-arm.c28 machine which would be compatible with both and returns a pointer
32 compatible (const bfd_arch_info_type *a, const bfd_arch_info_type *b) function
126 { 32, 32, 8, bfd_arch_arm, number, "arm", print, 4, default, compatible, scan, next }
/freebsd-11-stable/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec7 License: relaxed BSD and (L)GPL-compatible
/freebsd-11-stable/sys/contrib/libfdt/
H A Dfdt_ro.c738 const char *compatible)
743 prop = fdt_getprop(fdt, nodeoffset, "compatible", &len);
747 return !fdt_stringlist_contains(prop, len, compatible);
751 const char *compatible)
765 err = fdt_node_check_compatible(fdt, offset, compatible);
737 fdt_node_check_compatible(const void *fdt, int nodeoffset, const char *compatible) argument
750 fdt_node_offset_by_compatible(const void *fdt, int startoffset, const char *compatible) argument

Completed in 178 milliseconds

123