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

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_work.c 197 * though they do not provide support for the DTRACEIOC_ENABLE ioctl.
209 r = dt_ioctl(dtp, DTRACEIOC_ENABLE, &args);
dt_pid.c 753 (void) dt_ioctl(dtp, DTRACEIOC_ENABLE, NULL);
836 (void) dt_ioctl(dtp, DTRACEIOC_ENABLE, &args);
dt_program.c 167 n = dt_ioctl(dtp, DTRACEIOC_ENABLE, &args);
  /src/external/cddl/osnet/dist/uts/common/sys/
dtrace.h 1289 #define DTRACEIOC_ENABLE (DTRACEIOC | 6) /* enable probes */
1314 #define DTRACEIOC_ENABLE _IOWR('x',6,dtrace_enable_io_t)
  /src/external/cddl/osnet/dev/dtrace/
dtrace_ioctl.c 420 case DTRACEIOC_ENABLE: {
428 DTRACE_IOCTL_PRINTF("%s(%d): DTRACEIOC_ENABLE\n",__func__,__LINE__);
  /src/external/cddl/osnet/dist/uts/common/dtrace/
dtrace.c 18137 case DTRACEIOC_ENABLE: {

Completed in 55 milliseconds