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