diff options
Diffstat (limited to 'static/netbsd/man9/kcopy.9 3.html')
| -rw-r--r-- | static/netbsd/man9/kcopy.9 3.html | 54 |
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> — <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 - <<a class="In">sys/systm.h</a>></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> |
