diff options
Diffstat (limited to 'runtime/docs/html/argv__example_8c-example.html')
-rw-r--r-- | runtime/docs/html/argv__example_8c-example.html | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/runtime/docs/html/argv__example_8c-example.html b/runtime/docs/html/argv__example_8c-example.html deleted file mode 100644 index 1369c4c2..00000000 --- a/runtime/docs/html/argv__example_8c-example.html +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> -<title>SystemTap: SystemTap Runtime Library</title> -<link href="doxygen.css" rel="stylesheet" type="text/css"> -</head><body> -<div class="qindex"><a class="qindex" href="index.html">Intro</a> | <a class="qindex" href="globals_func.html">Functions</a> | <a class="qindex" href="globals_defs.html">Defines</a> | <a class="qindex" href="globals_enum.html">Enumerations</a> | <a class="qindex" href="globals_eval.html">Enumeration Values</a></div> - -<!-- Generated by Doxygen 1.3.9.1 --> -<h1>argv_example.c</h1><dl compact><dt><b>Parameters:</b></dt><dd> - <table border="0" cellspacing="2" cellpadding="0"> - <tr><td valign="top"></td><td valign="top"><em>list</em> </td><td>A list. </td></tr> - <tr><td valign="top"></td><td valign="top"><em>argv</em> </td><td>Source argv, in user space. </td></tr> - </table> -</dl> -<dl compact><dt><b>Returns:</b></dt><dd>number of elements in <em>list</em></dd></dl> -<div class="fragment"><pre class="fragment"><a name="_a0"></a><a class="code" href="structmap__root.html">MAP</a> arglist ; - -<span class="keywordtype">int</span> inst_do_execve (<span class="keywordtype">char</span> * filename, <span class="keywordtype">char</span> __user *__user *argv, <span class="keywordtype">char</span> __user *__user *envp, <span class="keyword">struct</span> pt_regs * regs) -{ - <span class="keyword">struct </span><a name="_a1"></a><a class="code" href="structmap__node__str.html">map_node_str</a> *ptr; - - <a name="a2"></a><a class="code" href="copy_8c.html#a2">_stp_copy_argv_from_user</a> (arglist, argv); - - <a name="a3"></a><a class="code" href="map_8h.html#a8">foreach</a> (arglist, ptr) - printk ("%s ", ptr->str); - printk ("\n"); -} -</pre></div> <hr size="1"><address style="align: right;"><small>Generated on Wed Mar 9 03:40:33 2005 for SystemTap by -<a href="http://www.doxygen.org/index.html"> -<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.3.9.1 </small></address> -</body> -</html> |