Searched refs:dtd_type (Results 1 – 2 of 2) sorted by relevance
731 ulong_t h = dtd->dtd_type & (fp->ctf_dthashlen - 1); in ctf_dtd_insert()741 ulong_t h = dtd->dtd_type & (fp->ctf_dthashlen - 1); in ctf_dtd_delete()818 if (dtd->dtd_type == type) in ctf_dtd_lookup()941 if (dtd->dtd_type <= fp->ctf_dtoldid) in ctf_discard()985 dtd->dtd_type = type; in ctf_add_generic()1782 dtd->dtd_type > dst_fp->ctf_dtoldid; in ctf_add_type()1787 return (dtd->dtd_type); in ctf_add_type()
159 ctf_id_t dtd_type; /* type identifier for this definition */ member