Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dsmbios_impl.h68 } smb_header_t; typedef
71 smb_header_t smbbi_hdr; /* structure header */
82 smb_header_t smbsi_hdr; /* structure header */
94 smb_header_t smbbb_hdr; /* structure header */
109 smb_header_t smbch_hdr; /* structure header */
133 smb_header_t smbpr_hdr; /* structure header */
163 smb_header_t smbca_hdr; /* structure header */
197 smb_header_t smbpo_hdr; /* structure header */
206 smb_header_t smbsl_hdr; /* structure header */
228 smb_header_t smbtb_hdr; /* structure header */
[all …]
/titanic_41/usr/src/common/smbios/
H A Dsmb_open.c50 const smb_header_t *hp = shp->sh_structs[i].smbst_hdr; in smb_strip()
98 if (len < sizeof (smb_header_t) || in smbios_bufopen_21()
99 ep->smbe_stlen < sizeof (smb_header_t) || len < ep->smbe_stlen) in smbios_bufopen_21()
155 if (len < sizeof (smb_header_t) || in smbios_bufopen_30()
156 ep->smbe_stlen < sizeof (smb_header_t) || len < ep->smbe_stlen) in smbios_bufopen_30()
193 smb_header_t *hdr; in smbios_table_nentries()
199 hdr = (smb_header_t *)dmi; in smbios_table_nentries()
218 const smb_header_t *hp, *nhp; in smbios_bufopen()
282 if ((const uchar_t *)hp + sizeof (smb_header_t) > q) { in smbios_bufopen()
421 const smb_header_t *hdr = stp->smbst_hdr; in smb_export()
H A Dsmb_info.c217 smb_info_bcopy(const smb_header_t *hp, void *dst, size_t dstlen) in smb_info_bcopy()
712 op = (smb_obdev_t *)((uintptr_t)stp->smbst_hdr + sizeof (smb_header_t)); in smbios_info_obdevs()
713 m = (stp->smbst_hdr->smbh_len - sizeof (smb_header_t)) / sizeof (*op); in smbios_info_obdevs()
/titanic_41/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_smbios.c81 const smb_header_t *hdr; in smb_export()