Searched refs:smbst_hdr (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/common/smbios/
H A Dsmb_info.c39 * smb_info_bcopy(stp->smbst_hdr, &foo, sizeof (foo));
205 const uint8_t *sp = (const uint8_t *)(uintptr_t)stp->smbst_hdr;
247 if (isp->is_type == stp->smbst_hdr->smbh_type)
314 if (isp->is_type == stp->smbst_hdr->smbh_type)
321 cnt = *((uint8_t *)(uintptr_t)stp->smbst_hdr + isp->is_contc);
322 cp = (id_t *)((uintptr_t)stp->smbst_hdr + isp->is_contv);
346 if (stp->smbst_hdr->smbh_len < sizeof (smb_bios_t) - sizeof (uint8_t))
349 bip = (smb_bios_t *)(uintptr_t)stp->smbst_hdr;
364 if (stp->smbst_hdr->smbh_len >= sizeof (smb_bios_t)) {
366 bp->smbb_nxcflags = stp->smbst_hdr
[all...]
H A Dsmb_open.c50 const smb_header_t *hp = shp->sh_structs[i].smbst_hdr;
205 stp->smbst_hdr = hp;
298 const smb_header_t *hdr = stp->smbst_hdr;
344 if (sp->smbst_hdr->smbh_type != SMB_TYPE_INACTIVE &&
358 if (shp->sh_structs[i].smbst_hdr->smbh_type == type)
381 if (stp->smbst_hdr->smbh_hdl == id)
/illumos-gate/usr/src/uts/intel/os/
H A Dfmsmb.c190 if (sp->smbst_hdr->smbh_type == type)
212 if (sp->smbst_hdr->smbh_type == stype->type) {
213 stype->ids[cnt]->id = sp->smbst_hdr->smbh_hdl;
304 if (spt->smbst_hdr->smbh_type == SMB_TYPE_BASEBOARD ||
305 spt->smbst_hdr->smbh_type == SMB_TYPE_PROCESSOR) {
310 if (spt->smbst_hdr->smbh_type == SMB_TYPE_BASEBOARD) {
668 if (sp->smbst_hdr->smbh_type == SMB_TYPE_PROCESSOR) {
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_smbios.c86 hdr = stp->smbst_hdr;
347 if (sp->smbst_hdr->smbh_type != SMB_TYPE_INACTIVE &&
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_subr.c155 if (sp->smbst_hdr->smbh_type == stype->type) {
157 stype->ids[cnt].id = sp->smbst_hdr->smbh_hdl;
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios_impl.h438 const smb_header_t *smbst_hdr; /* address of raw structure data */ member in struct:smb_struct

Completed in 74 milliseconds