Searched defs:smb_processor (Results 1 – 1 of 1) sorted by relevance
154 typedef struct smb_processor { struct155 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