Home
last modified time | relevance | path

Searched refs:SMBIOS_GET16 (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/libsa/
H A Dsmbios.c64 #define SMBIOS_GET16(base, off) (*(uint16_t *)((base) + (off))) macro
115 smbios.length = SMBIOS_GET16(cp, 0x16); in smbios_sigsearch()
119 smbios.count = SMBIOS_GET16(cp, 0x1c); in smbios_sigsearch()
250 f2 = ntohs(SMBIOS_GET16(addr, 4)); in smbios_setuuid()
251 f3 = ntohs(SMBIOS_GET16(addr, 6)); in smbios_setuuid()
254 f2 = le16toh(SMBIOS_GET16(addr, 4)); in smbios_setuuid()
255 f3 = le16toh(SMBIOS_GET16(addr, 6)); in smbios_setuuid()
376 size = SMBIOS_GET16(addr, 0x0c); in smbios_parse_table()
388 while (SMBIOS_GET16(cp, 0) != 0) in smbios_parse_table()
409 while (SMBIOS_GET16(dmi, 0) != 0) in smbios_find_struct()