HomeSort by: relevance | last modified time | path
    Searched refs:dmi_match (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/include/linux/
dmi.h 70 #define DMI_MATCH(a, b) {(a), (b)}
74 #define dmi_match linux_dmi_match macro
77 bool dmi_match(enum dmi_field, const char[]);
  /src/sys/external/bsd/drm2/linux/
linux_dmi.c 38 dmi_match(enum dmi_field slot, const char *text) function in typeref:typename:bool
44 aprint_error("%s: dmi_match on none makes no sense", __func__);
110 if (!dmi_match(dsi->matches[i].slot, dsi->matches[i].substr))
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_atombios_encoders.c 2202 if (dmi_match(DMI_PRODUCT_NAME, "iMac10,1"))

Completed in 13 milliseconds