Home
last modified time | relevance | path

Searched refs:ctf_dthash (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/ctf/
H A Dctf_create.c90 fp->ctf_dthash = hash; in ctf_create()
132 fp->ctf_dthash = hash; in ctf_fdcreate()
676 nfp->ctf_dthash = fp->ctf_dthash; in ctf_update()
686 fp->ctf_dthash = NULL; in ctf_update()
732 dtd->dtd_hash = fp->ctf_dthash[h]; in ctf_dtd_insert()
733 fp->ctf_dthash[h] = dtd; in ctf_dtd_insert()
741 ctf_dtdef_t *p, **q = &fp->ctf_dthash[h]; in ctf_dtd_delete()
813 if (fp->ctf_dthash == NULL) in ctf_dtd_lookup()
816 for (dtd = fp->ctf_dthash[h]; dtd != NULL; dtd = dtd->dtd_hash) { in ctf_dtd_lookup()
H A Dctf_impl.h229 ctf_dtdef_t **ctf_dthash; /* hash of dynamic type definitions */ member
H A Dctf_open.c925 ctf_free(fp->ctf_dthash, fp->ctf_dthashlen * sizeof (ctf_dtdef_t *)); in ctf_close()