summaryrefslogtreecommitdiffstats
path: root/tapsets/API-set-kernel-string.html
diff options
Diffstat (limited to 'tapsets/API-set-kernel-string.html')
-rw-r--r--tapsets/API-set-kernel-string.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tapsets/API-set-kernel-string.html b/tapsets/API-set-kernel-string.html
index 5ec65f7d..c8b4fecd 100644
--- a/tapsets/API-set-kernel-string.html
+++ b/tapsets/API-set-kernel-string.html
@@ -2,11 +2,11 @@
2 Writes a string to kernel memory 2 Writes a string to kernel memory
3 </p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><pre class="programlisting"> 3 </p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><pre class="programlisting">
4 set_kernel_string(addr:long,val:string) 4 set_kernel_string(addr:long,val:string)
5</pre></div><div class="refsect1" title="Arguments"><a name="idp11911232"></a><h2>Arguments</h2><div class="variablelist"><dl><dt><span class="term"><em class="parameter"><code>addr</code></em></span></dt><dd><p> 5</pre></div><div class="refsect1" title="Arguments"><a name="idp11915040"></a><h2>Arguments</h2><div class="variablelist"><dl><dt><span class="term"><em class="parameter"><code>addr</code></em></span></dt><dd><p>
6 The kernel address to write the string to 6 The kernel address to write the string to
7 </p></dd><dt><span class="term"><em class="parameter"><code>val</code></em></span></dt><dd><p> 7 </p></dd><dt><span class="term"><em class="parameter"><code>val</code></em></span></dt><dd><p>
8 The string which is to be written 8 The string which is to be written
9 </p></dd></dl></div></div><div class="refsect1" title="Description"><a name="idp11916448"></a><h2>Description</h2><p> 9 </p></dd></dl></div></div><div class="refsect1" title="Description"><a name="idp11920256"></a><h2>Description</h2><p>
10 Writes the given string to a given kernel 10 Writes the given string to a given kernel
11 memory address. Reports an error on string copy fault. 11 memory address. Reports an error on string copy fault.
12 Requires the use of guru mode (-g). 12 Requires the use of guru mode (-g).