summaryrefslogtreecommitdiffstats
path: root/tapsets/API-kernel-pointer.html
diff options
authorserhei <serhei>2022-11-16 15:22:14 +0000
committerserhei <serhei>2022-11-16 15:22:14 +0000
commitf7f6f68dda3ed01e7b7dd7e95dca2e84326fab2b (patch)
treedef321b7b9ba6994d8f5615bf5ecbabc47e07c38 /tapsets/API-kernel-pointer.html
parentadd new tutorial/* (diff)
removed man pages
Diffstat (limited to 'tapsets/API-kernel-pointer.html')
-rw-r--r--tapsets/API-kernel-pointer.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/tapsets/API-kernel-pointer.html b/tapsets/API-kernel-pointer.html
index 3dcd69dc..bf7da17e 100644
--- a/tapsets/API-kernel-pointer.html
+++ b/tapsets/API-kernel-pointer.html
@@ -1,11 +1,11 @@
1<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>function::kernel_pointer</title><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"><link rel="home" href="index.html" title="SystemTap Tapset Reference Manual"><link rel="up" href="conversions.stp.html" title="Chapter 25. String and data retrieving functions Tapset"><link rel="prev" href="API-kernel-long.html" title="function::kernel_long"><link rel="next" href="API-kernel-short.html" title="function::kernel_short"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"><span class="phrase">function::kernel_pointer</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-kernel-long.html">Prev</a> </td><th width="60%" align="center">Chapter 25. String and data retrieving functions Tapset</th><td width="20%" align="right"> <a accesskey="n" href="API-kernel-short.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-kernel-pointer"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>function::kernel_pointer — 1<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>function::kernel_pointer</title><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"><link rel="home" href="index.html" title="SystemTap Tapset Reference Manual"><link rel="up" href="conversions.stp.html" title="Chapter 25. String and data retrieving functions Tapset"><link rel="prev" href="API-kernel-or-user-string-quoted-utf32.html" title="function::kernel_or_user_string_quoted_utf32"><link rel="next" href="API-kernel-short.html" title="function::kernel_short"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"><span class="phrase">function::kernel_pointer</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-kernel-or-user-string-quoted-utf32.html">Prev</a> </td><th width="60%" align="center">Chapter 25. String and data retrieving functions Tapset</th><td width="20%" align="right"> <a accesskey="n" href="API-kernel-short.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-kernel-pointer"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>function::kernel_pointer —
2 Retrieves a pointer value stored in kernel memory 2 Retrieves a pointer value stored in kernel memory
3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting"> 3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting">
4 kernel_pointer:long(addr:long) 4 kernel_pointer:long(addr:long)
5</pre></div><div class="refsect1"><a name="idm46728484626368"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>addr</code></em></span></dt><dd><p> 5</pre></div><div class="refsect1"><a name="idm46353902939120"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>addr</code></em></span></dt><dd><p>
6 The kernel address to retrieve the pointer from 6 The kernel address to retrieve the pointer from
7 </p></dd></dl></div></div><div class="refsect1"><a name="idm46728484623136"></a><h2>Description</h2><p> 7 </p></dd></dl></div></div><div class="refsect1"><a name="idm46353902935888"></a><h2>Description</h2><p>
8 Returns the pointer value from a given kernel memory 8 Returns the pointer value from a given kernel memory
9 address. Reports an error when reading from the given address 9 address. Reports an error when reading from the given address
10 fails. 10 fails.
11</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-kernel-long.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="conversions.stp.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-kernel-short.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">function::kernel_long</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span class="phrase">function::kernel_short</span></td></tr></table></div></body></html> 11</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-kernel-or-user-string-quoted-utf32.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="conversions.stp.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-kernel-short.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">function::kernel_or_user_string_quoted_utf32</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span class="phrase">function::kernel_short</span></td></tr></table></div></body></html>