summaryrefslogtreecommitdiff
path: root/static/netbsd/man9/doshutdownhooks.9 3.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/netbsd/man9/doshutdownhooks.9 3.html')
-rw-r--r--static/netbsd/man9/doshutdownhooks.9 3.html53
1 files changed, 0 insertions, 53 deletions
diff --git a/static/netbsd/man9/doshutdownhooks.9 3.html b/static/netbsd/man9/doshutdownhooks.9 3.html
deleted file mode 100644
index 4e531af1..00000000
--- a/static/netbsd/man9/doshutdownhooks.9 3.html
+++ /dev/null
@@ -1,53 +0,0 @@
-<table class="head">
- <tr>
- <td class="head-ltitle">DOSHUTDOWNHOOKS(9)</td>
- <td class="head-vol">Kernel Developer's Manual</td>
- <td class="head-rtitle">DOSHUTDOWNHOOKS(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">doshutdownhooks</code> &#x2014;
- <span class="Nd">run all shutdown hooks</span></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<p class="Pp"><var class="Ft">void</var>
- <br/>
- <code class="Fn">doshutdownhooks</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="#The"><i class="Em" id="The">The</i></a>
- <code class="Nm">doshutdownhooks</code>
- <a class="permalink" href="#routine"><i class="Em" id="routine">routine is
- deprecated.</i></a>
- <a class="permalink" href="#Use"><i class="Em" id="Use">Use</i></a>
- <a class="Xr">pmf_system_shutdown(9)</a>
- <a class="permalink" href="#instead."><i class="Em" id="instead.">instead.</i></a></p>
-<p class="Pp" id="doshutdownhooks">The
- <a class="permalink" href="#doshutdownhooks"><code class="Fn">doshutdownhooks</code></a>()
- function invokes all shutdown hooks established using the
- <a class="Xr">shutdownhook_establish(9)</a> function. Shutdown hooks are
- called in reverse order, i.e., the shutdown hook established last will be
- called first.</p>
-<p class="Pp" id="cpu_reboot">This function is called from
- <a class="permalink" href="#cpu_reboot"><code class="Fn">cpu_reboot</code></a>()
- with interrupts turned off. It is called immediately before the system is
- halted or rebooted, after file systems have been unmounted, after the clock
- has been updated, and after a system dump has been done (if necessary).</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>,
- <a class="Xr">shutdownhook_establish(9)</a></p>
-</section>
-</div>
-<table class="foot">
- <tr>
- <td class="foot-date">February 11, 2010</td>
- <td class="foot-os">NetBSD 10.1</td>
- </tr>
-</table>