Searched defs:system_hardware (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dmachsystm.h107 struct system_hardware { struct
116 extern struct system_hardware system_hardware;
/illumos-gate/usr/src/uts/i86pc/os/
H A Dstartup.c577 struct system_hardware system_hardware; variable in typeref:struct:system_hardware
3106 system_hardware.hd_nodes = 1;
3107 system_hardware.hd_cpus_per_node = 0;
3109 system_hardware.hd_nodes = (int)nodes_ll;
3110 system_hardware.hd_cpus_per_node = (int)cpus_pernode_ll;

Completed in 67 milliseconds