Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c81 fp->ctf_dthash = hash; in ctf_create()
541 nfp->ctf_dthash = fp->ctf_dthash; in ctf_update()
549 fp->ctf_dthash = NULL; in ctf_update()
578 dtd->dtd_hash = fp->ctf_dthash[h]; in ctf_dtd_insert()
579 fp->ctf_dthash[h] = dtd; in ctf_dtd_insert()
587 ctf_dtdef_t *p, **q = &fp->ctf_dthash[h]; in ctf_dtd_delete()
659 if (fp->ctf_dthash == NULL) in ctf_dtd_lookup()
662 for (dtd = fp->ctf_dthash[h]; dtd != NULL; dtd = dtd->dtd_hash) { in ctf_dtd_lookup()
H A Dctf_impl.h219 ctf_dtdef_t **ctf_dthash; /* hash of dynamic type definitions */ member
H A Dctf_open.c1069 ctf_free(fp->ctf_dthash, fp->ctf_dthashlen * sizeof (ctf_dtdef_t *)); in ctf_close()