diff options
| author | Frank Ch. Eigler <fche@redhat.com> | 2024-04-26 18:22:38 -0400 |
|---|---|---|
| committer | Frank Ch. Eigler <fche@redhat.com> | 2024-04-26 18:22:38 -0400 |
| commit | 5867223c8e0a8ab505d4a7960e4113e25e154f07 (patch) | |
| tree | d4e33b64a461359792c979c1858c962759845dd2 /tapsets/API-set-user-string-n.html | |
| parent | removed tutorial/* bits (diff) | |
add new tapsets/*.html
Diffstat (limited to 'tapsets/API-set-user-string-n.html')
| -rw-r--r-- | tapsets/API-set-user-string-n.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tapsets/API-set-user-string-n.html b/tapsets/API-set-user-string-n.html index da34bf91..9ce8fdf0 100644 --- a/tapsets/API-set-user-string-n.html +++ b/tapsets/API-set-user-string-n.html | |||
| @@ -2,13 +2,13 @@ | |||
| 2 | Writes a string of given length to user memory | 2 | Writes a string of given length 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_n(addr:long,n:long,val:string) | 4 | set_user_string_n(addr:long,n:long,val:string) |
| 5 | </pre></div><div class="refsect1"><a name="idm46353902039088"></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="id2386"></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>n</code></em></span></dt><dd><p> | 7 | </p></dd><dt><span class="term"><em class="parameter"><code>n</code></em></span></dt><dd><p> |
| 8 | The maximum length of the string | 8 | The maximum length of the string |
| 9 | </p></dd><dt><span class="term"><em class="parameter"><code>val</code></em></span></dt><dd><p> | 9 | </p></dd><dt><span class="term"><em class="parameter"><code>val</code></em></span></dt><dd><p> |
| 10 | The string which is to be written | 10 | The string which is to be written |
| 11 | </p></dd></dl></div></div><div class="refsect1"><a name="idm46353902031872"></a><h2>Description</h2><p> | 11 | </p></dd></dl></div></div><div class="refsect1"><a name="id2387"></a><h2>Description</h2><p> |
| 12 | Writes the given string up to a maximum given length to a given | 12 | Writes the given string up to a maximum given length to a given |
| 13 | user memory address. Reports an error on string copy fault. | 13 | user memory address. Reports an error on string copy fault. |
| 14 | Requires the use of guru mode (-g). | 14 | Requires the use of guru mode (-g). |
