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

/freebsd-9.3-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c421 ulong_t h = dtd->dtd_type & (fp->ctf_dthashlen - 1);
431 ulong_t h = dtd->dtd_type & (fp->ctf_dthashlen - 1);
487 if (dtd->dtd_type == type)
512 if (dtd->dtd_type <= fp->ctf_dtoldid)
554 dtd->dtd_type = type;
1163 dtd->dtd_type > dst_fp->ctf_dtoldid;
1168 return (dtd->dtd_type);
H A Dctf_impl.h150 ctf_id_t dtd_type; /* type identifier for this definition */ member in struct:ctf_dtdef

Completed in 96 milliseconds