Home
last modified time | relevance | path

Searched refs:ctf_refcnt (Results 1 – 3 of 3) sorted by relevance

/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c942 fp->ctf_refcnt = 1; in ctf_bufopen()
1050 ctf_dprintf("ctf_close(%p) refcnt=%u\n", (void *)fp, fp->ctf_refcnt); in ctf_close()
1052 if (fp->ctf_refcnt > 1) { in ctf_close()
1053 fp->ctf_refcnt--; in ctf_close()
1150 if (fp == NULL || fp == pfp || (pfp != NULL && pfp->ctf_refcnt == 0)) in ctf_import()
1161 pfp->ctf_refcnt++; in ctf_import()
H A Dctf_impl.h214 uint_t ctf_refcnt; /* reference count (for parent links) */ member
H A Dctf_create.c538 nfp->ctf_refcnt = fp->ctf_refcnt; in ctf_update()
567 nfp->ctf_refcnt = 1; /* force nfp to be freed */ in ctf_update()
1277 if (dtd->dtd_ref != 0 || fp->ctf_refcnt > 1) in ctf_delete_type()