diff options
Diffstat (limited to 'static/freebsd/man9/device_printf.9 4.html')
| -rw-r--r-- | static/freebsd/man9/device_printf.9 4.html | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/static/freebsd/man9/device_printf.9 4.html b/static/freebsd/man9/device_printf.9 4.html deleted file mode 100644 index 7e50e808..00000000 --- a/static/freebsd/man9/device_printf.9 4.html +++ /dev/null @@ -1,53 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">DEVICE_PRINTF(9)</td> - <td class="head-vol">Kernel Developer's Manual</td> - <td class="head-rtitle">DEVICE_PRINTF(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_printf</code> — - <span class="Nd">formatted output conversion</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">int</var> - <br/> - <code class="Fn">device_printf</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> -</section> -<section class="Sh"> -<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> -<p class="Pp">The - <a class="permalink" href="#device_printf"><code class="Fn" id="device_printf">device_printf</code></a>() - function is a convenience interface to the <a class="Xr">printf(9)</a> - function. It outputs the name of the <var class="Fa">dev</var> device, - followed by a colon and a space, and then what <a class="Xr">printf(9)</a> - would print if you passed <var class="Fa">fmt</var> and the remaining - arguments to it.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN - VALUES</a></h1> -<p class="Pp">The <code class="Fn">device_printf</code>() function returns the - number of characters displayed.</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">printf(3)</a>, <a class="Xr">printf(9)</a></p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">April 21, 2003</td> - <td class="foot-os">FreeBSD 15.0</td> - </tr> -</table> |
