atashow.html
来自「vxworks相关论文」· HTML 代码 · 共 90 行
HTML
90 行
<html><head><!-- /vobs/wpwr/docs/vxworks/ref/ataShow.html - generated by refgen from ataShow.c --> <title> ataShow </title></head><body bgcolor="#FFFFFF"> <hr><a name="top"></a><p align=right><a href="libIndex.html"><i>VxWorks Reference Manual : Libraries</i></a></p></blockquote><h1>ataShow</h1> <blockquote></a></blockquote><h4>NAME</h4><blockquote> <p><strong>ataShow</strong> - ATA/IDE (LOCAL and PCMCIA) disk device driver show routine </p></blockquote><h4>ROUTINES</h4><blockquote><p><p><b><i><a href="./ataShow.html#ataShowInit">ataShowInit</a></i>( )</b> - initialize the ATA/IDE disk driver show routine<br><b><i><a href="./ataShow.html#ataShow">ataShow</a></i>( )</b> - show the ATA/IDE disk parameters<br><p></blockquote><h4>DESCRIPTION</h4><blockquote><p>This library contains a driver show routine for the ATA/IDE (PCMCIA and LOCAL) devices supported on the IBM PC.<p></blockquote><h4>SEE ALSO</h4><blockquote><p><b><a href="./ataShow.html#top">ataShow</a></b><hr><a name="ataShowInit"></a><p align=right><a href="rtnIndex.html"><i>Libraries : Routines</i></a></p></blockquote><h1><i>ataShowInit</i>( )</h1> <blockquote></a></blockquote><h4>NAME</h4><blockquote> <p><strong><i>ataShowInit</i>( )</strong> - initialize the ATA/IDE disk driver show routine</p></blockquote><h4>SYNOPSIS</h4><blockquote><p><pre>void ataShowInit (void)</pre></blockquote><h4>DESCRIPTION</h4><blockquote><p>This routine links the ATA/IDE disk driver show routine into the VxWorkssystem. It is called automatically when this show facility is configuredinto VxWorks using either of the following methods:<ul><li> If you use the configuration header files, define<b>INCLUDE_SHOW_ROUTINES</b> in <b>config.h</b>.</li><li> If you use the Tornado project facility, select <b>INCLUDE_ATA_SHOW</b>.</ul><p></blockquote><h4>RETURNS</h4><blockquote><p><p> N/A</blockquote><h4>SEE ALSO</h4><blockquote><p><b><a href="./ataShow.html#top">ataShow</a></b><hr><a name="ataShow"></a><p align=right><a href="rtnIndex.html"><i>Libraries : Routines</i></a></p></blockquote><h1><i>ataShow</i>( )</h1> <blockquote></a></blockquote><h4>NAME</h4><blockquote> <p><strong><i>ataShow</i>( )</strong> - show the ATA/IDE disk parameters</p></blockquote><h4>SYNOPSIS</h4><blockquote><p><pre>STATUS ataShow ( int ctrl, int drive )</pre></blockquote><h4>DESCRIPTION</h4><blockquote><p>This routine shows the ATA/IDE disk parameters. Its first argument is acontroller number, 0 or 1; the second argument is a drive number, 0 or 1.<p></blockquote><h4>RETURNS</h4><blockquote><p>OK, or ERROR if the parameters are invalid.</blockquote><h4>SEE ALSO</h4><blockquote><p><b><a href="./ataShow.html#top">ataShow</a></b></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?