diff options
Diffstat (limited to 'static/freebsd/man9/kstack_contains.9 4.html')
| -rw-r--r-- | static/freebsd/man9/kstack_contains.9 4.html | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/static/freebsd/man9/kstack_contains.9 4.html b/static/freebsd/man9/kstack_contains.9 4.html deleted file mode 100644 index 4c5acd20..00000000 --- a/static/freebsd/man9/kstack_contains.9 4.html +++ /dev/null @@ -1,57 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">KSTACK_CONTAINS(9)</td> - <td class="head-vol">Kernel Developer's Manual</td> - <td class="head-rtitle">KSTACK_CONTAINS(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">kstack_contains</code> — - <span class="Nd">determine if an address range lies within the kernel stack - for a thread</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">machine/stack.h</a>></code></p> -<p class="Pp"><var class="Ft">bool</var> - <br/> - <code class="Fn">kstack_contains</code>(<var class="Fa" style="white-space: nowrap;">struct - thread *td</var>, <var class="Fa" style="white-space: nowrap;">vm_offset_t - va</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">This function can be used to determine whether a given address - range falls within the kernel stack for the thread pointed to by - <var class="Fa">td</var>.</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 function <code class="Fn">kstack_contains</code>() returns - <code class="Dv">true</code> if the range of addresses - [<var class="Fa">va</var>..(<var class="Fa">va</var>+<var class="Fa">len</var>-1)] - (both addresses inclusive) lies within the kernel stack for the thread - pointed to by argument <var class="Fa">td</var>, or returns - <code class="Dv">false</code> otherwise.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="ERRORS"><a class="permalink" href="#ERRORS">ERRORS</a></h1> -<p class="Pp">This function does not return an error.</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">kproc(9)</a>, <a class="Xr">kthread(9)</a></p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">May 2, 2023</td> - <td class="foot-os">FreeBSD 15.0</td> - </tr> -</table> |
