SMBIOS_GET16
f2 = ntohs(SMBIOS_GET16(addr, 4));
f3 = ntohs(SMBIOS_GET16(addr, 6));
f2 = le16toh(SMBIOS_GET16(addr, 4));
f3 = le16toh(SMBIOS_GET16(addr, 6));
size = SMBIOS_GET16(addr, 0x0c);
while (SMBIOS_GET16(cp, 0) != 0)
length = SMBIOS_GET16(smbios, 0x16); /* Structure Table Length */
count = SMBIOS_GET16(smbios, 0x1c); /* No of SMBIOS Structures */