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