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

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_options.c1022 { "specsize", dt_opt_size, DTRACEOPT_SPECSIZE },
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h1029 #define DTRACEOPT_SPECSIZE 4 /* speculation size */ macro
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c14573 opt[DTRACEOPT_SPECSIZE] = dtrace_specsize_default;
14740 if (which == DTRACEOPT_SPECSIZE)
14806 spec[i].dtsp_buffer, DTRACEOPT_SPECSIZE)) != 0)
14963 if (opt[DTRACEOPT_SPECSIZE] != DTRACEOPT_UNSET &&
14964 opt[DTRACEOPT_SPECSIZE] != 0) {
14971 opt[DTRACEOPT_SPECSIZE] = 0;
14982 (state->dts_speculates && opt[DTRACEOPT_SPECSIZE] < sz) ||
15252 case DTRACEOPT_SPECSIZE:

Completed in 204 milliseconds