HomeSort by: relevance | last modified time | path
    Searched defs:compatible (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/arch/evbmips/loongson/
bonito_mainbus.c 74 bool compatible; local in function:bonito_mainbus_attach
80 * their own derivative, which is no longer 100% compatible.
85 compatible = false;
87 compatible = true;
94 if (compatible) {
  /src/sys/arch/shark/ofw/
if_cs_ofisa_machdep.c 75 char compatible[64]; local in function:cs_ofisa_md_match
92 /* Check for compatible match. */
93 if (OF_getprop(aa->oba.oba_phandle, "compatible", compatible,
94 sizeof(compatible)) > 0 && pmatch(compatible, "*CS8900*",
  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_netbsd_acpi.c 72 const char * const compatible[] = { "BCM2835", NULL }; local in function:vchiq_acpi_match
78 return acpi_match_hid(aa->aa_node->ad_devinfo, compatible);
  /src/sys/arch/arm/broadcom/
bcm2838_emmc2_acpi.c 51 static const char * const compatible[] = { variable in typeref:typename:const char * const[]
76 return acpi_match_hid(aa->aa_node->ad_devinfo, compatible);
bcm2835_bsc_acpi.c 56 static const char * const compatible[] = { variable in typeref:typename:const char * const[]
91 return acpi_match_hid(aa->aa_node->ad_devinfo, compatible);
bcm2835_emmc_acpi.c 60 static const char * const compatible[] = { variable in typeref:typename:const char * const[]
107 return acpi_match_hid(aa->aa_node->ad_devinfo, compatible);
  /src/sys/arch/arm/sociox/
sni_emmc.c 90 static const struct device_compatible_entry compatible[] = { variable in typeref:typename:const struct device_compatible_entry[]
156 return acpi_compatible_match(aa, compatible);
sni_gpio.c 110 static const struct device_compatible_entry compatible[] = { variable in typeref:typename:const struct device_compatible_entry[]
157 return acpi_compatible_match(aa, compatible);
sni_i2c.c 146 static const struct device_compatible_entry compatible[] = { variable in typeref:typename:const struct device_compatible_entry[]
212 return acpi_compatible_match(aa, compatible);
if_scx.c 672 static const struct device_compatible_entry compatible[] = { variable in typeref:typename:const struct device_compatible_entry[]
772 return acpi_compatible_match(aa, compatible);
  /src/sys/dev/ofw/
ofw_subr.c 176 * This routine checks an OFW node's "compatible" entry to see if
206 proplen = OF_getproplen(phandle, "compatible");
213 if (OF_getprop(phandle, "compatible", prop, proplen) != proplen) {
232 * for a matching "compatible" entry matching the supplied OFW node,
234 * from the "compatible" property was matched, which more weight given
263 proplen = OF_getproplen(phandle, "compatible");
270 if (OF_getprop(phandle, "compatible", prop, proplen) != proplen) {
286 * for a "compatible" entry matching the supplied OFW node.
311 proplen = OF_getproplen(phandle, "compatible");
318 if (OF_getprop(phandle, "compatible", prop, proplen) != proplen)
417 const char * compatible[] = { str, NULL }; local in function:of_find_bycompat
    [all...]
  /src/sys/arch/arm/acpi/
acpipchb.c 103 static const char * const compatible[] = { variable in typeref:typename:const char * const[]
116 return acpi_match_hid(aa->aa_node->ad_devinfo, compatible);
  /src/sys/dev/acpi/
acpi_util.c 412 char *compatible; local in function:acpi_pack_compat_list
444 ret = acpi_dsd_string(ad->ad_handle, "compatible",
445 &compatible);
447 strlist_append(&sl, &slsize, compatible);
448 kmem_strfree(compatible);
452 ret = acpi_dsd_property(ad->ad_handle, "compatible", &buf,
513 char *compatible; local in function:acpi_compatible_match_dtlink
522 ret = acpi_dsd_string(handle, "compatible", &compatible);
524 strings[0] = compatible;
    [all...]
  /src/usr.sbin/installboot/
evboards.c 76 * system provides a set of known boards, keyed by their "compatible"
100 * -- Key: string matching a "compatible" DT property.
173 * -- Key: string matching a "compatible" DT property.
1074 compatible_buf = ofw_getprop(phandle, "compatible", &compatible_len);
1085 printf("Checking OFW compatible string '%s'.\n", sp);
1164 "compatible");
1166 warnx("%s: no 'compatible' property on node '/'", params->dtb);
1170 const char *compatible; local in function:evb_db_get_board_from_dtb
1173 compatible = fdt_stringlist_get(fdt, system_root,
1174 "compatible", si, NULL)
    [all...]
  /src/usr.bin/xlint/lint1/
decl.c 2236 * Returns whether all parameters of a prototype are compatible with an
2260 * compatible with a prototype
2321 * second compatible type.
2462 * check if the numeric argument of a lint directive is compatible with
2544 * Check that an old-style function definition is compatible to a previous
2684 bool compatible = types_compatible(esym->s_type, dsym->s_type, local in function:declare_external_in_block
2687 if (!compatible || dowarn) {
2699 if (compatible) {

Completed in 22 milliseconds