Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ctf/
H A Dctf_impl.h157 struct ctf_dtdef *dtd_hash; /* hash chain pointer for ctf_dthash */ member
H A Dctf_create.c732 dtd->dtd_hash = fp->ctf_dthash[h]; in ctf_dtd_insert()
746 for (p = *q; p != NULL; p = p->dtd_hash) { in ctf_dtd_delete()
748 q = &p->dtd_hash; in ctf_dtd_delete()
754 *q = p->dtd_hash; in ctf_dtd_delete()
816 for (dtd = fp->ctf_dthash[h]; dtd != NULL; dtd = dtd->dtd_hash) { in ctf_dtd_lookup()