Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_options.c197 (void) close(dtp->dt_cdefs_fd); in dt_opt_ctypes()
198 dtp->dt_cdefs_fd = fd; in dt_opt_ctypes()
H A Ddt_open.c956 dtp->dt_cdefs_fd = -1; in dt_vopen()
1379 if (dtp->dt_cdefs_fd != -1) in dtrace_close()
1380 (void) close(dtp->dt_cdefs_fd); in dtrace_close()
H A Ddt_cc.c2507 if (dtp->dt_cdefs_fd != -1 && (ftruncate64(dtp->dt_cdefs_fd, 0) == -1 || in dt_compile()
2508 lseek64(dtp->dt_cdefs_fd, 0, SEEK_SET) == -1 || in dt_compile()
2509 ctf_write(dtp->dt_cdefs->dm_ctfp, dtp->dt_cdefs_fd) == CTF_ERR)) in dt_compile()
H A Ddt_impl.h290 int dt_cdefs_fd; /* file descriptor for C CTF debugging cache */ member