-<h2>host_processor_slots</h2>\r<hr>\r<p>\r<strong>Function</strong> - Return a list of numbers that map processor slots to active processors.\r<h3>SYNOPSIS</h3>\r<pre>\r<strong>kern_return_t host_processor_slots</strong>\r <strong>(host_t</strong> <var>host</var>,\r <strong>processor_slot_t</strong> <var>slots</var>,\r <strong>host</strong> <var>count</var><strong>);</strong>\r</pre>\r<h3>PARAMETERS</h3>\r<dl>\r<p>\r<dt> <var>host</var> \r<dd>\r[in host-name send right]\rThe name (or control) port for the host for \rwhich information is to be obtained.\r<p>\r<dt> <var>slots</var> \r<dd>\r[out array of <var>processor_slot_t</var>]\rAn array of the processor slot numbers \rfor active processors.\r<p>\r<dt> <var>count</var> \r<dd>\r[pointer to in/out scalar]\rOn input, the maximum size of the slots\rbuffer; on output, the number of returned slot numbers.\r</dl>\r<h3>DESCRIPTION</h3>\r<p>\rThe <strong>host_processor_slots</strong> function returns an array\rof the processor slots\rdefined for the host.\r<h3>RETURN VALUES</h3>\r<p>\rOnly generic errors apply.\r<h3>RELATED INFORMATION</h3>\r<p>\rFunctions:\r<a href="host_info.html"><strong>host_info</strong></a>,\r<a href="host_processors.html"><strong>host_processors</strong></a>,\r<a href="processor_info.html"><strong>processor_info</strong></a>.\r
\ No newline at end of file
+<h2>host_processor_slots</h2>
+<hr>
+<p>
+<strong>Function</strong> - Return a list of numbers that map processor slots to active processors.
+<h3>SYNOPSIS</h3>
+<pre>
+<strong>kern_return_t host_processor_slots</strong>
+ <strong>(host_t</strong> <var>host</var>,
+ <strong>processor_slot_t</strong> <var>slots</var>,
+ <strong>host</strong> <var>count</var><strong>);</strong>
+</pre>
+<h3>PARAMETERS</h3>
+<dl>
+<p>
+<dt> <var>host</var>
+<dd>
+[in host-name send right]
+The name (or control) port for the host for
+which information is to be obtained.
+<p>
+<dt> <var>slots</var>
+<dd>
+[out array of <var>processor_slot_t</var>]
+An array of the processor slot numbers
+for active processors.
+<p>
+<dt> <var>count</var>
+<dd>
+[pointer to in/out scalar]
+On input, the maximum size of the slots
+buffer; on output, the number of returned slot numbers.
+</dl>
+<h3>DESCRIPTION</h3>
+<p>
+The <strong>host_processor_slots</strong> function returns an array
+of the processor slots
+defined for the host.
+<h3>RETURN VALUES</h3>
+<p>
+Only generic errors apply.
+<h3>RELATED INFORMATION</h3>
+<p>
+Functions:
+<a href="host_info.html"><strong>host_info</strong></a>,
+<a href="host_processors.html"><strong>host_processors</strong></a>,
+<a href="processor_info.html"><strong>processor_info</strong></a>.