Searched refs:x86pi_cleanup_smbios_str (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/fm/topo/modules/i86pc/x86pi/ |
H A D | x86pi_chassis.c | 72 ch_hcfmri.serial_number = x86pi_cleanup_smbios_str(mod, in x86pi_gen_chassis() 74 ch_hcfmri.version = x86pi_cleanup_smbios_str(mod, ip.smbi_version, 0); in x86pi_gen_chassis() 75 ch_hcfmri.manufacturer = x86pi_cleanup_smbios_str(mod, in x86pi_gen_chassis()
|
H A D | x86pi_bboard.c | 110 bb_hcfmri.serial_number = x86pi_cleanup_smbios_str(mod, in x86pi_gen_bboard() 112 bb_hcfmri.version = x86pi_cleanup_smbios_str(mod, ip.smbi_version, 0); in x86pi_gen_bboard() 114 bb_hcfmri.part_number = x86pi_cleanup_smbios_str(mod, in x86pi_gen_bboard() 116 bb_hcfmri.location = x86pi_cleanup_smbios_str(mod, ip.smbi_location, 0); in x86pi_gen_bboard()
|
H A D | x86pi_impl.h | 205 const char *x86pi_cleanup_smbios_str(topo_mod_t *, const char *, int);
|
H A D | x86pi_bay.c | 298 hcfmri.location = x86pi_cleanup_smbios_str(mod, smb_port.smbo_eref, 0); in x86pi_gen_bay()
|
H A D | x86pi_subr.c | 623 x86pi_cleanup_smbios_str(topo_mod_t *mod, const char *begin, int str_type) in x86pi_cleanup_smbios_str() function
|