summaryrefslogtreecommitdiff
path: root/static/netbsd/man9/kcopy.9 3.html
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 19:59:05 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 19:59:05 -0400
commit1f19f33e45791ea59aed048796fc68672c6723a5 (patch)
tree54625fba89e91d1c2177801ec635e8528bba937f /static/netbsd/man9/kcopy.9 3.html
parentac5e55f5f2af5b92794c2aded46c6bae85b5f5ed (diff)
docs: Removed Precompiled HTML
Diffstat (limited to 'static/netbsd/man9/kcopy.9 3.html')
-rw-r--r--static/netbsd/man9/kcopy.9 3.html54
1 files changed, 0 insertions, 54 deletions
diff --git a/static/netbsd/man9/kcopy.9 3.html b/static/netbsd/man9/kcopy.9 3.html
deleted file mode 100644
index 21723f5f..00000000
--- a/static/netbsd/man9/kcopy.9 3.html
+++ /dev/null
@@ -1,54 +0,0 @@
-<table class="head">
- <tr>
- <td class="head-ltitle">KCOPY(9)</td>
- <td class="head-vol">Kernel Developer's Manual</td>
- <td class="head-rtitle">KCOPY(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">kcopy</code> &#x2014; <span class="Nd">copy data
- with abort on page fault</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/systm.h</a>&gt;</code></p>
-<p class="Pp"><var class="Ft">int</var>
- <br/>
- <code class="Fn">kcopy</code>(<var class="Fa" style="white-space: nowrap;">const
- void *src</var>, <var class="Fa" style="white-space: nowrap;">void
- *dst</var>, <var class="Fa" style="white-space: nowrap;">size_t
- len</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="#kcopy"><code class="Fn" id="kcopy">kcopy</code></a>()
- copies <var class="Fa">len</var> bytes from <var class="Fa">src</var> to
- <var class="Fa">dst</var>, aborting if a fatal page fault is
- encountered.</p>
-<p class="Pp" id="kcopy~2"><a class="permalink" href="#kcopy~2"><code class="Fn">kcopy</code></a>()
- must save and restore the old fault handler since it is called by
- <a class="Xr">uiomove(9)</a>, which may be in the path of servicing a
- non-fatal page fault.</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="RETURN_VALUES"><a class="permalink" href="#RETURN_VALUES">RETURN
- VALUES</a></h1>
-<p class="Pp"><code class="Fn">kcopy</code>() returns 0 on success and an error
- number on failure.</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">errno(2)</a>, <a class="Xr">memcpy(9)</a>,
- <a class="Xr">uiomove(9)</a></p>
-</section>
-</div>
-<table class="foot">
- <tr>
- <td class="foot-date">April 6, 2017</td>
- <td class="foot-os">NetBSD 10.1</td>
- </tr>
-</table>