Home
last modified time | relevance | path

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

/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddt_ident.c628 const dt_ident_t *idp = dhp->dh_tmpl; in dt_idhash_populate()
630 dhp->dh_tmpl = NULL; /* clear dh_tmpl first to avoid recursion */ in dt_idhash_populate()
659 dhp->dh_tmpl = tmpl; in dt_idhash_create()
731 if (dhp->dh_tmpl != NULL) in dt_idhash_lookup()
772 if (dhp->dh_tmpl != NULL) in dt_idhash_insert()
798 if (dhp->dh_tmpl != NULL) in dt_idhash_xinsert()
857 if (dhp->dh_tmpl != NULL) in dt_idhash_iter()
Ddt_ident.h120 const dt_ident_t *dh_tmpl; /* template for initial ident population */ member