Newer
Older
UbixOS / doc / html / structdevfs__devices.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>UbixOS V2: devfs_devices Struct Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
  <ul>
    <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
    <li id="current"><a href="classes.html"><span>Data&nbsp;Structures</span></a></li>
    <li><a href="files.html"><span>Files</span></a></li>
    <li><a href="dirs.html"><span>Directories</span></a></li>
    <li>
      <form action="search.php" method="get">
        <table cellspacing="0" cellpadding="0" border="0">
          <tr>
            <td><label>&nbsp;<u>S</u>earch&nbsp;for&nbsp;</label></td>
            <td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
          </tr>
        </table>
      </form>
    </li>
  </ul></div>
<div class="tabs">
  <ul>
    <li><a href="classes.html"><span>Alphabetical&nbsp;List</span></a></li>
    <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
    <li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
  </ul></div>
<h1>devfs_devices Struct Reference</h1><!-- doxytag: class="devfs_devices" --><code>#include &lt;<a class="el" href="devfs_8h-source.html">devfs.h</a>&gt;</code>
<p>
Collaboration diagram for devfs_devices:<p><center><img src="structdevfs__devices__coll__graph.png" border="0" usemap="#devfs__devices__coll__map" alt="Collaboration graph"></center>
<center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="types_8h.html#3b65128d2644e9b80cec9a69bfa7e094">uInt16</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structdevfs__devices.html#646beef3e609fb306cd3ddb202daf694">devMajor</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="types_8h.html#3b65128d2644e9b80cec9a69bfa7e094">uInt16</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structdevfs__devices.html#5e53f9e07fd166b03c4cc94cb7ba6cf6">devMinor</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">char&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structdevfs__devices.html#0200a09acd1456819501f7238df52474">devName</a> [32]</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="types_8h.html#a4e0f27a9aca905e340c06d2dcae843c">uInt8</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structdevfs__devices.html#3316a35e21232bab1603df7426dded2d">devType</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structdevfs__devices.html">devfs_devices</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structdevfs__devices.html#8da644e221d63a17be9b429f67b6de1d">next</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structdevfs__devices.html">devfs_devices</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structdevfs__devices.html#249566533e1645abb22645cbe47b4bf2">prev</a></td></tr>

</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>

<p>

<p>
Definition at line <a class="el" href="devfs_8h-source.html#l00036">36</a> of file <a class="el" href="devfs_8h-source.html">devfs.h</a>.<hr><h2>Field Documentation</h2>
<a class="anchor" name="646beef3e609fb306cd3ddb202daf694"></a><!-- doxytag: member="devfs_devices::devMajor" ref="646beef3e609fb306cd3ddb202daf694" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="types_8h.html#3b65128d2644e9b80cec9a69bfa7e094">uInt16</a> <a class="el" href="structdevfs__devices.html#646beef3e609fb306cd3ddb202daf694">devfs_devices::devMajor</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>
Definition at line <a class="el" href="devfs_8h-source.html#l00040">40</a> of file <a class="el" href="devfs_8h-source.html">devfs.h</a>.
<p>
Referenced by <a class="el" href="devfs_8c-source.html#l00178">devfs_makeNode()</a>, <a class="el" href="devfs_8c-source.html#l00071">devfs_open()</a>, <a class="el" href="devfs_8c-source.html#l00114">devfs_read()</a>, and <a class="el" href="devfs_8c-source.html#l00160">devfs_write()</a>.
</div>
</div><p>
<a class="anchor" name="5e53f9e07fd166b03c4cc94cb7ba6cf6"></a><!-- doxytag: member="devfs_devices::devMinor" ref="5e53f9e07fd166b03c4cc94cb7ba6cf6" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="types_8h.html#3b65128d2644e9b80cec9a69bfa7e094">uInt16</a> <a class="el" href="structdevfs__devices.html#5e53f9e07fd166b03c4cc94cb7ba6cf6">devfs_devices::devMinor</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>
Definition at line <a class="el" href="devfs_8h-source.html#l00041">41</a> of file <a class="el" href="devfs_8h-source.html">devfs.h</a>.
<p>
Referenced by <a class="el" href="devfs_8c-source.html#l00178">devfs_makeNode()</a>, <a class="el" href="devfs_8c-source.html#l00071">devfs_open()</a>, <a class="el" href="devfs_8c-source.html#l00114">devfs_read()</a>, and <a class="el" href="devfs_8c-source.html#l00160">devfs_write()</a>.
</div>
</div><p>
<a class="anchor" name="0200a09acd1456819501f7238df52474"></a><!-- doxytag: member="devfs_devices::devName" ref="0200a09acd1456819501f7238df52474" args="[32]" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">char <a class="el" href="structdevfs__devices.html#0200a09acd1456819501f7238df52474">devfs_devices::devName</a>[32]          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>
Definition at line <a class="el" href="devfs_8h-source.html#l00042">42</a> of file <a class="el" href="devfs_8h-source.html">devfs.h</a>.
<p>
Referenced by <a class="el" href="devfs_8c-source.html#l00178">devfs_makeNode()</a>, and <a class="el" href="devfs_8c-source.html#l00071">devfs_open()</a>.
</div>
</div><p>
<a class="anchor" name="3316a35e21232bab1603df7426dded2d"></a><!-- doxytag: member="devfs_devices::devType" ref="3316a35e21232bab1603df7426dded2d" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="types_8h.html#a4e0f27a9aca905e340c06d2dcae843c">uInt8</a> <a class="el" href="structdevfs__devices.html#3316a35e21232bab1603df7426dded2d">devfs_devices::devType</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>
Definition at line <a class="el" href="devfs_8h-source.html#l00039">39</a> of file <a class="el" href="devfs_8h-source.html">devfs.h</a>.
<p>
Referenced by <a class="el" href="devfs_8c-source.html#l00178">devfs_makeNode()</a>.
</div>
</div><p>
<a class="anchor" name="8da644e221d63a17be9b429f67b6de1d"></a><!-- doxytag: member="devfs_devices::next" ref="8da644e221d63a17be9b429f67b6de1d" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">struct <a class="el" href="structdevfs__devices.html">devfs_devices</a>* <a class="el" href="structdevfs__devices.html#8da644e221d63a17be9b429f67b6de1d">devfs_devices::next</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>
Definition at line <a class="el" href="devfs_8h-source.html#l00037">37</a> of file <a class="el" href="devfs_8h-source.html">devfs.h</a>.
<p>
Referenced by <a class="el" href="devfs_8c-source.html#l00178">devfs_makeNode()</a>, and <a class="el" href="devfs_8c-source.html#l00071">devfs_open()</a>.
</div>
</div><p>
<a class="anchor" name="249566533e1645abb22645cbe47b4bf2"></a><!-- doxytag: member="devfs_devices::prev" ref="249566533e1645abb22645cbe47b4bf2" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">struct <a class="el" href="structdevfs__devices.html">devfs_devices</a>* <a class="el" href="structdevfs__devices.html#249566533e1645abb22645cbe47b4bf2">devfs_devices::prev</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>
Definition at line <a class="el" href="devfs_8h-source.html#l00038">38</a> of file <a class="el" href="devfs_8h-source.html">devfs.h</a>.
<p>
Referenced by <a class="el" href="devfs_8c-source.html#l00178">devfs_makeNode()</a>.
</div>
</div><p>
<hr>The documentation for this struct was generated from the following file:<ul>
<li>src/sys/include/devfs/<a class="el" href="devfs_8h-source.html">devfs.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 15 11:26:43 2006 for UbixOS V2 by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
</body>
</html>