Searched refs:int_hdl (Results 1 – 2 of 2) sorted by relevance
48 ip->int_hdl = dtp; in dt_inttab_create()61 dt_free(ip->int_hdl, hp); in dt_inttab_destroy()64 dt_free(ip->int_hdl, ip->int_hash); in dt_inttab_destroy()65 dt_free(ip->int_hdl, ip); in dt_inttab_destroy()81 if ((hp = dt_alloc(ip->int_hdl, sizeof (dt_inthash_t))) == NULL) in dt_inttab_insert()
47 dtrace_hdl_t *int_hdl; /* pointer back to library handle */ member