Home
last modified time | relevance | path

Searched refs:dt_cdefs_fd (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddt_options.c199 (void) close(dtp->dt_cdefs_fd); in dt_opt_ctypes()
200 dtp->dt_cdefs_fd = fd; in dt_opt_ctypes()
Ddt_open.c1166 dtp->dt_cdefs_fd = -1; in dt_vopen()
1638 if (dtp->dt_cdefs_fd != -1) in dtrace_close()
1639 (void) close(dtp->dt_cdefs_fd); in dtrace_close()
Ddt_cc.c2583 if (dtp->dt_cdefs_fd != -1 && (ftruncate64(dtp->dt_cdefs_fd, 0) == -1 || in dt_compile()
2584 lseek64(dtp->dt_cdefs_fd, 0, SEEK_SET) == -1 || in dt_compile()
2585 ctf_write(dtp->dt_cdefs->dm_ctfp, dtp->dt_cdefs_fd) == CTF_ERR)) in dt_compile()
Ddt_impl.h306 int dt_cdefs_fd; /* file descriptor for C CTF debugging cache */ member