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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/
H A Ddtrace.c889 g_quiet = data->dtsda_newval != DTRACEOPT_UNSET;
892 g_flowindent = data->dtsda_newval != DTRACEOPT_UNSET;
1169 if (bufs[i].val == DTRACEOPT_UNSET)
1174 if (nsize == DTRACEOPT_UNSET || nsize == 0)
1196 if (rates[i].val == DTRACEOPT_UNSET)
1201 if (nval == DTRACEOPT_UNSET || nval == 0)
1762 g_flowindent = opt != DTRACEOPT_UNSET;
1765 g_grabanon = opt != DTRACEOPT_UNSET;
1768 g_quiet = opt != DTRACEOPT_UNSET;
1941 g_flowindent = opt != DTRACEOPT_UNSET;
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_options.c560 val = DTRACEOPT_UNSET;
571 val = DTRACEOPT_UNSET;
788 dtrace_optval_t policy = DTRACEOPT_UNSET;
801 if (policy == DTRACEOPT_UNSET)
822 dtrace_optval_t policy = DTRACEOPT_UNSET;
835 if (policy == DTRACEOPT_UNSET)
869 dtp->dt_options[i] = DTRACEOPT_UNSET;
H A Ddt_consume.c737 if (dtp->dt_options[DTRACEOPT_RAWBYTES] != DTRACEOPT_UNSET)
851 if (dtp->dt_options[DTRACEOPT_STACKINDENT] != DTRACEOPT_UNSET)
946 if (dtp->dt_options[DTRACEOPT_STACKINDENT] != DTRACEOPT_UNSET)
1625 int flow = (dtp->dt_options[DTRACEOPT_FLOWINDENT] != DTRACEOPT_UNSET);
1626 int quiet = (dtp->dt_options[DTRACEOPT_QUIET] != DTRACEOPT_UNSET);
1773 DTRACEOPT_UNSET);
1775 DTRACEOPT_UNSET);
H A Ddt_aggregate.c1046 if (size == 0 || size == DTRACEOPT_UNSET)
1059 assert(rval == 0 && cpu != DTRACEOPT_UNSET);
1200 dt_revsort = (dtp->dt_options[DTRACEOPT_AGGSORTREV] != DTRACEOPT_UNSET);
1201 dt_keysort = (dtp->dt_options[DTRACEOPT_AGGSORTKEY] != DTRACEOPT_UNSET);
1203 if (keyposopt != DTRACEOPT_UNSET && keyposopt <= INT_MAX) {
1393 if (sortpos == DTRACEOPT_UNSET || sortpos >= naggvars)
H A Ddt_handle.c69 if (dtp->dt_options[DTRACEOPT_GRABANON] != DTRACEOPT_UNSET)
H A Ddt_map.c363 if (dtp->dt_options[DTRACEOPT_GRABANON] == DTRACEOPT_UNSET &&
H A Ddt_dof.c916 if (dtp->dt_options[i] != DTRACEOPT_UNSET)
948 if (dtp->dt_options[i] == DTRACEOPT_UNSET)
H A Ddt_cc.c733 if (dtp->dt_options[DTRACEOPT_STACKFRAMES] != DTRACEOPT_UNSET) {
773 if (dtp->dt_options[DTRACEOPT_JSTACKFRAMES] != DTRACEOPT_UNSET)
776 if (dtp->dt_options[DTRACEOPT_JSTACKSTRSIZE] != DTRACEOPT_UNSET)
783 if (dtp->dt_options[DTRACEOPT_USTACKFRAMES] != DTRACEOPT_UNSET)
H A Ddt_open.c1045 dtp->dt_options[i] = DTRACEOPT_UNSET;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/sys/
H A Ddtrace.h956 * user-level. Note that the value of DTRACEOPT_UNSET is such that all of the
991 #define DTRACEOPT_UNSET (dtrace_optval_t)-2 /* unset option */ macro
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c12364 if (desc->dofo_value == VBDTCAST(uint64_t)DTRACEOPT_UNSET) {
12647 state->dts_options[i] = DTRACEOPT_UNSET;
12813 if (opt[which] == DTRACEOPT_UNSET || opt[which] == 0)
12816 if (opt[DTRACEOPT_CPU] != DTRACEOPT_UNSET)
12955 ASSERT(nspec != DTRACEOPT_UNSET);
12981 if (opt[DTRACEOPT_GRABANON] != DTRACEOPT_UNSET) {
13016 if (opt[DTRACEOPT_AGGSIZE] != DTRACEOPT_UNSET &&
13030 if (opt[DTRACEOPT_BUFSIZE] == DTRACEOPT_UNSET ||
13037 if (opt[DTRACEOPT_SPECSIZE] != DTRACEOPT_UNSET &&
13072 if ((sz = opt[DTRACEOPT_DYNVARSIZE]) == DTRACEOPT_UNSET)
[all...]

Completed in 132 milliseconds