xref: /xnu-10002.61.3/osfmk/man/host_processor_set_priv.html (revision 0f4c859e951fba394238ab619495c4e1d54d0f34)
1*0f4c859eSApple OSS Distributions<h2>host_processor_set_priv</h2>
2*0f4c859eSApple OSS Distributions<hr>
3*0f4c859eSApple OSS Distributions<p>
4*0f4c859eSApple OSS Distributions<strong>Function</strong> - Translate a processor set name port
5*0f4c859eSApple OSS Distributions  into a processor set control port.
6*0f4c859eSApple OSS Distributions<h3>SYNOPSIS</h3>
7*0f4c859eSApple OSS Distributions<pre>
8*0f4c859eSApple OSS Distributions<strong>kern_return_t   host_processor_set_priv</strong>
9*0f4c859eSApple OSS Distributions                <strong>(host_priv_t</strong>                          <var>host_priv</var>,
10*0f4c859eSApple OSS Distributions                 <strong>processor_set_name_t</strong>                  <var>set_name</var>,
11*0f4c859eSApple OSS Distributions                 <strong>processor_set_t</strong>                  <var>processor_set</var><strong>);</strong>
12*0f4c859eSApple OSS Distributions</pre>
13*0f4c859eSApple OSS Distributions<h3>PARAMETERS</h3>
14*0f4c859eSApple OSS Distributions<dl>
15*0f4c859eSApple OSS Distributions<p>
16*0f4c859eSApple OSS Distributions<dt> <var>host_priv</var>
17*0f4c859eSApple OSS Distributions<dd>
18*0f4c859eSApple OSS Distributions[in host-control send right]
19*0f4c859eSApple OSS DistributionsThe control port for the host for which the
20*0f4c859eSApple OSS Distributionsprocessor set is desired.
21*0f4c859eSApple OSS Distributions<p>
22*0f4c859eSApple OSS Distributions<dt> <var>set_name</var>
23*0f4c859eSApple OSS Distributions<dd>
24*0f4c859eSApple OSS Distributions[in processor-set-name send right]
25*0f4c859eSApple OSS DistributionsThe name port for the processor set
26*0f4c859eSApple OSS Distributionsdesired.
27*0f4c859eSApple OSS Distributions<p>
28*0f4c859eSApple OSS Distributions<dt> <var>processor_set</var>
29*0f4c859eSApple OSS Distributions<dd>
30*0f4c859eSApple OSS Distributions[out processor-set-control send right]
31*0f4c859eSApple OSS DistributionsThe returned processor set
32*0f4c859eSApple OSS Distributionscontrol port.
33*0f4c859eSApple OSS Distributions</dl>
34*0f4c859eSApple OSS Distributions<h3>DESCRIPTION</h3>
35*0f4c859eSApple OSS Distributions<p>
36*0f4c859eSApple OSS DistributionsThe <strong>host_processor_set_priv</strong> function returns send rights
37*0f4c859eSApple OSS Distributionsfor the control port
38*0f4c859eSApple OSS Distributionsfor a specified processor set currently existing on <var>host_priv</var>.
39*0f4c859eSApple OSS Distributions<h3>RETURN VALUES</h3>
40*0f4c859eSApple OSS Distributions<p>
41*0f4c859eSApple OSS DistributionsOnly generic errors apply.
42*0f4c859eSApple OSS Distributions<h3>RELATED INFORMATION</h3>
43*0f4c859eSApple OSS Distributions<p>
44*0f4c859eSApple OSS DistributionsFunctions:
45*0f4c859eSApple OSS Distributions<a href="host_processor_sets.html"><strong>host_processor_sets</strong></a>,
46*0f4c859eSApple OSS Distributions<a href="processor_set_create.html"><strong>processor_set_create</strong></a>,
47*0f4c859eSApple OSS Distributions<a href="processor_set_tasks.html"><strong>processor_set_tasks</strong></a>,
48*0f4c859eSApple OSS Distributions<a href="processor_set_threads.html"><strong>processor_set_threads</strong></a>.
49