Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c576 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()
H A Dctf_impl.h162 ctf_id_t dtd_type; /* type identifier for this definition */ member