Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/ctf/
H A Dctf_open.c782 fp->ctf_refcnt = 1; in ctf_bufopen()
890 ctf_dprintf("ctf_close(%p) refcnt=%u\n", (void *)fp, fp->ctf_refcnt); in ctf_close()
892 if (fp->ctf_refcnt > 1) { in ctf_close()
893 fp->ctf_refcnt--; in ctf_close()
990 if (fp == NULL || fp == pfp || (pfp != NULL && pfp->ctf_refcnt == 0)) in ctf_import()
1001 pfp->ctf_refcnt++; in ctf_import()
H A Dctf_impl.h203 uint_t ctf_refcnt; /* reference count (for parent links) */ member
H A Dctf_create.c434 nfp->ctf_refcnt = fp->ctf_refcnt; in ctf_update()
463 nfp->ctf_refcnt = 1; /* force nfp to be freed */ in ctf_update()
1172 if (dtd->dtd_ref != 0 || fp->ctf_refcnt > 1) in ctf_delete_type()