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.c91 fp->ctf_dthash = hash; in ctf_create()
133 fp->ctf_dthash = hash; in ctf_fdcreate()
677 nfp->ctf_dthash = fp->ctf_dthash; in ctf_update()
687 fp->ctf_dthash = NULL; in ctf_update()
733 dtd->dtd_hash = fp->ctf_dthash[h]; in ctf_dtd_insert()
734 fp->ctf_dthash[h] = dtd; in ctf_dtd_insert()
742 ctf_dtdef_t *p, **q = &fp->ctf_dthash[h]; in ctf_dtd_delete()
814 if (fp->ctf_dthash == NULL) in ctf_dtd_lookup()
817 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()