summaryrefslogtreecommitdiff
path: root/static/netbsd/man9/cpu_dumpconf.9 3.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/netbsd/man9/cpu_dumpconf.9 3.html')
-rw-r--r--static/netbsd/man9/cpu_dumpconf.9 3.html69
1 files changed, 0 insertions, 69 deletions
diff --git a/static/netbsd/man9/cpu_dumpconf.9 3.html b/static/netbsd/man9/cpu_dumpconf.9 3.html
deleted file mode 100644
index d7fabb54..00000000
--- a/static/netbsd/man9/cpu_dumpconf.9 3.html
+++ /dev/null
@@ -1,69 +0,0 @@
-<table class="head">
- <tr>
- <td class="head-ltitle">CPU_DUMPCONF(9)</td>
- <td class="head-vol">Kernel Developer's Manual</td>
- <td class="head-rtitle">CPU_DUMPCONF(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">cpu_dumpconf</code>,
- <code class="Nm">cpu_dump</code>, <code class="Nm">cpu_dumpsize</code>,
- <code class="Nm">dumpsys</code> &#x2014; <span class="Nd">machine-dependent
- kernel core dumps</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
- &lt;<a class="In">sys/types.h</a>&gt;</code>
- <br/>
- <code class="In">#include &lt;<a class="In">sys/systm.h</a>&gt;</code></p>
-<p class="Pp"><var class="Ft">void</var>
- <br/>
- <code class="Fn">cpu_dumpconf</code>(<var class="Fa" style="white-space: nowrap;">void</var>);</p>
-<p class="Pp"><var class="Ft">int</var>
- <br/>
- <code class="Fn">cpu_dump</code>(<var class="Fa" style="white-space: nowrap;">int
- (*dump)(dev_t, daddr_t, void *, size_t)</var>,
- <var class="Fa" style="white-space: nowrap;">daddr_t *blknop</var>);</p>
-<p class="Pp"><var class="Ft">int</var>
- <br/>
- <code class="Fn">cpu_dumpsize</code>(<var class="Fa" style="white-space: nowrap;">void</var>);</p>
-<p class="Pp"><var class="Ft">void</var>
- <br/>
- <code class="Fn">dumpsys</code>(<var class="Fa" style="white-space: nowrap;">void</var>);</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<p class="Pp"><a class="permalink" href="#cpu_dumpconf"><code class="Fn" id="cpu_dumpconf">cpu_dumpconf</code></a>()
- is the machine-dependent interface invoked during system bootstrap to
- determine the dump device and initialize machine-dependent kernel core dump
- state. Internally, <code class="Fn">cpu_dumpconf</code>() will invoke
- <code class="Fn">cpu_dumpsize</code>() to calculate the size of
- machine-dependent kernel core dump headers.</p>
-<p class="Pp" id="dumpsys"><a class="permalink" href="#dumpsys"><code class="Fn">dumpsys</code></a>()
- is invoked by
- <a class="permalink" href="#cpu_reboot"><code class="Fn" id="cpu_reboot">cpu_reboot</code></a>()
- to dump kernel physical memory onto the dump device.
- <code class="Fn">dumpsys</code>() invokes <code class="Fn">cpu_dump</code>()
- to write the machine-dependent header to the dump device at block number
- <var class="Fa">*blknop</var> using the dump device's PIO dump routine
- specified by the <var class="Fa">dump</var> argument.</p>
-<p class="Pp" id="cpu_dumpsize"><a class="permalink" href="#cpu_dumpsize"><code class="Fn">cpu_dumpsize</code></a>(),
- <a class="permalink" href="#cpu_dump"><code class="Fn" id="cpu_dump">cpu_dump</code></a>(),
- and <code class="Fn">dumpsys</code>() are parts of the machine-dependent
- interface, however they are not exported to machine-independent code.</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">cpu_reboot(9)</a></p>
-</section>
-</div>
-<table class="foot">
- <tr>
- <td class="foot-date">May 24, 2002</td>
- <td class="foot-os">NetBSD 10.1</td>
- </tr>
-</table>