X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..2a1bd2d3eef5c7a7bb14f4bb9fdbca9a96ee4752:/osfmk/man/processor_basic_info.html?ds=sidebyside diff --git a/osfmk/man/processor_basic_info.html b/osfmk/man/processor_basic_info.html old mode 100755 new mode 100644 index aa0a0395d..e49220bf2 --- a/osfmk/man/processor_basic_info.html +++ b/osfmk/man/processor_basic_info.html @@ -1 +1,47 @@ -
Structure - Defines the basic information about a processor.
struct processor_basic_info { cpu_type_t cpu_type; cpu_subtype_t cpu_subtype; boolean_t running; int slot_num; boolean_t is_master; }; typedef struct processor_basic_info* processor_basic_info_t;
The processor_basic_info structure defines the information available about a processor slot.
Functions: processor_info. \ No newline at end of file +
+Structure - Defines the basic information about a processor. +
+struct processor_basic_info +{ + cpu_type_t cpu_type; + cpu_subtype_t cpu_subtype; + boolean_t running; + int slot_num; + boolean_t is_master; +}; + +typedef struct processor_basic_info* processor_basic_info_t; ++
+
+
+
+
+The processor_basic_info structure defines the information +available about a processor slot. +
+Functions: +processor_info.