Home
last modified time | relevance | path

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

/freebsd-head/cddl/contrib/opensolaris/common/ctf/
HDctf_create.c578 dtd->dtd_hash = fp->ctf_dthash[h]; in ctf_dtd_insert()
592 for (p = *q; p != NULL; p = p->dtd_hash) { in ctf_dtd_delete()
594 q = &p->dtd_hash; in ctf_dtd_delete()
600 *q = p->dtd_hash; in ctf_dtd_delete()
662 for (dtd = fp->ctf_dthash[h]; dtd != NULL; dtd = dtd->dtd_hash) { in ctf_dtd_lookup()
HDctf_impl.h160 struct ctf_dtdef *dtd_hash; /* hash chain pointer for ctf_dthash */ member