Searched refs:ctf_dthash (Results 1 – 3 of 3) sorted by relevance
81 fp->ctf_dthash = hash; in ctf_create()437 nfp->ctf_dthash = fp->ctf_dthash; in ctf_update()445 fp->ctf_dthash = NULL; in ctf_update()474 dtd->dtd_hash = fp->ctf_dthash[h]; in ctf_dtd_insert()475 fp->ctf_dthash[h] = dtd; in ctf_dtd_insert()483 ctf_dtdef_t *p, **q = &fp->ctf_dthash[h]; in ctf_dtd_delete()555 if (fp->ctf_dthash == NULL) in ctf_dtd_lookup()558 for (dtd = fp->ctf_dthash[h]; dtd != NULL; dtd = dtd->dtd_hash) { in ctf_dtd_lookup()
207 ctf_dtdef_t **ctf_dthash; /* hash of dynamic type definitions */ member
909 ctf_free(fp->ctf_dthash, fp->ctf_dthashlen * sizeof (ctf_dtdef_t *)); in ctf_close()