Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_inttab.h42 } dt_inthash_t; typedef
46 dt_inthash_t **int_hash; /* array of hash buckets */
49 dt_inthash_t *int_head; /* head of table in index order */
50 dt_inthash_t *int_tail; /* tail of table in index order */
H A Ddt_inttab.c55 dt_inthash_t *hp, *np; in dt_inttab_destroy()
70 dt_inthash_t *hp; in dt_inttab_insert()
79 if ((hp = dt_alloc(ip->int_hdl, sizeof (dt_inthash_t))) == NULL) in dt_inttab_insert()
109 const dt_inthash_t *hp; in dt_inttab_write()