Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_options.c222 (void) close(dtp->dt_ddefs_fd); in dt_opt_dtypes()
223 dtp->dt_ddefs_fd = fd; in dt_opt_dtypes()
H A Ddt_open.c957 dtp->dt_ddefs_fd = -1; in dt_vopen()
1381 if (dtp->dt_ddefs_fd != -1) in dtrace_close()
1382 (void) close(dtp->dt_ddefs_fd); in dtrace_close()
H A Ddt_cc.c2512 if (dtp->dt_ddefs_fd != -1 && (ftruncate64(dtp->dt_ddefs_fd, 0) == -1 || in dt_compile()
2513 lseek64(dtp->dt_ddefs_fd, 0, SEEK_SET) == -1 || in dt_compile()
2514 ctf_write(dtp->dt_ddefs->dm_ctfp, dtp->dt_ddefs_fd) == CTF_ERR)) in dt_compile()
H A Ddt_impl.h291 int dt_ddefs_fd; /* file descriptor for D CTF debugging cache */ member