]>
Commit | Line | Data |
---|---|---|
9bccf70c | 1 | <h2>processor_basic_info</h2>\r<hr>\r<p>\r<strong>Structure</strong> - Defines the basic information about a processor.\r<h3>SYNOPSIS</h3>\r<pre>\r<strong>struct processor_basic_info</strong>\r<strong>{</strong>\r <strong>cpu_type_t</strong> <var>cpu_type</var><strong>;</strong>\r <strong>cpu_subtype_t</strong> <var>cpu_subtype</var><strong>;</strong>\r <strong>boolean_t</strong> <var>running</var><strong>;</strong>\r <strong>int</strong> <var>slot_num</var><strong>;</strong>\r <strong>boolean_t</strong> <var>is_master</var><strong>;</strong>\r<strong>};</strong>\r\r<strong>typedef struct processor_basic_info* processor_basic_info_t;</strong>\r</pre>\r<h3>FIELDS</h3>\r<dl>\r<dt> <var>cpu_type</var>\r<dd>\rType of CPU\r<p>\r<dt> <var>cpu_subtype</var>\r<dd>\rSub-type of CPU\r<p>\r<dt> <var>running</var>\r<dd>\rTrue if the CPU is running\r<p>\r<dt> <var>slot_num</var>\r<dd>\rSlot number of the CPU\r<p>\r<dt> <var>is_master</var>\r<dd>\rTrue if this is the master processor\r</dl>\r<h3>DESCRIPTION</h3>\r<p>\rThe <strong>processor_basic_info</strong> structure defines the information\ravailable about a processor slot.\r<h3>RELATED INFORMATION</h3>\r<p>\rFunctions:\r<a href="processor_info.html"><strong>processor_info</strong></a>.\r |