Searched refs:dt_inthash_t (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_inttab.h44 } dt_inthash_t; typedef in typeref:struct:dt_inthash
48 dt_inthash_t **int_hash; /* array of hash buckets */
51 dt_inthash_t *int_head; /* head of table in index order */
52 dt_inthash_t *int_tail; /* tail of table in index order */
H A Ddt_inttab.c57 dt_inthash_t *hp, *np;
72 dt_inthash_t *hp;
81 if ((hp = dt_alloc(ip->int_hdl, sizeof (dt_inthash_t))) == NULL)
111 const dt_inthash_t *hp;

Completed in 148 milliseconds