Home
last modified time | relevance | path

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

/dragonfly/stand/boot/pc32/libi386/
H A Dsmbios.c65 #define SMBIOS_GET16(base, off) (*(uint16_t *)((base) + (off))) macro
162 f2 = ntohs(SMBIOS_GET16(addr, 4)); in smbios_setuuid()
163 f3 = ntohs(SMBIOS_GET16(addr, 6)); in smbios_setuuid()
168 f2 = le16toh(SMBIOS_GET16(addr, 4)); in smbios_setuuid()
169 f3 = le16toh(SMBIOS_GET16(addr, 6)); in smbios_setuuid()
283 size = SMBIOS_GET16(addr, 0x0c); in smbios_parse_table()
295 while (SMBIOS_GET16(cp, 0) != 0) in smbios_parse_table()
325 length = SMBIOS_GET16(smbios, 0x16); /* Structure Table Length */ in smbios_detect()
327 count = SMBIOS_GET16(smbios, 0x1c); /* No of SMBIOS Structures */ in smbios_detect()