Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/
H A Ddrm_os_freebsd.c291 char *hw_vendor, *hw_prod; in dmi_found() local
295 hw_vendor = kern_getenv("smbios.planar.maker"); in dmi_found()
305 if (hw_vendor != NULL && in dmi_found()
306 !strcmp(hw_vendor, dsi->matches[i].substr)) { in dmi_found()
327 freeenv(hw_vendor); in dmi_found()
/freebsd/sys/x86/acpica/
H A Dmadt.c145 char *hw_vendor; in madt_x2apic_disable_reason() local
172 hw_vendor = kern_getenv("smbios.planar.maker"); in madt_x2apic_disable_reason()
181 if (hw_vendor != NULL) { in madt_x2apic_disable_reason()
183 if (strcmp(hw_vendor, x2apic_sandy_dis[i]) == in madt_x2apic_disable_reason()
190 freeenv(hw_vendor); in madt_x2apic_disable_reason()