Home
last modified time | relevance | path

Searched refs:dmi_match (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Ddmi.h47 #define dmi_match(f, str) linux_dmi_match(f, str) macro
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_dmi.c89 if (dmi_match(slot, dsi->matches[i].substr)) in linux_dmi_matches()