Searched refs:smbi_version (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/cmd/prtdiag/i386/ |
H A D | smbios.c | 90 if (info.smbi_version != NULL && *info.smbi_version != '\0') { in do_procs() 91 n = strlen(info.smbi_version); in do_procs() 93 (void) strcpy(s, info.smbi_version); in do_procs()
|
/titanic_41/usr/src/uts/intel/io/intel_nhm/ |
H A D | nhm_init.c | 116 if (cd.smbi_version && nhm_smbios_version) { in dimm_manufacture_data() 117 (void) strncpy(dimmp->revision, cd.smbi_version, in dimm_manufacture_data()
|
/titanic_41/usr/src/lib/fm/topo/modules/i86pc/x86pi/ |
H A D | x86pi_chassis.c | 74 ch_hcfmri.version = x86pi_cleanup_smbios_str(mod, ip.smbi_version, 0); in x86pi_gen_chassis()
|
H A D | x86pi_bboard.c | 112 bb_hcfmri.version = x86pi_cleanup_smbios_str(mod, ip.smbi_version, 0); in x86pi_gen_bboard()
|
/titanic_41/usr/src/lib/fm/topo/modules/i86pc/chip/ |
H A D | chip_smbios.c | 633 c.smbi_version, 0); in chip_rev_smbios_get()
|
/titanic_41/usr/src/cmd/smbios/ |
H A D | smbios.c | 250 if (ip->smbi_version[0] != '\0') in print_common() 251 oprintf(fp, " Version: %s\n", ip->smbi_version); in print_common()
|
/titanic_41/usr/src/uts/i86pc/io/ |
H A D | immu.c | 679 version = (char *)sminf.smbi_version; in blacklisted_smbios()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | smbios.h | 190 const char *smbi_version; /* version */ member
|
/titanic_41/usr/src/common/smbios/ |
H A D | smb_info.c | 262 ip->smbi_version = smb_info_strptr(stp, isp->is_version, &n); in smbios_info_common()
|