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

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_as.c321 * any other instruction-specific DIFO flags such as dtdo_destructive.
330 dp->dtdo_destructive = 1;
H A Ddt_cc.c172 * The dtdo_destructive bit is set for us by the DIF assembler (see dt_as.c).
178 DTRACEACT_DIFEXPR && ap->dtad_difo->dtdo_destructive));
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h883 uint_t dtdo_destructive; /* invokes destructive subroutines */ member in struct:dtrace_difo
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c9688 dp->dtdo_destructive = 0;
9913 dp->dtdo_destructive = 1;
11419 dp != NULL && dp->dtdo_destructive)) {

Completed in 197 milliseconds