Searched refs:ctf_parent (Results 1 – 5 of 5) sorted by relevance
167 if (fp->ctf_parent != NULL && in ctf_lookup_by_name()168 (ptype = ctf_lookup_by_name(fp->ctf_parent, name)) != CTF_ERR) in ctf_lookup_by_name()221 (fp = fp->ctf_parent) == NULL) { in ctf_lookup_by_id()
897 if (fp->ctf_parent != NULL) in ctf_close()898 ctf_close(fp->ctf_parent); in ctf_close()969 return (fp->ctf_parent); in ctf_parent_file()996 if (fp->ctf_parent != NULL) in ctf_import()997 ctf_close(fp->ctf_parent); in ctf_import()1004 fp->ctf_parent = pfp; in ctf_import()
575 if (CTF_TYPE_ISPARENT(ltype) && lfp->ctf_parent != NULL) in ctf_type_cmp()576 lfp = lfp->ctf_parent; in ctf_type_cmp()578 if (CTF_TYPE_ISPARENT(rtype) && rfp->ctf_parent != NULL) in ctf_type_cmp()579 rfp = rfp->ctf_parent; in ctf_type_cmp()
200 struct ctf_file *ctf_parent; /* parent CTF container (if any) */ member
432 (void) ctf_import(nfp, fp->ctf_parent); in ctf_update()