]>
Commit | Line | Data |
---|---|---|
13fec989 A |
1 | <h2>norma_node_self</h2> |
2 | <hr> | |
3 | <p> | |
4 | <strong>Function</strong> - Return the node index of the current host. | |
5 | <h3>SYNOPSIS</h3> | |
6 | <pre> | |
7 | <strong>kern_return_t norma_node_self</strong> | |
8 | <strong>(host_t</strong> <var>host</var>, | |
9 | <strong>int</strong> <var>int</var><strong>);</strong> | |
10 | </pre> | |
11 | <h3>PARAMETERS</h3> | |
12 | <dl> | |
13 | <p> | |
14 | <dt> <var>host</var> | |
15 | <dd> | |
16 | [in host send-right] Name of the host. | |
17 | <p> | |
18 | <dt> <var>node</var> | |
19 | <dd> | |
20 | [out scalar] Node index of the host. | |
21 | </dl> | |
22 | <h3>DESCRIPTION</h3> | |
23 | <p> | |
24 | The norma_node_self function returns the node index of the current host. | |
25 | <h3>RETURN VALUES</h3> | |
26 | <p> | |
27 | Only generic errors apply. | |
28 | <h3>RELATED INFORMATION</h3> | |
29 | <p> | |
30 | Functions: | |
31 | <a href="norma_task_create.html"><strong>norma_task_create</strong></a>, | |
32 | <a href="norma_task_clone.html"><strong>norma_task_clone</strong></a>, |