Searched defs:dt_opt_size (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_options.c659 dt_opt_size(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) function
736 * using dt_opt_size() as usual, and then update the definition of the CTF
748 if (dt_opt_size(dtp, arg, option) != 0)
982 { "aggsize", dt_opt_size, DTRACEOPT_AGGSIZE },
983 { "bufsize", dt_opt_size, DTRACEOPT_BUFSIZE },
989 { "dynvarsize", dt_opt_size, DTRACEOPT_DYNVARSIZE },
992 { "jstackstrsize", dt_opt_size, DTRACEOPT_JSTACKSTRSIZE },
994 { "specsize", dt_opt_size, DTRACEOPT_SPECSIZE },

Completed in 119 milliseconds