Defines basic information about a host.

typedef struct _ps_host_basic_info {
  UMA_UINT16     TOPOLOGY;            /*  The processor topology of the system. */
  UMA_UINT16     FIRMWARE_FLAG;       /*  TRUE if the system is PREP compliant. */
  UMA_UINT32     MAX_CPUS;            /*  The total number of CPUs on the host. */
  UMA_UINT32     AVAIL_CPUS;          /*  The total number of available CPUs. */
  UMA_UINT32     GLOBAL_MEMORY_SIZE;  /*  The size of memory in bytes. */
} ps_host_basic_info;

typedef   ps _ host _ basic _ info   * ps _ host _ basic _ info ;


[Back: Global Host Information (254.1.2)]
[Next: ps_host_basic_info Field - TOPOLOGY]