Lines Matching refs:ctf_parent
1758 if (fp->ctf_parent && !fp->ctf_parent_unreffed) in ctf_dict_close()
1759 ctf_dict_close (fp->ctf_parent); in ctf_dict_close()
1912 return fp->ctf_parent; in ctf_parent_dict()
1977 if (fp->ctf_parent && !fp->ctf_parent_unreffed) in ctf_import()
1978 ctf_dict_close (fp->ctf_parent); in ctf_import()
1979 fp->ctf_parent = NULL; in ctf_import()
1999 fp->ctf_parent = pfp; in ctf_import()
2016 if (fp->ctf_parent && !fp->ctf_parent_unreffed) in ctf_import_unref()
2017 ctf_dict_close (fp->ctf_parent); in ctf_import_unref()
2018 fp->ctf_parent = NULL; in ctf_import_unref()
2036 fp->ctf_parent = pfp; in ctf_import_unref()