Home
last modified time | relevance | path

Searched defs:smb_processor (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios_impl.h154 typedef struct smb_processor { struct
155 smb_header_t smbpr_hdr; /* structure header */
156 uint8_t smbpr_socket; /* socket designation */
157 uint8_t smbpr_type; /* processor type (see <smbios.h>) */
158 uint8_t smbpr_family; /* processor family (see <smbios.h>) */
159 uint8_t smbpr_manufacturer; /* manufacturer */
160 uint64_t smbpr_cpuid; /* processor cpuid information */
184 } smb_processor_t; argument