Searched refs:ctf_dthash (Results 1 – 3 of 3) sorted by relevance
123 fp->ctf_dthash = dthash; in ctf_create()523 nfp->ctf_dthash = fp->ctf_dthash; in ctf_serialize()550 fp->ctf_dthash = NULL; in ctf_serialize()603 if (ctf_dynhash_insert (fp->ctf_dthash, (void *) dtd->dtd_type, dtd) < 0) in ctf_dtd_insert()612 ctf_dynhash_remove (fp->ctf_dthash, (void *) dtd->dtd_type); in ctf_dtd_insert()627 ctf_dynhash_remove (fp->ctf_dthash, (void *) dtd->dtd_type); in ctf_dtd_delete()663 return (ctf_dtdef_t *) ctf_dynhash_lookup (fp->ctf_dthash, (void *) type); in ctf_dtd_lookup()772 ctf_dynhash_remove (fp->ctf_dthash, (void *) dtd->dtd_type); in ctf_rollback()
282 ctf_dynhash_t *ctf_dthash; /* Hash of dynamic type definitions. */ member
1637 ctf_dynhash_destroy (fp->ctf_dthash); in ctf_file_close()