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