X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/91447636331957f3d9b5ca5b508f07c526b0074d..2a1bd2d3eef5c7a7bb14f4bb9fdbca9a96ee4752:/osfmk/man/host_basic_info.html?ds=sidebyside diff --git a/osfmk/man/host_basic_info.html b/osfmk/man/host_basic_info.html old mode 100755 new mode 100644 index 2a30d3187..b14209c2f --- a/osfmk/man/host_basic_info.html +++ b/osfmk/man/host_basic_info.html @@ -1 +1,86 @@ -
Structure - Used to present basic information about a host.
struct host_basic_info { integer_t max_cpus; integer_t avail_cpus; vm_size_t memory_size; cpu_type_t cpu_type; cpu_subtype_t cpu_subtype; cpu_threadtype_t cpu_threadtype; integer_t physical_cpu; integer_t physical_cpu_max; integer_t logical_cpu; integer_t logical_cpu_max; uint64_t max_mem; }; typedef struct host_basic_info* host_basic_info_t;
The host_basic_info structure defines the basic information available about a host.
This structure is machine word length specific because of the memory size returned.
Functions: host_info.
Data Structures: host_load_info, host_sched_info. \ No newline at end of file +
+Structure - Used to present basic information about a host. +
+struct host_basic_info +{ + integer_t max_cpus; + integer_t avail_cpus; + vm_size_t memory_size; + cpu_type_t cpu_type; + cpu_subtype_t cpu_subtype; + cpu_threadtype_t cpu_threadtype; + integer_t physical_cpu; + integer_t physical_cpu_max; + integer_t logical_cpu; + integer_t logical_cpu_max; + uint64_t max_mem; +}; + +typedef struct host_basic_info* host_basic_info_t; ++
+
+
+
+
+
+
+
+
+
+
+The host_basic_info structure defines the basic information +available about a +host. +
+This structure is machine word length specific because of the memory size +returned. +
+Functions: +host_info. +
+Data Structures: +host_load_info, +host_sched_info.