Searched defs:smb_processor (Results 1 – 1 of 1) sorted by relevance
147 typedef struct smb_processor { struct148 smb_header_t smbpr_hdr; /* structure header */149 uint8_t smbpr_socket; /* socket designation */150 uint8_t smbpr_type; /* processor type (see <smbios.h>) */151 uint8_t smbpr_family; /* processor family (see <smbios.h>) */175 } smb_processor_t; argument