Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios_impl.h69 } smb_header_t; typedef
75 smb_header_t smbbi_hdr; /* structure header */
89 smb_header_t smbsi_hdr; /* structure header */
104 smb_header_t smbbb_hdr; /* structure header */
122 smb_header_t smbch_hdr; /* structure header */
155 smb_header_t smbpr_hdr; /* structure header */
189 smb_header_t smbca_hdr; /* structure header */
226 smb_header_t smbpo_hdr; /* structure header */
245 smb_header_t smbsl_hdr; /* structure header */
301 smb_header_t smbtb_hdr; /* structure header */
[all …]
/illumos-gate/usr/src/common/smbios/
H A Dsmb_open.c51 const smb_header_t *hp = shp->sh_structs[i].smbst_hdr; in smb_strip()
99 if (len < sizeof (smb_header_t) || in smbios_bufopen_21()
100 ep->smbe_stlen < sizeof (smb_header_t) || len < ep->smbe_stlen) in smbios_bufopen_21()
156 if (len < sizeof (smb_header_t) || in smbios_bufopen_30()
157 ep->smbe_stlen < sizeof (smb_header_t) || len < ep->smbe_stlen) in smbios_bufopen_30()
194 smb_header_t *hdr; in smbios_table_nentries()
200 hdr = (smb_header_t *)dmi; in smbios_table_nentries()
219 const smb_header_t *hp, *nhp; in smbios_bufopen()
289 if ((const uchar_t *)hp + sizeof (smb_header_t) > q) { in smbios_bufopen()
428 const smb_header_t *hdr = stp->smbst_hdr; in smb_export()
H A Dsmb_info.c250 smb_info_bcopy_offset(const smb_header_t *hp, void *dst, size_t dstlen, in smb_info_bcopy_offset()
265 smb_info_bcopy(const smb_header_t *hp, void *dst, size_t dstlen) in smb_info_bcopy()
979 op = (smb_obdev_t *)((uintptr_t)stp->smbst_hdr + sizeof (smb_header_t)); in smbios_info_obdevs()
980 m = (stp->smbst_hdr->smbh_len - sizeof (smb_header_t)) / sizeof (*op); in smbios_info_obdevs()
/illumos-gate/usr/src/test/util-tests/tests/smbios/
H A Dsmbios_test_strprop.c66 smb_header_t hdr; in smbios_test_strprop_mktable_invlen1()
H A Dsmbios.c134 smb_header_t *hdr; in smbios_test_table_append()
150 smb_header_t eot; in smbios_test_table_append_eot()
H A Dsmbios_test_fwinfo.c70 smb_header_t hdr; in smbios_test_fwinfo_mktable_invlen_base()
H A Dsmbios_test_chassis.c33 smb_header_t hdr; in smbios_test_chassis_mktable_invlen_base()
H A Dsmbios_test_addinfo.c257 smb_header_t hdr; in smbios_test_addinfo_mktable_invlen_base()
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_smbios.c81 const smb_header_t *hdr; in smb_export()