Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_xprt.h96 uint_t xch_hashlen; /* size of xch_hash bucket array */ member
H A Dfmd_xprt.c224 xch->xch_hashlen = hashlen; in fmd_xprt_class_hash_create()
235 for (i = 0; i < xch->xch_hashlen; i++) { in fmd_xprt_class_hash_destroy()
247 fmd_free(xch->xch_hash, sizeof (void *) * xch->xch_hashlen); in fmd_xprt_class_hash_destroy()
259 uint_t h = fmd_strhash(class) % xch->xch_hashlen; in fmd_xprt_class_hash_insert()
290 uint_t h = fmd_strhash(class) % xch->xch_hashlen; in fmd_xprt_class_hash_delete()
H A Dfmd_mdb.c1494 return (hash_walk_init(wsp, (uintptr_t)xch.xch_hash, xch.xch_hashlen, in xpc_walk_init()