Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/tools/common/
H A Dstring_table.c325 for (i = 0; i < stp->st_hbckcnt; i++) { in st_destroy()
397 for (sthash = stp->st_hashbcks[hashval % stp->st_hbckcnt]; sthash; in st_setstring()
450 uint_t bckcnt = stp->st_hbckcnt; in st_hash_insert()
570 stp->st_hbckcnt = findprime(stp->st_strcnt); in st_getstrtab_sz()
572 stp->st_hbckcnt)) == NULL) in st_getstrtab_sz()
H A Dsgsmsg.c329 stp->st_hbckcnt); in dump_stringtab()
331 for (cnt = 0; cnt < stp->st_hbckcnt; cnt++) { in dump_stringtab()
/titanic_41/usr/src/cmd/sgs/include/
H A D_string_table.h109 uint_t st_hbckcnt; /* number of buckets in */ member
/titanic_41/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()