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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_inttab.h46 } dt_inthash_t; typedef in typeref:struct:dt_inthash
50 dt_inthash_t **int_hash; /* array of hash buckets */
53 dt_inthash_t *int_head; /* head of table in index order */
54 dt_inthash_t *int_tail; /* tail of table in index order */
H A Ddt_inttab.c59 dt_inthash_t *hp, *np;
74 dt_inthash_t *hp;
83 if ((hp = dt_alloc(ip->int_hdl, sizeof (dt_inthash_t))) == NULL)
113 const dt_inthash_t *hp;

Completed in 67 milliseconds