1*e13b1fa5SApple OSS Distributions<h2>processor_basic_info</h2> 2*e13b1fa5SApple OSS Distributions<hr> 3*e13b1fa5SApple OSS Distributions<p> 4*e13b1fa5SApple OSS Distributions<strong>Structure</strong> - Defines the basic information about a processor. 5*e13b1fa5SApple OSS Distributions<h3>SYNOPSIS</h3> 6*e13b1fa5SApple OSS Distributions<pre> 7*e13b1fa5SApple OSS Distributions<strong>struct processor_basic_info</strong> 8*e13b1fa5SApple OSS Distributions<strong>{</strong> 9*e13b1fa5SApple OSS Distributions <strong>cpu_type_t</strong> <var>cpu_type</var><strong>;</strong> 10*e13b1fa5SApple OSS Distributions <strong>cpu_subtype_t</strong> <var>cpu_subtype</var><strong>;</strong> 11*e13b1fa5SApple OSS Distributions <strong>boolean_t</strong> <var>running</var><strong>;</strong> 12*e13b1fa5SApple OSS Distributions <strong>int</strong> <var>slot_num</var><strong>;</strong> 13*e13b1fa5SApple OSS Distributions <strong>boolean_t</strong> <var>is_master</var><strong>;</strong> 14*e13b1fa5SApple OSS Distributions<strong>};</strong> 15*e13b1fa5SApple OSS Distributions 16*e13b1fa5SApple OSS Distributions<strong>typedef struct processor_basic_info* processor_basic_info_t;</strong> 17*e13b1fa5SApple OSS Distributions</pre> 18*e13b1fa5SApple OSS Distributions<h3>FIELDS</h3> 19*e13b1fa5SApple OSS Distributions<dl> 20*e13b1fa5SApple OSS Distributions<dt> <var>cpu_type</var> 21*e13b1fa5SApple OSS Distributions<dd> 22*e13b1fa5SApple OSS DistributionsType of CPU 23*e13b1fa5SApple OSS Distributions<p> 24*e13b1fa5SApple OSS Distributions<dt> <var>cpu_subtype</var> 25*e13b1fa5SApple OSS Distributions<dd> 26*e13b1fa5SApple OSS DistributionsSub-type of CPU 27*e13b1fa5SApple OSS Distributions<p> 28*e13b1fa5SApple OSS Distributions<dt> <var>running</var> 29*e13b1fa5SApple OSS Distributions<dd> 30*e13b1fa5SApple OSS DistributionsTrue if the CPU is running 31*e13b1fa5SApple OSS Distributions<p> 32*e13b1fa5SApple OSS Distributions<dt> <var>slot_num</var> 33*e13b1fa5SApple OSS Distributions<dd> 34*e13b1fa5SApple OSS DistributionsSlot number of the CPU 35*e13b1fa5SApple OSS Distributions<p> 36*e13b1fa5SApple OSS Distributions<dt> <var>is_master</var> 37*e13b1fa5SApple OSS Distributions<dd> 38*e13b1fa5SApple OSS DistributionsTrue if this is the master processor 39*e13b1fa5SApple OSS Distributions</dl> 40*e13b1fa5SApple OSS Distributions<h3>DESCRIPTION</h3> 41*e13b1fa5SApple OSS Distributions<p> 42*e13b1fa5SApple OSS DistributionsThe <strong>processor_basic_info</strong> structure defines the information 43*e13b1fa5SApple OSS Distributionsavailable about a processor slot. 44*e13b1fa5SApple OSS Distributions<h3>RELATED INFORMATION</h3> 45*e13b1fa5SApple OSS Distributions<p> 46*e13b1fa5SApple OSS DistributionsFunctions: 47*e13b1fa5SApple OSS Distributions<a href="processor_info.html"><strong>processor_info</strong></a>. 48