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

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_options.c703 dt_opt_size(dtrace_hdl_t *dtp, const char *arg, uintptr_t option) function
774 * using dt_opt_size() as usual, and then update the definition of the CTF
786 if (dt_opt_size(dtp, arg, option) != 0)
1010 { "aggsize", dt_opt_size, DTRACEOPT_AGGSIZE },
1011 { "bufsize", dt_opt_size, DTRACEOPT_BUFSIZE },
1017 { "dynvarsize", dt_opt_size, DTRACEOPT_DYNVARSIZE },
1020 { "jstackstrsize", dt_opt_size, DTRACEOPT_JSTACKSTRSIZE },
1022 { "specsize", dt_opt_size, DTRACEOPT_SPECSIZE },

Completed in 91 milliseconds