Searched refs:ctf_dvhash (Results 1 – 4 of 4) sorted by relevance
124 fp->ctf_dvhash = dvhash; in ctf_create()525 nfp->ctf_dvhash = fp->ctf_dvhash; in ctf_serialize()565 fp->ctf_dvhash = NULL; in ctf_serialize()687 if (ctf_dynhash_insert (fp->ctf_dvhash, dvd->dvd_name, dvd) < 0) in ctf_dvd_insert()696 ctf_dynhash_remove (fp->ctf_dvhash, dvd->dvd_name); in ctf_dvd_delete()706 return (ctf_dvdef_t *) ctf_dynhash_lookup (fp->ctf_dvhash, name); in ctf_dvd_lookup()
284 ctf_dynhash_t *ctf_dvhash; /* Hash of dynamic variable mappings. */ member
394 dvd = ctf_dynhash_lookup (fp->ctf_dvhash, name); in check_variable()
1658 ctf_dynhash_destroy (fp->ctf_dvhash); in ctf_file_close()