1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>ccw_device_get_ciw</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="ccwdev.html" title="ccw devices"><link rel="prev" href="API-ccw-device-resume.html" title="ccw_device_resume"><link rel="next" href="API-ccw-device-get-path-mask.html" title="ccw_device_get_path_mask"></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_device_get_ciw</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-ccw-device-resume.html">Prev</a> </td><th width="60%" align="center">ccw devices</th><td width="20%" align="right"> <a accesskey="n" href="API-ccw-device-get-path-mask.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-ccw-device-get-ciw"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>ccw_device_get_ciw — 2 Search for CIW command in extended sense 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">struct ciw * <b class="fsfunc">ccw_device_get_ciw </b>(</code></td><td>struct ccw_device * <var class="pdparam">cdev</var>, </td></tr><tr><td> </td><td>__u32 <var class="pdparam">ct</var><code>)</code>;</td></tr></table><div class="funcprototype-spacer"> </div></div></div><div class="refsect1"><a name="idp1124366860"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>cdev</code></em></span></dt><dd><p> 4 ccw device to inspect 5 </p></dd><dt><span class="term"><em class="parameter"><code>ct</code></em></span></dt><dd><p> 6 command type to look for 7 </p></dd></dl></div></div><div class="refsect1"><a name="idp1124369420"></a><h2>Description</h2><p> 8 During SenseID, command information words (CIWs) describing special 9 commands available to the device may have been stored in the extended 10 sense data. This function searches for CIWs of a specified command 11 type in the extended sense data. 12</p></div><div class="refsect1"><a name="idp1124370252"></a><h2>Returns</h2><p> 13 <code class="constant">NULL</code> if no extended sense data has been stored or if no CIW of the 14 specified command type could be found, 15 else a pointer to the CIW of the specified command type. 16</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-ccw-device-resume.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ccwdev.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-ccw-device-get-path-mask.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">ccw_device_resume</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">ccw_device_get_path_mask</span></td></tr></table></div></body></html> 17