Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/common/
H A Dstring_table.c311 Str_hash *sthash, *psthash; in st_destroy() local
329 for (sthash = stp->st_hashbcks[i], psthash = 0; in st_destroy()
331 if (psthash) in st_destroy()
332 free(psthash); in st_destroy()
333 psthash = sthash; in st_destroy()
335 if (psthash) in st_destroy()
336 free(psthash); in st_destroy()