Searched defs:ctf_close (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/ctf/
H A Dctf_open.c786 ctf_close(fp);
878 * that ctf_close() is a reference counted operation: if the specified file is
883 ctf_close(ctf_file_t *fp) function
888 return; /* allow ctf_close(NULL) to simplify caller code */
890 ctf_dprintf("ctf_close(%p) refcnt=%u\n", (void *)fp, fp->ctf_refcnt);
898 ctf_close(fp->ctf_parent);
997 ctf_close(fp->ctf_parent);

Completed in 46 milliseconds