diff options
| author | fche <fche> | 2021-03-02 02:06:31 +0000 |
|---|---|---|
| committer | fche <fche> | 2021-03-02 02:06:31 +0000 |
| commit | 99e6309d6ecef1f95d453e127563464835eb9a6f (patch) | |
| tree | ef17c27bf7a2693f4afee6637d4333bb8c7ccee5 /tapsets/API-set-user-pointer.html | |
| parent | add new tutorial/* (diff) | |
removed man pages
Diffstat (limited to 'tapsets/API-set-user-pointer.html')
| -rw-r--r-- | tapsets/API-set-user-pointer.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tapsets/API-set-user-pointer.html b/tapsets/API-set-user-pointer.html index de9c7602..18c363e3 100644 --- a/tapsets/API-set-user-pointer.html +++ b/tapsets/API-set-user-pointer.html | |||
| @@ -2,11 +2,11 @@ | |||
| 2 | Writes a pointer value to user memory. | 2 | Writes a pointer value 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_pointer(addr:long,val:long) | 4 | set_user_pointer(addr:long,val:long) |
| 5 | </pre></div><div class="refsect1"><a name="idp71424422508736"></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="idp72313404598512"></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 pointer to | 6 | The user address to write the pointer 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 pointer which is to be written | 8 | The pointer which is to be written |
| 9 | </p></dd></dl></div></div><div class="refsect1"><a name="idp71424422513952"></a><h2>Description</h2><p> | 9 | </p></dd></dl></div></div><div class="refsect1"><a name="idp72313404603728"></a><h2>Description</h2><p> |
| 10 | Writes the pointer value to a given user memory address. | 10 | Writes the pointer value 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). |
