Home
last modified time | relevance | path

Searched refs:DTRACEOPT_SPECSIZE (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_options.c1063 { "specsize", dt_opt_size, DTRACEOPT_SPECSIZE },
/freebsd-head/sys/cddl/contrib/opensolaris/uts/common/sys/
HDdtrace.h1034 #define DTRACEOPT_SPECSIZE 4 /* speculation size */ macro
/freebsd-head/sys/cddl/contrib/opensolaris/uts/common/dtrace/
HDdtrace.c14697 opt[DTRACEOPT_SPECSIZE] = dtrace_specsize_default;
14864 if (which == DTRACEOPT_SPECSIZE)
14930 spec[i].dtsp_buffer, DTRACEOPT_SPECSIZE)) != 0)
15087 if (opt[DTRACEOPT_SPECSIZE] != DTRACEOPT_UNSET &&
15088 opt[DTRACEOPT_SPECSIZE] != 0) {
15095 opt[DTRACEOPT_SPECSIZE] = 0;
15106 (state->dts_speculates && opt[DTRACEOPT_SPECSIZE] < sz) ||
15376 case DTRACEOPT_SPECSIZE: