Home
last modified time | relevance | path

Searched refs:SMB_TYPE_BASEBOARD (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_bboard.c276 bb_count = stypes[SMB_TYPE_BASEBOARD].count; in x86pi_bb_topparent()
282 stypes[SMB_TYPE_BASEBOARD].\ in x86pi_bb_topparent()
285 stypes[SMB_TYPE_BASEBOARD].ids[i].\ in x86pi_bb_topparent()
288 stypes[SMB_TYPE_BASEBOARD].ids[i].\ in x86pi_bb_topparent()
337 bb_count = stypes[SMB_TYPE_BASEBOARD].count; in x86pi_bb_contains()
339 smb_id = stypes[SMB_TYPE_BASEBOARD].ids[i].id; in x86pi_bb_contains()
346 stypes[SMB_TYPE_BASEBOARD].ids[i].con_by_id = in x86pi_bb_contains()
379 stypes[SMB_TYPE_BASEBOARD].ids[i].\ in x86pi_bb_contains()
382 if (sp.smbstr_type == SMB_TYPE_BASEBOARD) { in x86pi_bb_contains()
384 if (stypes[SMB_TYPE_BASEBOARD].\ in x86pi_bb_contains()
[all …]
H A Dx86pi.c376 stypes[SMB_TYPE_BASEBOARD].type = SMB_TYPE_BASEBOARD; in x86pi_enum_gentopo()
377 x86pi_smb_strcnt(mod, &stypes[SMB_TYPE_BASEBOARD]); in x86pi_enum_gentopo()
378 bb_count = notvisited = stypes[SMB_TYPE_BASEBOARD].count; in x86pi_enum_gentopo()
381 stypes[SMB_TYPE_BASEBOARD].ids[nbb].visited = 0; in x86pi_enum_gentopo()
382 stypes[SMB_TYPE_BASEBOARD].ids[nbb].con_by_id = 0; in x86pi_enum_gentopo()
383 stypes[SMB_TYPE_BASEBOARD].ids[nbb].node = NULL; in x86pi_enum_gentopo()
404 if (stypes[SMB_TYPE_BASEBOARD].ids[nbb].visited == in x86pi_enum_gentopo()
427 stypes[SMB_TYPE_BASEBOARD].ids[i].id) { in x86pi_enum_gentopo()
428 stypes[SMB_TYPE_BASEBOARD].ids[i].\ in x86pi_enum_gentopo()
435 stypes[SMB_TYPE_BASEBOARD].ids[nbb].visited = 1; in x86pi_enum_gentopo()
[all …]
/illumos-gate/usr/src/uts/intel/os/
H A Dfmsmb.c217 if (stype->type == SMB_TYPE_BASEBOARD) { in smb_strcnt()
304 if (spt->smbst_hdr->smbh_type == SMB_TYPE_BASEBOARD || in smb_bb_contains()
310 if (spt->smbst_hdr->smbh_type == SMB_TYPE_BASEBOARD) { in smb_bb_contains()
498 bb_cnt = smb_cnttypes(shp, SMB_TYPE_BASEBOARD); in fm_smb_check()
504 bb_stype->type = SMB_TYPE_BASEBOARD; in fm_smb_check()
921 bb_strcnt = smb_cnttypes(shp, SMB_TYPE_BASEBOARD); in smb_bboard()
931 bbstypes->type = SMB_TYPE_BASEBOARD; in smb_bboard()
/illumos-gate/usr/src/data/hwdata/
H A Defi.fixes40 # From the SMB_TYPE_BASEBOARD table (`smbios -t SMB_TYPE_BASEBOARD`)
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_smbios.c260 case SMB_TYPE_BASEBOARD: in chip_get_smbstruct()
/illumos-gate/usr/src/lib/fm/topo/modules/common/smbios/
H A Dsmbios_enum.c434 if (smbios_lookup_type(shp, SMB_TYPE_BASEBOARD, &sp) == 0 && in smbios_enum_motherboard()
/illumos-gate/usr/src/common/smbios/
H A Dsmb_info.c116 { SMB_TYPE_BASEBOARD,
513 if (stp->smbst_hdr->smbh_type != SMB_TYPE_BASEBOARD) in smbios_info_bboard()
/illumos-gate/usr/src/lib/libefi/common/
H A Drdwr_efi.c643 if (smbios_lookup_type(shp, SMB_TYPE_BASEBOARD, &s_mb) == SMB_ERR || in hardware_workarounds()
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios.h118 #define SMB_TYPE_BASEBOARD 2 /* base board */ macro
/illumos-gate/usr/src/cmd/smbios/
H A Dsmbios.c2019 case SMB_TYPE_BASEBOARD: in print_struct()