Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdtrace/common/
H A Ddt_options.c981 { "dynvarsize", dt_opt_size, DTRACEOPT_DYNVARSIZE },
/titanic_50/usr/src/uts/common/sys/
H A Ddtrace.h1000 #define DTRACEOPT_DYNVARSIZE 2 /* dynamic variable size */ macro
/titanic_50/usr/src/uts/common/dtrace/
H A Ddtrace.c13947 if ((sz = opt[DTRACEOPT_DYNVARSIZE]) == DTRACEOPT_UNSET) in dtrace_state_go()
13960 opt[DTRACEOPT_DYNVARSIZE] = sz; in dtrace_state_go()
14175 case DTRACEOPT_DYNVARSIZE: in dtrace_state_option()