Searched defs:apic_mp_cnf_hdr (Results 1 – 1 of 1) sorted by relevance
216 struct apic_mp_cnf_hdr { struct217 uint_t mpcnf_sig;219 uint_t mpcnf_tbl_length: 16,220 mpcnf_spec: 8,221 mpcnf_cksum: 8;223 char mpcnf_oem_str[APIC_MPS_OEM_ID_LEN];225 char mpcnf_prod_str[APIC_MPS_PROD_ID_LEN];227 uint_t mpcnf_oem_ptr;229 uint_t mpcnf_oem_tbl_size: 16,230 mpcnf_entry_cnt: 16;[all …]