Home
last modified time | relevance | path

Searched refs:ctf_parent (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/common/ctf/
H A Dctf_lookup.c170 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 (fp = fp->ctf_parent) == NULL) { in ctf_lookup_by_id()
H A Dctf_open.c903 if (fp->ctf_parent != NULL) in ctf_close()
904 ctf_close(fp->ctf_parent); in ctf_close()
994 return (fp->ctf_parent); in ctf_parent_file()
1031 if (fp->ctf_parent != NULL) in ctf_import()
1032 ctf_close(fp->ctf_parent); in ctf_import()
1039 fp->ctf_parent = pfp; in ctf_import()
H A Dctf_types.c736 if (CTF_TYPE_ISPARENT(ltype) && lfp->ctf_parent != NULL) in ctf_type_cmp()
737 lfp = lfp->ctf_parent; in ctf_type_cmp()
739 if (CTF_TYPE_ISPARENT(rtype) && rfp->ctf_parent != NULL) in ctf_type_cmp()
740 rfp = rfp->ctf_parent; in ctf_type_cmp()
H A Dctf_impl.h222 struct ctf_file *ctf_parent; /* parent CTF container (if any) */ member
H A Dctf_create.c332 plabel = ctf_label_topmost(fp->ctf_parent); in ctf_update()
671 (void) ctf_import(nfp, fp->ctf_parent); in ctf_update()