Lines Matching refs:ctf_parent
1757 if (fp->ctf_parent && !fp->ctf_parent_unreffed) in ctf_dict_close()
1758 ctf_dict_close (fp->ctf_parent); in ctf_dict_close()
1911 return fp->ctf_parent; in ctf_parent_dict()
1976 if (fp->ctf_parent && !fp->ctf_parent_unreffed) in ctf_import()
1977 ctf_dict_close (fp->ctf_parent); in ctf_import()
1978 fp->ctf_parent = NULL; in ctf_import()
1998 fp->ctf_parent = pfp; in ctf_import()
2015 if (fp->ctf_parent && !fp->ctf_parent_unreffed) in ctf_import_unref()
2016 ctf_dict_close (fp->ctf_parent); in ctf_import_unref()
2017 fp->ctf_parent = NULL; in ctf_import_unref()
2035 fp->ctf_parent = pfp; in ctf_import_unref()