Searched defs:sthash (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/tools/common/
H A Dstring_table.c308 Str_hash *sthash, *psthash; local
326 for (sthash = stp->st_hashbcks[i], psthash = 0;
327 sthash; sthash = sthash->hi_next) {
330 psthash = sthash;
353 Str_hash *sthash; local
397 for (sthash = stp->st_hashbcks[hashval % stp->st_hbckcnt]; sthash;
398 sthash
452 Str_hash *sthash; local
[all...]
H A Dsgsmsg.c332 Str_hash *sthash = stp->st_hashbcks[cnt]; local
334 if (sthash == 0)
339 while (sthash) {
340 size_t stroff = sthash->hi_mstr->sm_strlen -
341 sthash->hi_strlen;
345 sthash->hi_refcnt, sthash->hi_mstr->sm_str);
348 "'%s'>\n", sthash->hi_refcnt,
349 &sthash->hi_mstr->sm_str[stroff],
350 sthash
[all...]

Completed in 45 milliseconds