diff options
Diffstat (limited to 'static/freebsd/man9/vm_map_remove.9 4.html')
| -rw-r--r-- | static/freebsd/man9/vm_map_remove.9 4.html | 69 |
1 files changed, 0 insertions, 69 deletions
diff --git a/static/freebsd/man9/vm_map_remove.9 4.html b/static/freebsd/man9/vm_map_remove.9 4.html deleted file mode 100644 index 16adbad1..00000000 --- a/static/freebsd/man9/vm_map_remove.9 4.html +++ /dev/null @@ -1,69 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">VM_MAP_REMOVE(9)</td> - <td class="head-vol">Kernel Developer's Manual</td> - <td class="head-rtitle">VM_MAP_REMOVE(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">vm_map_remove</code> — - <span class="Nd">remove a virtual address range from a map</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">vm/vm.h</a>></code> - <br/> - <code class="In">#include <<a class="In">vm/vm_map.h</a>></code></p> -<p class="Pp"><var class="Ft">int</var> - <br/> - <code class="Fn">vm_map_remove</code>(<var class="Fa" style="white-space: nowrap;">vm_map_t - map</var>, <var class="Fa" style="white-space: nowrap;">vm_offset_t - start</var>, <var class="Fa" style="white-space: nowrap;">vm_offset_t - end</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="#vm_map_remove"><code class="Fn" id="vm_map_remove">vm_map_remove</code></a>() - function removes the given address range bounded by - <var class="Fa">start</var> and <var class="Fa">end</var> from the target - <var class="Fa">map</var>.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="IMPLEMENTATION_NOTES"><a class="permalink" href="#IMPLEMENTATION_NOTES">IMPLEMENTATION - NOTES</a></h1> -<p class="Pp">This is the exported form of <a class="Xr">vm_map_delete(9)</a> - which may be called by consumers of the VM subsystem.</p> -<p class="Pp">The function calls <a class="Xr">vm_map_lock(9)</a> to hold a lock - on <var class="Fa">map</var> for the duration of the function call.</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">vm_map_remove</code>() always returns - <code class="Dv">KERN_SUCCESS</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">vm_map(9)</a>, - <a class="Xr">vm_map_delete(9)</a></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1> -<p class="Pp">This manual page was written by <span class="An">Bruce M - Simpson</span> - <<a class="Mt" href="mailto:bms@spc.org">bms@spc.org</a>>.</p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">July 19, 2003</td> - <td class="foot-os">FreeBSD 15.0</td> - </tr> -</table> |
