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)
while (SMBIOS_GET16(dmi, 0) != 0 && dmi < ep)
smbios.length = SMBIOS_GET16(saddr, 0x16);
smbios.count = SMBIOS_GET16(saddr, 0x1c);