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

  /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/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[]);

Completed in 12 milliseconds