Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/
H A Ddmi_scan.c872 static bool dmi_is_end_of_table(const struct dmi_system_id *dmi) in dmi_is_end_of_table() function
897 for (d = list; !dmi_is_end_of_table(d); d++) in dmi_check_system()
926 for (d = list; !dmi_is_end_of_table(d); d++) in dmi_first_match()