Searched defs:mpc_table (Results 1 – 2 of 2) sorted by relevance
36 struct mpc_table { struct37 char signature[4];38 unsigned short length; /* Size of table */39 char spec; /* 0x01 */40 char checksum;41 char oem[8];42 char productid[12];43 unsigned int oemptr; /* 0 if not present */44 unsigned short oemsize; /* 0 if not present */45 unsigned short oemcount;[all …]
79 struct mpc_table *mpc_table; in mptable__init() local