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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_impl.h159 struct ctf_dtdef *dtd_hash; /* hash chain pointer for ctf_dthash */ member in struct:ctf_dtdef
H A Dctf_create.c426 dtd->dtd_hash = fp->ctf_dthash[h];
439 for (p = *q; p != NULL; p = p->dtd_hash) {
441 q = &p->dtd_hash;
447 *q = p->dtd_hash;
489 for (dtd = fp->ctf_dthash[h]; dtd != NULL; dtd = dtd->dtd_hash) {

Completed in 37 milliseconds