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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_open.c1017 dtp->dt_cdefs_fd = -1;
1445 if (dtp->dt_cdefs_fd != -1)
1446 (void) close(dtp->dt_cdefs_fd);
H A Ddt_options.c217 (void) close(dtp->dt_cdefs_fd);
218 dtp->dt_cdefs_fd = fd;
H A Ddt_cc.c2258 if (dtp->dt_cdefs_fd != -1 && (ftruncate64(dtp->dt_cdefs_fd, 0) == -1 ||
2259 lseek64(dtp->dt_cdefs_fd, 0, SEEK_SET) == -1 ||
2260 ctf_write(dtp->dt_cdefs->dm_ctfp, dtp->dt_cdefs_fd) == CTF_ERR))
H A Ddt_impl.h283 int dt_cdefs_fd; /* file descriptor for C CTF debugging cache */ member in struct:dtrace_hdl

Completed in 79 milliseconds