Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/common/ctf/
Dctf_create.c586 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()
Dctf_impl.h160 struct ctf_dtdef *dtd_hash; /* hash chain pointer for ctf_dthash */ member