Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_ident.c620 const dt_ident_t *idp = dhp->dh_tmpl; in dt_idhash_populate()
622 dhp->dh_tmpl = NULL; /* clear dh_tmpl first to avoid recursion */ in dt_idhash_populate()
651 dhp->dh_tmpl = tmpl; in dt_idhash_create()
723 if (dhp->dh_tmpl != NULL) in dt_idhash_lookup()
764 if (dhp->dh_tmpl != NULL) in dt_idhash_insert()
790 if (dhp->dh_tmpl != NULL) in dt_idhash_xinsert()
849 if (dhp->dh_tmpl != NULL) in dt_idhash_iter()
H A Ddt_ident.h118 const dt_ident_t *dh_tmpl; /* template for initial ident population */ member