diff options
| author | lberk <lberk> | 2013-02-26 16:35:59 +0000 |
|---|---|---|
| committer | lberk <lberk> | 2013-02-26 16:35:59 +0000 |
| commit | 8ad185e834416bc36429b32b44534ac5a6564b48 (patch) | |
| tree | 338b60b4dcf2311d3a9302c2b89cabaea13b3bea /tapsets/API-user-string-warn.html | |
| parent | add new langref/*.html (diff) | |
removed man pages
Diffstat (limited to 'tapsets/API-user-string-warn.html')
| -rw-r--r-- | tapsets/API-user-string-warn.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tapsets/API-user-string-warn.html b/tapsets/API-user-string-warn.html index 311a64eb..f725dcc9 100644 --- a/tapsets/API-user-string-warn.html +++ b/tapsets/API-user-string-warn.html | |||
| @@ -1,11 +1,11 @@ | |||
| 1 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>function::user_string_warn</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="index.html" title="SystemTap Tapset Reference Manual"><link rel="up" href="conversions.stp.html" title="Chapter 24. String and data retrieving functions Tapset"><link rel="prev" href="API-user-string-quoted.html" title="function::user_string_quoted"><link rel="next" href="API-user-uint16.html" title="function::user_uint16"></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>function::user_string_warn</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-user-string-quoted.html">Prev</a> </td><th width="60%" align="center">Chapter 24. String and data retrieving functions Tapset</th><td width="20%" align="right"> <a accesskey="n" href="API-user-uint16.html">Next</a></td></tr></table><hr></div><div class="refentry" title="function::user_string_warn"><a name="API-user-string-warn"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>function::user_string_warn — | 1 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>function::user_string_warn</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="index.html" title="SystemTap Tapset Reference Manual"><link rel="up" href="conversions.stp.html" title="Chapter 24. String and data retrieving functions Tapset"><link rel="prev" href="API-user-string-utf32.html" title="function::user_string_utf32"><link rel="next" href="API-user-uint16.html" title="function::user_uint16"></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>function::user_string_warn</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-user-string-utf32.html">Prev</a> </td><th width="60%" align="center">Chapter 24. String and data retrieving functions Tapset</th><td width="20%" align="right"> <a accesskey="n" href="API-user-uint16.html">Next</a></td></tr></table><hr></div><div class="refentry" title="function::user_string_warn"><a name="API-user-string-warn"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>function::user_string_warn — |
| 2 | Retrieves string from user space | 2 | Retrieves string from user space |
| 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 | user_string_warn:string(addr:long) | 4 | user_string_warn:string(addr:long) |
| 5 | </pre></div><div class="refsect1" title="Arguments"><a name="id519394"></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="idp11819040"></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 user space address to retrieve the string from | 6 | the user space address to retrieve the string from |
| 7 | </p></dd></dl></div></div><div class="refsect1" title="Description"><a name="id519421"></a><h2>Description</h2><p> | 7 | </p></dd></dl></div></div><div class="refsect1" title="Description"><a name="idp11822272"></a><h2>Description</h2><p> |
| 8 | Returns the null terminated C string from a given user space | 8 | Returns the null terminated C string from a given user space |
| 9 | memory address. Reports <span class="quote">“<span class="quote"><unknown></span>”</span> on the rare cases when userspace | 9 | memory address. Reports <span class="quote">“<span class="quote"><unknown></span>”</span> on the rare cases when userspace |
| 10 | data is not accessible and warns (but does not abort) about the failure. | 10 | data is not accessible and warns (but does not abort) about the failure. |
| 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-user-string-quoted.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-user-uint16.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span>function::user_string_quoted</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span>function::user_uint16</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-user-string-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-user-uint16.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span>function::user_string_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>function::user_uint16</span></td></tr></table></div></body></html> |
