Home
last modified time | relevance | path

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

/titanic_44/usr/src/common/ctf/
H A Dctf_create.c472 ulong_t h = dtd->dtd_type & (fp->ctf_dthashlen - 1); in ctf_dtd_insert()
482 ulong_t h = dtd->dtd_type & (fp->ctf_dthashlen - 1); in ctf_dtd_delete()
559 if (dtd->dtd_type == type) in ctf_dtd_lookup()
586 if (dtd->dtd_type <= fp->ctf_dtoldid) in ctf_discard()
628 dtd->dtd_type = type; in ctf_add_generic()
1331 dtd->dtd_type > dst_fp->ctf_dtoldid; in ctf_add_type()
1336 return (dtd->dtd_type); in ctf_add_type()
H A Dctf_impl.h151 ctf_id_t dtd_type; /* type identifier for this definition */ member