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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_as.c323 * any other instruction-specific DIFO flags such as dtdo_destructive.
332 dp->dtdo_destructive = 1;
H A Ddt_cc.c186 * The dtdo_destructive bit is set for us by the DIF assembler (see dt_as.c).
192 DTRACEACT_DIFEXPR && ap->dtad_difo->dtdo_destructive));
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/sys/
H A Ddtrace.h820 uint_t dtdo_destructive; /* invokes destructive subroutines */ member in struct:dtrace_difo
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c8266 dp->dtdo_destructive = 0;
8491 dp->dtdo_destructive = 1;
9927 dp != NULL && dp->dtdo_destructive)) {

Completed in 1800 milliseconds