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

/freebsd-9.3-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_lookup.c167 if (fp->ctf_parent != NULL &&
168 (ptype = ctf_lookup_by_name(fp->ctf_parent, name)) != CTF_ERR)
221 (fp = fp->ctf_parent) == NULL) {
H A Dctf_open.c810 if (fp->ctf_parent != NULL)
811 ctf_close(fp->ctf_parent);
878 return (fp->ctf_parent);
893 * to it in ctf_parent and incrementing its reference count. Only one parent
905 if (fp->ctf_parent != NULL)
906 ctf_close(fp->ctf_parent);
913 fp->ctf_parent = pfp;
H A Dctf_impl.h198 struct ctf_file *ctf_parent; /* parent CTF container (if any) */ member in struct:ctf_file
H A Dctf_types.c550 if (CTF_TYPE_ISPARENT(ltype) && lfp->ctf_parent != NULL)
551 lfp = lfp->ctf_parent;
553 if (CTF_TYPE_ISPARENT(rtype) && rfp->ctf_parent != NULL)
554 rfp = rfp->ctf_parent;
H A Dctf_create.c381 (void) ctf_import(nfp, fp->ctf_parent);

Completed in 102 milliseconds