Home
last modified time | relevance | path

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

/src/stand/libsa/
H A Dsmbios.c121 SMBIOS_GET32(const caddr_t base, int off) in SMBIOS_GET32() function
193 SMBIOS_GET32(cp, 0x0c); /* Maximum size. */ in smbios_sigsearch()
253 #define UUID_GET(base, off) SMBIOS_GET32(base, off)
297 f1 = ntohl(SMBIOS_GET32(addr, 0)); in smbios_setuuid()
301 f1 = le32toh(SMBIOS_GET32(addr, 0)); in smbios_setuuid()
587 smbios.length = SMBIOS_GET32(saddr, 0x0c); in smbios_probe()
603 paddr = SMBIOS_GET32(saddr, 0x18); in smbios_probe()