Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_options.c199 (void) close(dtp->dt_cdefs_fd); in dt_opt_ctypes()
200 dtp->dt_cdefs_fd = fd; in dt_opt_ctypes()
H A Ddt_open.c1229 dtp->dt_cdefs_fd = -1; in dt_vopen()
1753 if (dtp->dt_cdefs_fd != -1) in dtrace_close()
1754 (void) close(dtp->dt_cdefs_fd); in dtrace_close()
H A Ddt_cc.c2564 if (dtp->dt_cdefs_fd != -1 && (ftruncate64(dtp->dt_cdefs_fd, 0) == -1 || in dt_compile()
2565 lseek64(dtp->dt_cdefs_fd, 0, SEEK_SET) == -1 || in dt_compile()
2566 ctf_write(dtp->dt_cdefs->dm_ctfp, dtp->dt_cdefs_fd) == CTF_ERR)) in dt_compile()
H A Ddt_impl.h327 int dt_cdefs_fd; /* file descriptor for C CTF debugging cache */ member