Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_options.c901 dtp->dt_options[DTRACEOPT_BUFRESIZE] = policy; in dt_opt_bufresize()
1053 { "bufresize", dt_opt_bufresize, DTRACEOPT_BUFRESIZE },
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h1039 #define DTRACEOPT_BUFRESIZE 9 /* buffer resizing policy */ macro
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c14695 opt[DTRACEOPT_BUFRESIZE] = DTRACEOPT_BUFRESIZE_AUTO;
14904 if (opt[DTRACEOPT_BUFRESIZE] == DTRACEOPT_BUFRESIZE_MANUAL)
15131 if (opt[DTRACEOPT_BUFRESIZE] == DTRACEOPT_BUFRESIZE_MANUAL)
16952 rs = opt[DTRACEOPT_BUFRESIZE];
16953 opt[DTRACEOPT_BUFRESIZE] = DTRACEOPT_BUFRESIZE_MANUAL;
16958 opt[DTRACEOPT_BUFRESIZE] = rs;