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

/freebsd-9.3-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_impl.h148 struct ctf_dtdef *dtd_hash; /* hash chain pointer for ctf_dthash */ member in struct:ctf_dtdef
H A Dctf_create.c423 dtd->dtd_hash = fp->ctf_dthash[h];
436 for (p = *q; p != NULL; p = p->dtd_hash) {
438 q = &p->dtd_hash;
444 *q = p->dtd_hash;
486 for (dtd = fp->ctf_dthash[h]; dtd != NULL; dtd = dtd->dtd_hash) {

Completed in 102 milliseconds