Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/smbios/
H A Dsmb_open.c319 stp->smbst_strtab = smb_alloc(sizeof (uint16_t) * n); in smbios_bufopen()
322 if (n != 0 && stp->smbst_strtab == NULL) in smbios_bufopen()
331 stp->smbst_strtab[n++] = in smbios_bufopen()
354 smb_free(shp->sh_structs[i].smbst_strtab, in smbios_close()
521 return ((char *)stp->smbst_str + stp->smbst_strtab[i - 1]); in smb_strptr()
/titanic_50/usr/src/uts/common/sys/
H A Dsmbios_impl.h654 uint16_t *smbst_strtab; /* string index -> offset table */ member