Home
last modified time | relevance | path

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

/freebsd-head/cddl/contrib/opensolaris/common/ctf/
HDctf_create.c79 fp->ctf_dthashlen = hashlen; in ctf_create()
542 nfp->ctf_dthashlen = fp->ctf_dthashlen; in ctf_update()
550 fp->ctf_dthashlen = 0; in ctf_update()
576 ulong_t h = dtd->dtd_type & (fp->ctf_dthashlen - 1); in ctf_dtd_insert()
586 ulong_t h = dtd->dtd_type & (fp->ctf_dthashlen - 1); in ctf_dtd_delete()
656 ulong_t h = type & (fp->ctf_dthashlen - 1); in ctf_dtd_lookup()
HDctf_impl.h220 ulong_t ctf_dthashlen; /* size of dynamic type hash bucket array */ member
HDctf_open.c1069 ctf_free(fp->ctf_dthash, fp->ctf_dthashlen * sizeof (ctf_dtdef_t *)); in ctf_close()