Searched refs:DTRACEOPT_JSTACKSTRSIZE (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_options.c992 { "jstackstrsize", dt_opt_size, DTRACEOPT_JSTACKSTRSIZE },
H A Ddt_cc.c776 if (dtp->dt_options[DTRACEOPT_JSTACKSTRSIZE] != DTRACEOPT_UNSET)
777 strsize = dtp->dt_options[DTRACEOPT_JSTACKSTRSIZE];
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/sys/
H A Ddtrace.h984 #define DTRACEOPT_JSTACKSTRSIZE 22 /* size of jstack() string table */ macro
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c9980 strsize = opt[DTRACEOPT_JSTACKSTRSIZE];
12666 opt[DTRACEOPT_JSTACKSTRSIZE] = dtrace_jstackstrsize_default;

Completed in 94 milliseconds