1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>ccw_dev_id_is_equal</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="Writing s390 channel device drivers"><link rel="up" href="ccw.html#channelIO" title="I/O functions for channel-attached devices"><link rel="prev" href="API-struct-ccw-dev-id.html" title="struct ccw_dev_id"><link rel="next" href="ccwdev.html" title="ccw devices"></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">ccw_dev_id_is_equal</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-struct-ccw-dev-id.html">Prev</a> </td><th width="60%" align="center">I/O functions for channel-attached devices</th><td width="20%" align="right"> <a accesskey="n" href="ccwdev.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-ccw-dev-id-is-equal"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>ccw_dev_id_is_equal — 2 compare two ccw_dev_ids 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">int <b class="fsfunc">ccw_dev_id_is_equal </b>(</code></td><td>struct ccw_dev_id * <var class="pdparam">dev_id1</var>, </td></tr><tr><td> </td><td>struct ccw_dev_id * <var class="pdparam">dev_id2</var><code>)</code>;</td></tr></table><div class="funcprototype-spacer"> </div></div></div><div class="refsect1"><a name="idp1124133988"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>dev_id1</code></em></span></dt><dd><p> 4 a ccw_dev_id 5 </p></dd><dt><span class="term"><em class="parameter"><code>dev_id2</code></em></span></dt><dd><p> 6 another ccw_dev_id 7 </p></dd></dl></div></div><div class="refsect1"><a name="idp1124136508"></a><h2>Returns</h2><p> 8 <code class="constant">1</code> if the two structures are equal field-by-field, 9 <code class="constant">0</code> if not. 10</p></div><div class="refsect1"><a name="idp1124137532"></a><h2>Context</h2><p> 11 any 12</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-struct-ccw-dev-id.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ccw.html#channelIO">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ccwdev.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">struct ccw_dev_id</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> ccw devices</td></tr></table></div></body></html> 13