Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_bboard.c90 if (sp.smbstr_type == SMB_TYPE_CHASSIS && in x86pi_gen_bboard()
217 if (sp.smbstr_type == SMB_TYPE_PROCESSOR) { in x86pi_bb_getchips()
265 if (sp.smbstr_type == SMB_TYPE_CHASSIS) { in x86pi_bb_topparent()
275 } else if (sp.smbstr_type == SMB_TYPE_BASEBOARD) { in x86pi_bb_topparent()
382 if (sp.smbstr_type == SMB_TYPE_BASEBOARD) { in x86pi_bb_contains()
/illumos-gate/usr/src/cmd/prtdiag/i386/
H A Dsmbios.c86 if (sp->smbstr_type == SMB_TYPE_PROCESSOR && in do_procs()
133 if (sp->smbstr_type == SMB_TYPE_MEMDEVICE && in do_memdevs()
160 if (sp->smbstr_type == SMB_TYPE_OBDEVS && in do_obdevs()
274 if (sp->smbstr_type == SMB_TYPE_SLOT && in do_slots()
/illumos-gate/usr/src/cmd/smbios/
H A Dsmbios.c1975 if (opt_t != -1 && opt_t != sp->smbstr_type) in print_struct()
1978 if (!opt_O && (sp->smbstr_type == SMB_TYPE_MEMCTL || in print_struct()
1979 sp->smbstr_type == SMB_TYPE_MEMMOD)) in print_struct()
1988 if ((s = smbios_type_name(sp->smbstr_type)) != NULL) in print_struct()
1989 oprintf(fp, " %s (type %u)", s, sp->smbstr_type); in print_struct()
1990 else if (sp->smbstr_type > SMB_TYPE_OEM_LO && in print_struct()
1991 sp->smbstr_type < SMB_TYPE_OEM_HI) in print_struct()
1993 sp->smbstr_type - SMB_TYPE_OEM_LO, sp->smbstr_type); in print_struct()
1995 oprintf(fp, " %u", sp->smbstr_type); in print_struct()
1997 if ((s = smbios_type_desc(sp->smbstr_type)) != NULL) in print_struct()
[all …]
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_smbios.c88 sp->smbstr_type = hdr->smbh_type; in smb_export()
259 switch (sp->smbstr_type) { in chip_get_smbstruct()
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid.c123 if (strp->smbstr_type != SMB_TYPE_SLOT || in di_smbios_find_slot_by_bdf()
143 if (strp->smbstr_type != SMB_TYPE_SLOT || in di_smbios_find_slot_by_id()
/illumos-gate/usr/src/uts/intel/io/intel_nhm/
H A Dnhm_init.c147 if (sp->smbstr_type == SMB_TYPE_MEMDEVICE) { in dimm_label()
/illumos-gate/usr/src/common/smbios/
H A Dsmb_open.c431 sp->smbstr_type = hdr->smbh_type; in smb_export()
/illumos-gate/usr/src/uts/intel/io/intel_nb5000/
H A Dnb5000_init.c658 if (sp->smbstr_type == SMB_TYPE_MEMDEVICE) { in dimm_label()
699 if (sp->smbstr_type == SMB_TYPE_MEMDEVICE) { in check_memdevice()
/illumos-gate/usr/src/lib/fm/topo/modules/common/smbios/
H A Dsmbios_enum.c366 if (sp->smbstr_type != SMB_TYPE_MEMDEVICE) in smbios_enum_memory()
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios.h2060 uint_t smbstr_type; /* structure type */ member