Searched refs:ctf_parent (Results 1 – 5 of 5) sorted by relevance
170 if (fp->ctf_parent != NULL && in ctf_lookup_by_name()171 (ptype = ctf_lookup_by_name(fp->ctf_parent, name)) != CTF_ERR) in ctf_lookup_by_name()224 if (fp->ctf_parent == NULL) { in ctf_lookup_by_id()231 fp = fp->ctf_parent; in ctf_lookup_by_id()
1057 if (fp->ctf_parent != NULL) in ctf_close()1058 ctf_close(fp->ctf_parent); in ctf_close()1129 return (fp->ctf_parent); in ctf_parent_file()1156 if (fp->ctf_parent != NULL) in ctf_import()1157 ctf_close(fp->ctf_parent); in ctf_import()1164 fp->ctf_parent = pfp; in ctf_import()
720 if (LCTF_TYPE_ISPARENT(lfp, ltype) && lfp->ctf_parent != NULL) in ctf_type_cmp()721 lfp = lfp->ctf_parent; in ctf_type_cmp()723 if (LCTF_TYPE_ISPARENT(rfp, rtype) && rfp->ctf_parent != NULL) in ctf_type_cmp()724 rfp = rfp->ctf_parent; in ctf_type_cmp()
211 struct ctf_file *ctf_parent; /* parent CTF container (if any) */ member
536 (void) ctf_import(nfp, fp->ctf_parent); in ctf_update()