HomeSort by: relevance | last modified time | path
    Searched refs:dt_ddefs_fd (Results 1 - 4 of 4) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_options.c 224 (void) close(dtp->dt_ddefs_fd);
225 dtp->dt_ddefs_fd = fd;
dt_open.c 1230 dtp->dt_ddefs_fd = -1;
1755 if (dtp->dt_ddefs_fd != -1)
1756 (void) close(dtp->dt_ddefs_fd);
dt_cc.c 2569 if (dtp->dt_ddefs_fd != -1 && (ftruncate64(dtp->dt_ddefs_fd, 0) == -1 ||
2570 lseek64(dtp->dt_ddefs_fd, 0, SEEK_SET) == -1 ||
2571 ctf_write(dtp->dt_ddefs->dm_ctfp, dtp->dt_ddefs_fd) == CTF_ERR))
dt_impl.h 328 int dt_ddefs_fd; /* file descriptor for D CTF debugging cache */ member in struct:dtrace_hdl

Completed in 36 milliseconds