summaryrefslogtreecommitdiffstats
path: root/tapsets/API-set-user-string.html
diff options
authorFrank Ch. Eigler <fche@redhat.com>2024-11-08 20:15:06 -0500
committerFrank Ch. Eigler <fche@redhat.com>2024-11-08 20:15:06 -0500
commitf482219e0031fa76a785735146bdc953c7a60f28 (patch)
treeb71c5cc38e5e376be4c9c878f415662040e4afd8 /tapsets/API-set-user-string.html
parentLinks page: add some bunsen/build/test related outgoing links (diff)
add new tapsets/*.html
Diffstat (limited to 'tapsets/API-set-user-string.html')
-rw-r--r--tapsets/API-set-user-string.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tapsets/API-set-user-string.html b/tapsets/API-set-user-string.html
index 7afe8c31..cf706a17 100644
--- a/tapsets/API-set-user-string.html
+++ b/tapsets/API-set-user-string.html
@@ -2,11 +2,11 @@
2 Writes a string to user memory 2 Writes a string to user 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 set_user_string(addr:long,val:string) 4 set_user_string(addr:long,val:string)
5</pre></div><div class="refsect1"><a name="id2382"></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="id2384"></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 user address to write the string to 6 The user 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"><a name="id2383"></a><h2>Description</h2><p> 9 </p></dd></dl></div></div><div class="refsect1"><a name="id2385"></a><h2>Description</h2><p>
10 Writes the given string to a given user memory address. 10 Writes the given string to a given user memory address.
11 Reports an error when writing to the given address fails. 11 Reports an error when writing to the given address fails.
12 Requires the use of guru mode (-g). 12 Requires the use of guru mode (-g).