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

/opensolaris-onvv-gate/usr/src/common/ctf/
H A Dctf_open.c781 fp->ctf_refcnt = 1;
803 ctf_dprintf("ctf_close(%p) refcnt=%u\n", (void *)fp, fp->ctf_refcnt);
805 if (fp->ctf_refcnt > 1) {
806 fp->ctf_refcnt--;
899 if (fp == NULL || fp == pfp || (pfp != NULL && pfp->ctf_refcnt == 0))
910 pfp->ctf_refcnt++;
H A Dctf_impl.h201 uint_t ctf_refcnt; /* reference count (for parent links) */ member in struct:ctf_file
H A Dctf_create.c383 nfp->ctf_refcnt = fp->ctf_refcnt;
412 nfp->ctf_refcnt = 1; /* force nfp to be freed */

Completed in 105 milliseconds