Home
last modified time | relevance | path

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

/titanic_44/usr/src/common/smbios/
H A Dsmb_info.c220 if (dstlen > hp->smbh_len) { in smb_info_bcopy()
221 bcopy(hp, dst, hp->smbh_len); in smb_info_bcopy()
222 bzero((char *)dst + hp->smbh_len, dstlen - hp->smbh_len); in smb_info_bcopy()
356 if (stp->smbst_hdr->smbh_len < sizeof (smb_bios_t) - sizeof (uint8_t)) in smbios_info_bios()
377 if (stp->smbst_hdr->smbh_len >= sizeof (smb_bios_t)) { in smbios_info_bios()
379 bp->smbb_nxcflags = stp->smbst_hdr->smbh_len - in smbios_info_bios()
714 if (stp->smbst_hdr->smbh_len <= offsetof(smb_slot_t, smbsl_npeers) || in smbios_info_slot_peers()
727 if (stp->smbst_hdr->smbh_len < minlen) { in smbios_info_slot_peers()
789 m = (stp->smbst_hdr->smbh_len - sizeof (smb_header_t)) / sizeof (*op); in smbios_info_obdevs()
860 if (stp->smbst_hdr->smbh_len < sizeof (smb_sel_t) - sizeof (uint8_t)) in smbios_info_eventlog()
[all …]
H A Dsmb_open.c55 hp->smbh_len >= offsetof(smb_system_t, smbsi_wakeup)) { in smb_strip()
61 hp->smbh_len >= offsetof(smb_battery_t, smbbat_sdate)) { in smb_strip()
200 dmi += hdr->smbh_len; in smbios_table_nentries()
289 i, hp->smbh_type, hp->smbh_len, hp->smbh_hdl, (void *)hp); in smbios_bufopen()
294 if ((const uchar_t *)hp + hp->smbh_len > q - 2) { in smbios_bufopen()
300 p = s = (const uchar_t *)hp + hp->smbh_len; in smbios_bufopen()
/titanic_44/usr/src/test/util-tests/tests/smbios/
H A Dsmbios.c229 slot.smbsl_hdr.smbh_len = sizeof (smb_slot_t) + sizeof (peers); in smbios_test_mktable()
261 eot.smbh_len = 4; in smbios_test_mktable()
/titanic_44/usr/src/uts/common/sys/
H A Dsmbios_impl.h66 uint8_t smbh_len; /* length in bytes of formatted area */ member