1 <h2>norma_port_location_hint
</h2>
4 <strong>Function
</strong> - Guess a port's current location.
7 <strong>kern_return_t norma_port_location_hint
</strong>
8 <strong>(task_t
</strong> <var>task
</var>,
9 <strong>mach_port_t
</strong> <var>name
</var>,
10 <strong>int
</strong> <var>node
</var><strong>);
</strong>
18 Task containing the right to locate
23 Name of the right to locate
32 The
<strong>norma_port_location_hint
</strong> function returns the best
33 guess of
<var>name
</var>'s
34 current location. The hint is guaranteed to be a node where
35 the port once was; it is
36 guaranteed to be accurate if port has never moved. This can be used to
37 determine residence node for hosts, tasks, threads, etc.
38 <h3>RETURN VALUES
</h3>
40 Only generic errors apply.
41 <h3>RELATED INFORMATION
</h3>
44 <a href=
"norma_task_create.html"><strong>norma_task_create
</strong></a>.