1 <h2>host_processor_set_priv
</h2>
4 <strong>Function
</strong> - Translate a processor set name port
5 into a processor set control port.
8 <strong>kern_return_t host_processor_set_priv
</strong>
9 <strong>(host_priv_t
</strong> <var>host_priv
</var>,
10 <strong>processor_set_name_t
</strong> <var>set_name
</var>,
11 <strong>processor_set_t
</strong> <var>processor_set
</var><strong>);
</strong>
16 <dt> <var>host_priv
</var>
18 [in host-control send right]
19 The control port for the host for which the
20 processor set is desired.
22 <dt> <var>set_name
</var>
24 [in processor-set-name send right]
25 The name port for the processor set
28 <dt> <var>processor_set
</var>
30 [out processor-set-control send right]
31 The returned processor set
36 The
<strong>host_processor_set_priv
</strong> function returns send rights
38 for a specified processor set currently existing on
<var>host_priv
</var>.
39 <h3>RETURN VALUES
</h3>
41 Only generic errors apply.
42 <h3>RELATED INFORMATION
</h3>
45 <a href=
"host_processor_sets.html"><strong>host_processor_sets
</strong></a>,
46 <a href=
"processor_set_create.html"><strong>processor_set_create
</strong></a>,
47 <a href=
"processor_set_tasks.html"><strong>processor_set_tasks
</strong></a>,
48 <a href=
"processor_set_threads.html"><strong>processor_set_threads
</strong></a>.