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

/illumos-gate/usr/src/common/smbios/
H A Dsmb_open.c209 stp->smbst_strtab = smb_alloc(sizeof (uint16_t) * n);
212 if (n != 0 && stp->smbst_strtab == NULL)
221 stp->smbst_strtab[n++] =
245 smb_free(shp->sh_structs[i].smbst_strtab,
397 return ((char *)stp->smbst_str + stp->smbst_strtab[i - 1]);
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios_impl.h442 uint16_t *smbst_strtab; /* string index -> offset table */ member in struct:smb_struct
443 uint_t smbst_strtablen; /* length of smbst_strtab */

Completed in 60 milliseconds