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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_handle.c65 * If the DTRACEOPT_GRABANON is enabled, the anonymous enabling will
69 if (dtp->dt_options[DTRACEOPT_GRABANON] != DTRACEOPT_UNSET)
H A Ddt_map.c363 if (dtp->dt_options[DTRACEOPT_GRABANON] == DTRACEOPT_UNSET &&
H A Ddt_options.c990 { "grabanon", dt_opt_runtime, DTRACEOPT_GRABANON },
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/sys/
H A Ddtrace.h972 #define DTRACEOPT_GRABANON 10 /* grab anonymous state, if any */ macro
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c12981 if (opt[DTRACEOPT_GRABANON] != DTRACEOPT_UNSET) {
13001 state->dts_options[DTRACEOPT_GRABANON] =
13002 opt[DTRACEOPT_GRABANON];

Completed in 412 milliseconds