Home
last modified time | relevance | path

Searched refs:st_hbckcnt (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/common/
H A Dstring_table.c328 for (i = 0; i < stp->st_hbckcnt; i++) { in st_destroy()
434 for (sthash = stp->st_hashbcks[hashval % stp->st_hbckcnt]; sthash; in st_setstring()
487 uint_t bckcnt = stp->st_hbckcnt; in st_hash_insert()
600 stp->st_hbckcnt = findprime(stp->st_strcnt); in st_getstrtab_sz()
601 if ((stp->st_hashbcks = calloc(stp->st_hbckcnt, in st_getstrtab_sz()
772 for (sthash = stp->st_hashbcks[hashval % stp->st_hbckcnt]; in st_findstring()
/illumos-gate/usr/src/cmd/sgs/include/
H A D_string_table.h107 uint_t st_hbckcnt; /* number of buckets in */ member
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsections.c119 stp->st_hbckcnt); in Dbg_sec_strtab()
121 for (cnt = 0; cnt < stp->st_hbckcnt; cnt++) { in Dbg_sec_strtab()
/illumos-gate/usr/src/tools/sgs/sgsmsg/
H A Dsgsmsg.c329 stp->st_hbckcnt); in dump_stringtab()
331 for (cnt = 0; cnt < stp->st_hbckcnt; cnt++) { in dump_stringtab()