Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/ctf/
H A Dctf_create.c81 fp->ctf_dthash = hash; in ctf_create()
123 fp->ctf_dthash = hash; in ctf_fdcreate()
666 nfp->ctf_dthash = fp->ctf_dthash; in ctf_update()
676 fp->ctf_dthash = NULL; in ctf_update()
722 dtd->dtd_hash = fp->ctf_dthash[h]; in ctf_dtd_insert()
723 fp->ctf_dthash[h] = dtd; in ctf_dtd_insert()
731 ctf_dtdef_t *p, **q = &fp->ctf_dthash[h]; in ctf_dtd_delete()
803 if (fp->ctf_dthash == NULL) in ctf_dtd_lookup()
806 for (dtd = fp->ctf_dthash[h]; dtd != NULL; dtd = dtd->dtd_hash) { in ctf_dtd_lookup()
H A Dctf_impl.h228 ctf_dtdef_t **ctf_dthash; /* hash of dynamic type definitions */ member
H A Dctf_open.c924 ctf_free(fp->ctf_dthash, fp->ctf_dthashlen * sizeof (ctf_dtdef_t *)); in ctf_close()