Home
last modified time | relevance | path

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

/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddt_options.c1038 { "bufsize", dt_opt_size, DTRACEOPT_BUFSIZE },
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
Ddtrace.h1023 #define DTRACEOPT_BUFSIZE 0 /* buffer size */ macro
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
Ddtrace.c14833 if (which == DTRACEOPT_BUFSIZE) {
14887 DTRACEOPT_BUFSIZE)) != 0)
15046 if (opt[DTRACEOPT_BUFSIZE] == DTRACEOPT_UNSET ||
15047 opt[DTRACEOPT_BUFSIZE] < state->dts_needed) {
15048 opt[DTRACEOPT_BUFSIZE] = state->dts_needed;
15071 if ((state->dts_needed != 0 && opt[DTRACEOPT_BUFSIZE] < sz) ||
15339 case DTRACEOPT_BUFSIZE: