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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_open.c803 ctf_close(fp);
809 * that ctf_close() is a reference counted operation: if the specified file is
814 ctf_close(ctf_file_t *fp) function
819 return; /* allow ctf_close(NULL) to simplify caller code */
821 ctf_dprintf("ctf_close(%p) refcnt=%u\n", (void *)fp, fp->ctf_refcnt);
829 ctf_close(fp->ctf_parent);
924 ctf_close(fp->ctf_parent);

Completed in 45 milliseconds