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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_work.c50 { DTRACEOPT_MAX, 0 }
67 for (i = 0; _dtrace_sleeptab[i].dtslt_option < DTRACEOPT_MAX; i++) {
H A Ddt_dof.c915 for (i = 0; i < DTRACEOPT_MAX; i++) {
947 for (i = 0; i < DTRACEOPT_MAX; i++) {
H A Ddt_options.c868 for (i = 0; i < DTRACEOPT_MAX; i++)
891 if (opt->dofo_option >= DTRACEOPT_MAX)
H A Ddt_impl.h276 uint64_t dt_options[DTRACEOPT_MAX]; /* dtrace run-time options */
H A Ddt_open.c1044 for (i = 0; i < DTRACEOPT_MAX; i++)
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/sys/
H A Ddtrace_impl.h1135 dtrace_optval_t dts_options[DTRACEOPT_MAX]; /* options */
H A Ddtrace.h989 #define DTRACEOPT_MAX 27 /* number of options */ macro
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c11428 sizeof (dof_optdesc_t) * DTRACEOPT_MAX;
11467 sec->dofs_size = sizeof (dof_optdesc_t) * DTRACEOPT_MAX;
11469 for (i = 0; i < DTRACEOPT_MAX; i++) {
12646 for (i = 0; i < DTRACEOPT_MAX; i++)
12808 ASSERT(which < DTRACEOPT_MAX);
13284 if (option >= DTRACEOPT_MAX)

Completed in 271 milliseconds