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

/freebsd-11-stable/cddl/contrib/opensolaris/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.c403 if (dtp->dt_options[DTRACEOPT_GRABANON] == DTRACEOPT_UNSET &&
H A Ddt_options.c1018 { "grabanon", dt_opt_runtime, DTRACEOPT_GRABANON },
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h1035 #define DTRACEOPT_GRABANON 10 /* grab anonymous state, if any */ macro
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c14907 if (opt[DTRACEOPT_GRABANON] != DTRACEOPT_UNSET) {
14927 state->dts_options[DTRACEOPT_GRABANON] =
14928 opt[DTRACEOPT_GRABANON];

Completed in 137 milliseconds