Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/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 if (fp->ctf_parent == NULL) { in ctf_lookup_by_id()
231 fp = fp->ctf_parent; in ctf_lookup_by_id()
H A Dctf_open.c1057 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()
H A Dctf_types.c720 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()
H A Dctf_impl.h211 struct ctf_file *ctf_parent; /* parent CTF container (if any) */ member
H A Dctf_create.c536 (void) ctf_import(nfp, fp->ctf_parent); in ctf_update()