Searched defs:SMBIOS_GET16 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dsmbios.c66 #define SMBIOS_GET16(base, off) (*(uint16_t *)((base) + (off))) macro
194 f2 = ntohs(SMBIOS_GET16(addr, 4));
195 f3 = ntohs(SMBIOS_GET16(addr, 6));
198 f2 = le16toh(SMBIOS_GET16(addr, 4));
199 f3 = le16toh(SMBIOS_GET16(addr, 6));
320 size = SMBIOS_GET16(addr, 0x0c);
332 while (SMBIOS_GET16(cp, 0) != 0)
353 while (SMBIOS_GET16(dmi, 0) != 0)
377 smbios.length = SMBIOS_GET16(saddr, 0x16); /* Structure Table Length */
379 smbios.count = SMBIOS_GET16(sadd
[all...]

Completed in 73 milliseconds