Searched refs:dtd_type (Results 1 – 2 of 2) sorted by relevance
576 ulong_t h = dtd->dtd_type & (fp->ctf_dthashlen - 1); in ctf_dtd_insert()586 ulong_t h = dtd->dtd_type & (fp->ctf_dthashlen - 1); in ctf_dtd_delete()663 if (dtd->dtd_type == type) in ctf_dtd_lookup()691 if (LCTF_TYPE_TO_INDEX(fp, dtd->dtd_type) <= fp->ctf_dtoldid) in ctf_discard()732 dtd->dtd_type = type; in ctf_add_generic()1486 LCTF_TYPE_TO_INDEX(dst_fp, dtd->dtd_type) > in ctf_add_type()1500 return (dtd->dtd_type); in ctf_add_type()
162 ctf_id_t dtd_type; /* type identifier for this definition */ member