Searched defs:MPCTH (Results 1 – 2 of 2) sorted by relevance
166 typedef struct MPCTH { struct167 char signature[ 4 ];168 uint16_t base_table_length;169 u_char spec_rev;170 u_char checksum;171 u_char oem_id[ 8 ];172 u_char product_id[ 12 ];173 uint32_t oem_table_pointer;174 uint16_t oem_table_size;175 uint16_t entry_count;[all …]
102 typedef struct MPCTH { struct103 char signature[4];104 u_short base_table_length;105 u_char spec_rev;106 u_char checksum;107 u_char oem_id[8];108 u_char product_id[12];109 u_int32_t oem_table_pointer;110 u_short oem_table_size;111 u_short entry_count;[all …]