diff options
Diffstat (limited to 'runtime/docs/html/map_8h.html')
-rw-r--r-- | runtime/docs/html/map_8h.html | 61 |
1 files changed, 22 insertions, 39 deletions
diff --git a/runtime/docs/html/map_8h.html b/runtime/docs/html/map_8h.html index def7be23..2d35515b 100644 --- a/runtime/docs/html/map_8h.html +++ b/runtime/docs/html/map_8h.html @@ -5,27 +5,12 @@ </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 --> +<!-- Generated by Doxygen 1.4.1 --> <h1>map.h File Reference</h1><code>#include <linux/types.h></code><br> <p> <a href="map_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"> <tr><td></td></tr> -<tr><td colspan="2"><br><h2>Data Structures</h2></td></tr> -<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structstat.html">stat</a></td></tr> - -<tr><td class="memItemLeft" nowrap align="right" valign="top">union </td><td class="memItemRight" valign="bottom"><a class="el" href="unionkey__data.html">key_data</a></td></tr> - -<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structmap__node.html">map_node</a></td></tr> - -<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structmap__node__int64.html">map_node_int64</a></td></tr> - -<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structmap__node__str.html">map_node_str</a></td></tr> - -<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structmap__node__stat.html">map_node_stat</a></td></tr> - -<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structmap__root.html">map_root</a></td></tr> - <tr><td colspan="2"><br><h2>Defines</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="map_8h.html#a0">key1str</a>(ptr) (ptr->n.key1.str)</td></tr> @@ -67,7 +52,7 @@ </table> <hr><h2>Define Documentation</h2> <a class="anchor" name="a7" doxytag="map.h::_stp_list_add"></a><p> -<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> +<table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> @@ -96,9 +81,9 @@ <p> <b>Value:</b><div class="fragment"><pre class="fragment">({ \ <span class="keywordflow">if</span> (__builtin_types_compatible_p (typeof (val), <span class="keywordtype">char</span>[])) \ - <a class="code" href="map_8c.html#a25">_stp_list_add_str</a> (map, (<span class="keywordtype">char</span> *)(val)); \ + <a class="code" href="map_8c.html#a27">_stp_list_add_str</a> (map, (<span class="keywordtype">char</span> *)(val)); \ <span class="keywordflow">else</span> \ - <a class="code" href="map_8c.html#a26">_stp_list_add_int64</a> (map, (int64_t)(val)); \ + <a class="code" href="map_8c.html#a28">_stp_list_add_int64</a> (map, (int64_t)(val)); \ }) </pre></div> <p> @@ -106,7 +91,7 @@ Definition at line <a class="el" href="map_8h-source.html#l00121">121</a> of fil </tr> </table> <a class="anchor" name="a5" doxytag="map.h::_stp_map_key"></a><p> -<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> +<table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> @@ -145,7 +130,7 @@ Definition at line <a class="el" href="map_8h-source.html#l00105">105</a> of fil </tr> </table> <a class="anchor" name="a4" doxytag="map.h::_stp_map_key2"></a><p> -<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> +<table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> @@ -193,7 +178,7 @@ Definition at line <a class="el" href="map_8h-source.html#l00091">91</a> of file </tr> </table> <a class="anchor" name="a6" doxytag="map.h::_stp_map_set"></a><p> -<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> +<table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> @@ -222,9 +207,9 @@ Definition at line <a class="el" href="map_8h-source.html#l00091">91</a> of file <p> <b>Value:</b><div class="fragment"><pre class="fragment">({ \ <span class="keywordflow">if</span> (__builtin_types_compatible_p (typeof (val), <span class="keywordtype">char</span>[])) \ - <a class="code" href="map_8c.html#a18">_stp_map_set_str</a> (map, (<span class="keywordtype">char</span> *)(val)); \ + <a class="code" href="map_8c.html#a20">_stp_map_set_str</a> (map, (<span class="keywordtype">char</span> *)(val)); \ <span class="keywordflow">else</span> \ - <a class="code" href="map_8c.html#a16">_stp_map_set_int64</a> (map, (int64_t)(val)); \ + <a class="code" href="map_8c.html#a17">_stp_map_set_int64</a> (map, (int64_t)(val)); \ }) </pre></div> <p> @@ -232,7 +217,7 @@ Definition at line <a class="el" href="map_8h-source.html#l00113">113</a> of fil </tr> </table> <a class="anchor" name="a8" doxytag="map.h::foreach"></a><p> -<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> +<table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> @@ -260,7 +245,7 @@ Definition at line <a class="el" href="map_8h-source.html#l00113">113</a> of fil <p> <b>Value:</b><div class="fragment"><pre class="fragment"><span class="keywordflow">for</span> (ptr = (typeof(ptr))<a class="code" href="map_8c.html#a6">_stp_map_start</a>(map); ptr; \ - ptr = (typeof(ptr))<a class="code" href="map_8c.html#a7">_stp_map_iter</a> (map, (<span class="keyword">struct</span> <a class="code" href="structmap__node.html">map_node</a> *)ptr)) + ptr = (typeof(ptr))_stp_map_iter (map, (<span class="keyword">struct</span> <a class="code" href="structmap__node.html">map_node</a> *)ptr)) </pre></div>Loop through all elements of a map. <p> <dl compact><dt><b>Parameters:</b></dt><dd> @@ -284,7 +269,7 @@ Definition at line <a class="el" href="map_8h-source.html#l00138">138</a> of fil </tr> </table> <a class="anchor" name="a2" doxytag="map.h::key1int"></a><p> -<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> +<table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> @@ -314,7 +299,7 @@ Definition at line <a class="el" href="map_8h-source.html#l00088">88</a> of file </tr> </table> <a class="anchor" name="a0" doxytag="map.h::key1str"></a><p> -<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> +<table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> @@ -344,7 +329,7 @@ Definition at line <a class="el" href="map_8h-source.html#l00086">86</a> of file </tr> </table> <a class="anchor" name="a3" doxytag="map.h::key2int"></a><p> -<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> +<table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> @@ -374,7 +359,7 @@ Definition at line <a class="el" href="map_8h-source.html#l00089">89</a> of file </tr> </table> <a class="anchor" name="a1" doxytag="map.h::key2str"></a><p> -<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> +<table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> @@ -405,7 +390,7 @@ Definition at line <a class="el" href="map_8h-source.html#l00087">87</a> of file </table> <hr><h2>Typedef Documentation</h2> <a class="anchor" name="a10" doxytag="map.h::MAP"></a><p> -<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> +<table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> @@ -426,14 +411,12 @@ Definition at line <a class="el" href="map_8h-source.html#l00087">87</a> of file <p> <p> -Definition at line <a class="el" href="map_8h-source.html#l00084">84</a> of file <a class="el" href="map_8h-source.html">map.h</a>. -<p> -Referenced by <a class="el" href="copy_8c-source.html#l00115">_stp_copy_argv_from_user()</a>, <a class="el" href="map_8c-source.html#l00816">_stp_list_add_int64()</a>, <a class="el" href="map_8c-source.html#l00805">_stp_list_add_str()</a>, <a class="el" href="map_8c-source.html#l00765">_stp_list_clear()</a>, <a class="el" href="map_8c-source.html#l00753">_stp_list_new()</a>, <a class="el" href="map_8c-source.html#l00827">_stp_list_size()</a>, <a class="el" href="map_8c-source.html#l00190">_stp_map_del()</a>, <a class="el" href="map_8c-source.html#l00528">_stp_map_get_int64()</a>, <a class="el" href="map_8c-source.html#l00692">_stp_map_get_stat()</a>, <a class="el" href="map_8c-source.html#l00609">_stp_map_get_str()</a>, <a class="el" href="map_8c-source.html#l00172">_stp_map_iter()</a>, <a class="el" href="map_8c-source.html#l00104">_stp_map_key_del()</a>, <a class="el" href="map_8c-source.html#l00415">_stp_map_key_long()</a>, <a class="el" href="map_8c-source.html#l00218">_stp_map_key_long_long()</a>, <a class="el" href="map_8c-source.html#l00358">_stp_map_key_long_str()</a>, <a class="el" href="map_8c-source.html#l00399">_stp_map_key_str()</a>, <a class="el" href="map_8c-source.html#l00310">_stp_map_key_str_long()</a>, <a class="el" href="map_8c-source.html#l00261">_stp_map_key_str_str()</a>, <a class="el" href="map_8c-source.html#l00043">_stp_map_new()</a>, <a class="el" href="map_8c-source.html#l00471">_stp_map_set_int64()</a>, <a class="el" href="map_8c-source.html#l00633">_stp_map_set_stat()</a>, <a class="el" href="map_8c-source.html#l00548">_stp_map_set_str()</a>, <a class="el" href="map_8c-source.html#l00149">_stp_map_start()</a>, and <a class="el" href="map_8c-source.html#l00713">_stp_map_stat_add()</a>. </td> +Definition at line <a class="el" href="map_8h-source.html#l00084">84</a> of file <a class="el" href="map_8h-source.html">map.h</a>. </td> </tr> </table> <hr><h2>Enumeration Type Documentation</h2> <a class="anchor" name="a18" doxytag="map.h::keytype"></a><p> -<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> +<table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> @@ -468,7 +451,7 @@ Definition at line <a class="el" href="map_8h-source.html#l00016">16</a> of file </tr> </table> <a class="anchor" name="a19" doxytag="map.h::valtype"></a><p> -<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> +<table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> @@ -506,7 +489,7 @@ Definition at line <a class="el" href="map_8h-source.html#l00017">17</a> of file </table> <hr><h2>Variable Documentation</h2> <a class="anchor" name="a9" doxytag="map.h::packed"></a><p> -<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> +<table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> @@ -528,8 +511,8 @@ Definition at line <a class="el" href="map_8h-source.html#l00017">17</a> of file </td> </tr> </table> -<hr size="1"><address style="align: right;"><small>Generated on Wed Mar 9 13:21:28 2005 for SystemTap by +<hr size="1"><address style="align: right;"><small>Generated on Mon Mar 21 13:29:45 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> +<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.1 </small></address> </body> </html> |