1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>dmi_first_match</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="The Linux Kernel API"><link rel="up" href="firmware.html#idp1127298468" title="DMI Interfaces"><link rel="prev" href="API-dmi-check-system.html" title="dmi_check_system"><link rel="next" href="API-dmi-get-system-info.html" title="dmi_get_system_info"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"><span class="phrase">dmi_first_match</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-dmi-check-system.html">Prev</a> </td><th width="60%" align="center">DMI Interfaces</th><td width="20%" align="right"> <a accesskey="n" href="API-dmi-get-system-info.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-dmi-first-match"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>dmi_first_match — 2 find dmi_system_id structure matching system DMI data 3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="funcsynopsis"><table border="0" class="funcprototype-table" summary="Function synopsis" style="cellspacing: 0; cellpadding: 0;"><tr><td><code class="funcdef">const struct dmi_system_id * <b class="fsfunc">dmi_first_match </b>(</code></td><td>const struct dmi_system_id * <var class="pdparam">list</var><code>)</code>;</td></tr></table><div class="funcprototype-spacer"> </div></div></div><div class="refsect1"><a name="idp1127311044"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>list</code></em></span></dt><dd><p> 4 array of dmi_system_id structures to match against 5 All non-null elements of the list must match 6 their slot's (field index's) data (i.e., each 7 list string must be a substring of the specified 8 DMI slot's string data) to be considered a 9 successful match. 10 </p></dd></dl></div></div><div class="refsect1"><a name="idp1127312916"></a><h2>Description</h2><p> 11 Walk the blacklist table until the first match is found. Return the 12 pointer to the matching entry or NULL if there's no match. 13</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-dmi-check-system.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="firmware.html#idp1127298468">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-dmi-get-system-info.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">dmi_check_system</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span class="phrase">dmi_get_system_info</span></td></tr></table></div></body></html> 14