Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/smbios/
H A Dsmb_info.c480 return (stp->smbst_hdr->smbh_hdl); in smbios_info_bios()
501 return (stp->smbst_hdr->smbh_hdl); in smbios_info_system()
1038 return (stp->smbst_hdr->smbh_hdl); in smbios_info_lang()
1075 return (stp->smbst_hdr->smbh_hdl); in smbios_info_eventlog()
1296 return (stp->smbst_hdr->smbh_hdl); in smbios_info_hwsec()
1316 return (stp->smbst_hdr->smbh_hdl); in smbios_info_boot()
1372 return (stp->smbst_hdr->smbh_hdl); in smbios_info_ipmi()
1650 if (stp->smbst_hdr->smbh_len < 0x10) in smbios_info_powersup()
1669 if (stp->smbst_hdr->smbh_len >= 0x12) { in smbios_info_powersup()
1675 if (stp->smbst_hdr->smbh_len >= 0x14) { in smbios_info_powersup()
[all …]
H A Dsmb_open.c51 const smb_header_t *hp = shp->sh_structs[i].smbst_hdr; in smb_strip()
321 stp->smbst_hdr = hp; in smbios_bufopen()
428 const smb_header_t *hdr = stp->smbst_hdr; in smb_export()
474 if (sp->smbst_hdr->smbh_type != SMB_TYPE_INACTIVE && in smbios_iter()
488 if (shp->sh_structs[i].smbst_hdr->smbh_type == type) in smb_lookup_type()
511 if (stp->smbst_hdr->smbh_hdl == id) in smb_lookup_id()
/illumos-gate/usr/src/uts/intel/os/
H A Dfmsmb.c190 if (sp->smbst_hdr->smbh_type == type) in smb_cnttypes()
212 if (sp->smbst_hdr->smbh_type == stype->type) { in smb_strcnt()
213 stype->ids[cnt]->id = sp->smbst_hdr->smbh_hdl; in smb_strcnt()
304 if (spt->smbst_hdr->smbh_type == SMB_TYPE_BASEBOARD || in smb_bb_contains()
305 spt->smbst_hdr->smbh_type == SMB_TYPE_PROCESSOR) { in smb_bb_contains()
310 if (spt->smbst_hdr->smbh_type == SMB_TYPE_BASEBOARD) { in smb_bb_contains()
668 if (sp->smbst_hdr->smbh_type == SMB_TYPE_PROCESSOR) { in find_matching_proc()
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_subr.c155 if (sp->smbst_hdr->smbh_type == stype->type) { in x86pi_smb_strcnt()
157 stype->ids[cnt].id = sp->smbst_hdr->smbh_hdl; in x86pi_smb_strcnt()
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_smbios.c86 hdr = stp->smbst_hdr; in smb_export()
388 if (sp->smbst_hdr->smbh_type != SMB_TYPE_INACTIVE && in chip_smbios_iterate()
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios_impl.h756 const smb_header_t *smbst_hdr; /* address of raw structure data */ member