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

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_options.c876 dtp->dt_options[DTRACEOPT_BUFRESIZE] = policy;
1013 { "bufresize", dt_opt_bufresize, DTRACEOPT_BUFRESIZE },
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h1034 #define DTRACEOPT_BUFRESIZE 9 /* buffer resizing policy */ macro
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c14571 opt[DTRACEOPT_BUFRESIZE] = DTRACEOPT_BUFRESIZE_AUTO;
14780 if (opt[DTRACEOPT_BUFRESIZE] == DTRACEOPT_BUFRESIZE_MANUAL)
15007 if (opt[DTRACEOPT_BUFRESIZE] == DTRACEOPT_BUFRESIZE_MANUAL)
16828 rs = opt[DTRACEOPT_BUFRESIZE];
16829 opt[DTRACEOPT_BUFRESIZE] = DTRACEOPT_BUFRESIZE_MANUAL;
16834 opt[DTRACEOPT_BUFRESIZE] = rs;

Completed in 210 milliseconds