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

/illumos-gate/usr/src/uts/common/os/
H A Dmodsubr.c659 int hshndx; local
679 for (hshndx = 0; hshndx < MOD_BIND_HASHSIZE; hshndx++) {
680 for (bp = mb_hashtab[hshndx]; bp; bp = bp->b_next) {
756 int hshndx; local
761 for (hshndx = 0; hshndx < MOD_BIND_HASHSIZE; hshndx++) {
762 for (bp = sb_hashtab[hshndx]; b
[all...]

Completed in 267 milliseconds