Searched refs:dtd_hash (Results 1 – 2 of 2) sorted by relevance
586 dtd->dtd_hash = fp->ctf_dthash[h]; in ctf_dtd_insert()600 for (p = *q; p != NULL; p = p->dtd_hash) { in ctf_dtd_delete()602 q = &p->dtd_hash; in ctf_dtd_delete()608 *q = p->dtd_hash; in ctf_dtd_delete()670 for (dtd = fp->ctf_dthash[h]; dtd != NULL; dtd = dtd->dtd_hash) { in ctf_dtd_lookup()
160 struct ctf_dtdef *dtd_hash; /* hash chain pointer for ctf_dthash */ member