Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dsmbios.c121 SMBIOS_GET32(const caddr_t base, int off) in SMBIOS_GET32() function
232 #define UUID_GET(base, off) SMBIOS_GET32(base, off)
276 f1 = ntohl(SMBIOS_GET32(addr, 0)); in smbios_setuuid()
280 f1 = le32toh(SMBIOS_GET32(addr, 0)); in smbios_setuuid()
562 smbios.length = SMBIOS_GET32(saddr, 0x0c); /* Structure Table Length */ in smbios_probe()
572 paddr = SMBIOS_GET32(saddr, 0x18); /* Structure Table Address */ in smbios_probe()