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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_open.c1018 dtp->dt_ddefs_fd = -1;
1447 if (dtp->dt_ddefs_fd != -1)
1448 (void) close(dtp->dt_ddefs_fd);
H A Ddt_options.c242 (void) close(dtp->dt_ddefs_fd);
243 dtp->dt_ddefs_fd = fd;
H A Ddt_cc.c2263 if (dtp->dt_ddefs_fd != -1 && (ftruncate64(dtp->dt_ddefs_fd, 0) == -1 ||
2264 lseek64(dtp->dt_ddefs_fd, 0, SEEK_SET) == -1 ||
2265 ctf_write(dtp->dt_ddefs->dm_ctfp, dtp->dt_ddefs_fd) == CTF_ERR))
H A Ddt_impl.h284 int dt_ddefs_fd; /* file descriptor for D CTF debugging cache */ member in struct:dtrace_hdl

Completed in 56 milliseconds