Lines Matching refs:ctn_readonly
721 if ((fp->ctf_structs.ctn_readonly in init_types()
726 if ((fp->ctf_unions.ctn_readonly in init_types()
731 if ((fp->ctf_enums.ctn_readonly in init_types()
736 if ((fp->ctf_names.ctn_readonly in init_types()
788 if (((ctf_hash_lookup_type (fp->ctf_names.ctn_readonly, in init_types()
792 err = ctf_hash_define_type (fp->ctf_names.ctn_readonly, fp, in init_types()
807 err = ctf_hash_insert_type (fp->ctf_names.ctn_readonly, fp, in init_types()
815 err = ctf_hash_define_type (fp->ctf_structs.ctn_readonly, fp, in init_types()
827 err = ctf_hash_define_type (fp->ctf_unions.ctn_readonly, fp, in init_types()
839 err = ctf_hash_define_type (fp->ctf_enums.ctn_readonly, fp, in init_types()
848 err = ctf_hash_insert_type (fp->ctf_names.ctn_readonly, fp, in init_types()
860 if (ctf_hash_lookup_type (np->ctn_readonly, fp, name) == 0) in init_types()
862 err = ctf_hash_insert_type (np->ctn_readonly, fp, in init_types()
884 err = ctf_hash_insert_type (fp->ctf_names.ctn_readonly, fp, in init_types()
902 ctf_hash_size (fp->ctf_enums.ctn_readonly)); in init_types()
904 ctf_hash_size (fp->ctf_structs.ctn_readonly), nlstructs); in init_types()
906 ctf_hash_size (fp->ctf_unions.ctn_readonly), nlunions); in init_types()
908 ctf_hash_size (fp->ctf_names.ctn_readonly)); in init_types()
1647 ctf_hash_destroy (fp->ctf_structs.ctn_readonly); in ctf_file_close()
1648 ctf_hash_destroy (fp->ctf_unions.ctn_readonly); in ctf_file_close()
1649 ctf_hash_destroy (fp->ctf_enums.ctn_readonly); in ctf_file_close()
1650 ctf_hash_destroy (fp->ctf_names.ctn_readonly); in ctf_file_close()