Home
last modified time | relevance | path

Searched refs:smbst_strtab (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/common/smbios/
H A Dsmb_open.c318 stp->smbst_strtab = smb_alloc(sizeof (uint16_t) * n); in smbios_bufopen()
321 if (n != 0 && stp->smbst_strtab == NULL) in smbios_bufopen()
330 stp->smbst_strtab[n++] = in smbios_bufopen()
353 smb_free(shp->sh_structs[i].smbst_strtab, in smbios_close()
520 return ((char *)stp->smbst_str + stp->smbst_strtab[i - 1]); in smb_strptr()
/titanic_41/usr/src/uts/common/sys/
H A Dsmbios_impl.h456 uint16_t *smbst_strtab; /* string index -> offset table */ member