diff options
Diffstat (limited to 'static/freebsd/man9/device_set_desc.9 4.html')
| -rw-r--r-- | static/freebsd/man9/device_set_desc.9 4.html | 72 |
1 files changed, 0 insertions, 72 deletions
diff --git a/static/freebsd/man9/device_set_desc.9 4.html b/static/freebsd/man9/device_set_desc.9 4.html deleted file mode 100644 index 01aa7a3d..00000000 --- a/static/freebsd/man9/device_set_desc.9 4.html +++ /dev/null @@ -1,72 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">DEVICE_SET_DESC(9)</td> - <td class="head-vol">Kernel Developer's Manual</td> - <td class="head-rtitle">DEVICE_SET_DESC(9)</td> - </tr> -</table> -<div class="manual-text"> -<section class="Sh"> -<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1> -<p class="Pp"><code class="Nm">device_set_desc</code>, - <code class="Nm">device_set_descf</code>, - <code class="Nm">device_set_desc_copy</code>, - <code class="Nm">device_get_desc</code> — <span class="Nd">access the - description of a device</span></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1> -<p class="Pp"><code class="In">#include - <<a class="In">sys/param.h</a>></code> - <br/> - <code class="In">#include <<a class="In">sys/bus.h</a>></code></p> -<p class="Pp"><var class="Ft">void</var> - <br/> - <code class="Fn">device_set_desc</code>(<var class="Fa" style="white-space: nowrap;">device_t - dev</var>, <var class="Fa" style="white-space: nowrap;">const char - *desc</var>);</p> -<p class="Pp"><var class="Ft">void</var> - <br/> - <code class="Fn">device_set_descf</code>(<var class="Fa" style="white-space: nowrap;">device_t - dev</var>, <var class="Fa" style="white-space: nowrap;">const char - *fmt</var>, <var class="Fa" style="white-space: nowrap;">...</var>);</p> -<p class="Pp"><var class="Ft">void</var> - <br/> - <code class="Fn">device_set_desc_copy</code>(<var class="Fa" style="white-space: nowrap;">device_t - dev</var>, <var class="Fa" style="white-space: nowrap;">const char - *desc</var>);</p> -<p class="Pp"><var class="Ft">const char *</var> - <br/> - <code class="Fn">device_get_desc</code>(<var class="Fa" style="white-space: nowrap;">device_t - dev</var>);</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> -<p class="Pp">Manipulate the verbose description of a device. This description - (if present) is printed as part of the message when it is attached during - autoconfiguration. The variation - <a class="permalink" href="#device_set_desc_copy"><code class="Fn" id="device_set_desc_copy">device_set_desc_copy</code></a>() - is used to set the description if the string passed is a temporary buffer - which will be overwritten. In this case, the system will copy the string, - otherwise the pointer passed will be used directly. - <a class="permalink" href="#device_set_descf"><code class="Fn" id="device_set_descf">device_set_descf</code></a>() - is a printf-like version of - <a class="permalink" href="#device_set_desc"><code class="Fn" id="device_set_desc">device_set_desc</code></a>().</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE - ALSO</a></h1> -<p class="Pp"><a class="Xr">device(9)</a></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1> -<p class="Pp">This manual page was written by <span class="An">Doug - Rabson</span>.</p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">January 9, 2024</td> - <td class="foot-os">FreeBSD 15.0</td> - </tr> -</table> |
