Searched defs:smb_processor (Results 1 – 1 of 1) sorted by relevance
163 typedef struct smb_processor { struct164 smb_header_t smbpr_hdr; /* structure header */165 uint8_t smbpr_socket; /* socket designation */166 uint8_t smbpr_type; /* processor type (see <smbios.h>) */167 uint8_t smbpr_family; /* processor family (see <smbios.h>) */168 uint8_t smbpr_manufacturer; /* manufacturer */169 uint64_t smbpr_cpuid; /* processor cpuid information */193 } smb_processor_t; argument