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

/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dsmbios.c67 #define SMBIOS_GET32(base, off) (*(uint32_t *)((base) + (off))) macro
193 f1 = ntohl(SMBIOS_GET32(addr, 0));
197 f1 = le32toh(SMBIOS_GET32(addr, 0));
378 paddr = SMBIOS_GET32(saddr, 0x18); /* Structure Table Address */

Completed in 45 milliseconds