Searched refs:dt_ddefs_fd (Results 1 – 4 of 4) sorted by relevance
222 (void) close(dtp->dt_ddefs_fd); in dt_opt_dtypes()223 dtp->dt_ddefs_fd = fd; in dt_opt_dtypes()
957 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()
2512 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()
291 int dt_ddefs_fd; /* file descriptor for D CTF debugging cache */ member