Home
last modified time | relevance | path

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

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