Rechercher une page de manuel
dmi_first_match
Langue: en
Version: May 2009 (fedora - 06/07/09)
Section: 9 (Appels noyau Linux)
NAME
dmi_first_match - find dmi_system_id structure matching system DMI dataSYNOPSIS
- const struct dmi_system_id * dmi_first_match(const struct dmi_system_id * list);
ARGUMENTS
list
- array of dmi_system_id structures to match against All non-null elements of the list must match their slot's (field index's) data (i.e., each list string must be a substring of the specified DMI slot's string data) to be considered a successful match.
DESCRIPTION
Walk the blacklist table until the first match is found. Return the pointer to the matching entry or NULL if there's no match.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre