Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_inttab.c48 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()
H A Ddt_inttab.h47 dtrace_hdl_t *int_hdl; /* pointer back to library handle */ member