Home
last modified time | relevance | path

Searched refs:SMB_TYPE_PROCESSOR (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_bboard.c217 if (sp.smbstr_type == SMB_TYPE_PROCESSOR) { in x86pi_bb_getchips()
228 smbc = &stypes[SMB_TYPE_PROCESSOR]; in x86pi_bb_getchips()
229 smbc->type = SMB_TYPE_PROCESSOR; in x86pi_bb_getchips()
233 if (ncmp != stypes[SMB_TYPE_PROCESSOR].count) in x86pi_bb_getchips()
234 ncmp = stypes[SMB_TYPE_PROCESSOR].count; in x86pi_bb_getchips()
/illumos-gate/usr/src/test/util-tests/tests/smbios/
H A Dsmbios_test_proc.c52 proc->smbpr_hdr.smbh_type = SMB_TYPE_PROCESSOR; in smbios_test_proc_fill()
278 if (smbios_lookup_type(hdl, SMB_TYPE_PROCESSOR, &sp) == -1) { in smbios_test_proc_verify_25()
332 if (smbios_lookup_type(hdl, SMB_TYPE_PROCESSOR, &sp) == -1) { in smbios_test_proc_verify_36()
393 if (smbios_lookup_type(hdl, SMB_TYPE_PROCESSOR, &sp) == -1) { in smbios_test_proc_verify_36_25()
/illumos-gate/usr/src/uts/intel/os/
H A Dfmsmb.c305 spt->smbst_hdr->smbh_type == SMB_TYPE_PROCESSOR) { in smb_bb_contains()
364 pr_cnt = smb_cnttypes(shp, SMB_TYPE_PROCESSOR); in fm_smb_check()
392 pr_stype->type = SMB_TYPE_PROCESSOR; in fm_smb_check()
668 if (sp->smbst_hdr->smbh_type == SMB_TYPE_PROCESSOR) { in find_matching_proc()
1001 strcnt = smb_cnttypes(shp, SMB_TYPE_PROCESSOR); in fm_smb_chipinst()
1009 pstypes->type = SMB_TYPE_PROCESSOR; in fm_smb_chipinst()
1111 p_strcnt = smb_cnttypes(shp, SMB_TYPE_PROCESSOR); in fm_smb_mc_chipinst()
1123 pstypes->type = SMB_TYPE_PROCESSOR; in fm_smb_mc_chipinst()
/illumos-gate/usr/src/cmd/prtdiag/i386/
H A Dsmbios.c86 if (sp->smbstr_type == SMB_TYPE_PROCESSOR && in do_procs()
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_smbios.c330 case SMB_TYPE_PROCESSOR: in chip_get_smbstruct()
/illumos-gate/usr/src/common/smbios/
H A Dsmb_info.c138 { SMB_TYPE_PROCESSOR,
698 if (stp->smbst_hdr->smbh_type != SMB_TYPE_PROCESSOR) in smbios_info_processor()
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios.h120 #define SMB_TYPE_PROCESSOR 4 /* processor (R) */ macro
/illumos-gate/usr/src/cmd/smbios/
H A Dsmbios.c2027 case SMB_TYPE_PROCESSOR: in print_struct()