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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_create.c424 ulong_t h = dtd->dtd_type & (fp->ctf_dthashlen - 1);
434 ulong_t h = dtd->dtd_type & (fp->ctf_dthashlen - 1);
490 if (dtd->dtd_type == type)
515 if (dtd->dtd_type <= fp->ctf_dtoldid)
557 dtd->dtd_type = type;
1166 dtd->dtd_type > dst_fp->ctf_dtoldid;
1171 return (dtd->dtd_type);
H A Dctf_impl.h161 ctf_id_t dtd_type; /* type identifier for this definition */ member in struct:ctf_dtdef

Completed in 48 milliseconds