Searched refs:smb_strptr (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/common/smbios/ |
H A D | smb_info.c | 211 return (smb_strptr(stp, sp[off])); in smb_info_strptr() 214 return (smb_strptr(stp, 0)); in smb_info_strptr() 365 bp->smbb_vendor = smb_strptr(stp, bip->smbbi_vendor); in smbios_info_bios() 366 bp->smbb_version = smb_strptr(stp, bip->smbbi_version); in smbios_info_bios() 368 bp->smbb_reldate = smb_strptr(stp, bip->smbbi_reldate); in smbios_info_bios() 457 sip->smbs_sku = smb_strptr(stp, si.smbsi_sku); in smbios_info_system() 458 sip->smbs_family = smb_strptr(stp, si.smbsi_family); in smbios_info_system() 637 pop->smbo_iref = smb_strptr(stp, p.smbpo_iref); in smbios_info_port() 638 pop->smbo_eref = smb_strptr(stp, p.smbpo_eref); in smbios_info_port() 662 sp->smbl_name = smb_strptr(stp, s.smbsl_name); in smbios_info_slot() [all …]
|
H A D | smb_open.c | 516 smb_strptr(const smb_struct_t *stp, uint_t i) in smb_strptr() function
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | smbios_impl.h | 714 extern const char *smb_strptr(const smb_struct_t *, uint_t);
|