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

/illumos-gate/usr/src/common/smbios/
H A Dsmb_info.c247 if (isp->is_type == stp->smbst_hdr->smbh_type)
314 if (isp->is_type == stp->smbst_hdr->smbh_type)
415 if (stp->smbst_hdr->smbh_type != SMB_TYPE_BASEBOARD)
440 if (stp->smbst_hdr->smbh_type != SMB_TYPE_CHASSIS)
478 if (stp->smbst_hdr->smbh_type != SMB_TYPE_PROCESSOR)
524 if (stp->smbst_hdr->smbh_type != SMB_TYPE_CACHE)
560 if (stp->smbst_hdr->smbh_type != SMB_TYPE_PORT)
585 if (stp->smbst_hdr->smbh_type != SMB_TYPE_SLOT)
615 if (stp->smbst_hdr->smbh_type != SMB_TYPE_OBDEVEXT)
641 if (stp->smbst_hdr->smbh_type !
[all...]
H A Dsmb_open.c54 if (hp->smbh_type == SMB_TYPE_SYSTEM &&
60 if (hp->smbh_type == SMB_TYPE_BATTERY &&
179 i, hp->smbh_type, hp->smbh_len, hp->smbh_hdl, (void *)hp);
181 if (hp->smbh_type == SMB_TYPE_EOT)
301 sp->smbstr_type = hdr->smbh_type;
344 if (sp->smbst_hdr->smbh_type != SMB_TYPE_INACTIVE &&
358 if (shp->sh_structs[i].smbst_hdr->smbh_type == type)
/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) {
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.c88 sp->smbstr_type = hdr->smbh_type;
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) {
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios_impl.h57 uint8_t smbh_type; /* structure type (SMB_TYPE_* value) */ member in struct:smb_header

Completed in 83 milliseconds