Searched refs:DTRACEFLT_ILLOP (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Dunistd.d37 inline int DTRACEFLT_ILLOP = 3; /* Illegal operation */
38 #pragma D binding "1.0" DTRACEFLT_ILLOP
H A Ddt_error.c206 { DTRACEFLT_ILLOP, "illegal operation" },
/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtj_error.c53 case DTRACEFLT_ILLOP:
54 name = "DTRACEFLT_ILLOP";
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.ddi_pathname.d55 /arg4 == DTRACEFLT_ILLOP/
61 /arg4 != DTRACEFLT_ILLOP/
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DError.java60 public static final String DTRACEFLT_ILLOP = "DTRACEFLT_ILLOP"; field in class:Error
/illumos-gate/usr/src/uts/common/sys/
H A Ddtrace.h1147 #define DTRACEFLT_ILLOP 3 /* Illegal operation */ macro
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddtrace.c1464 f == DTRACEFLT_ILLOP ? "ILLOP" :
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c461 ((flags) & CPU_DTRACE_ILLOP) ? DTRACEFLT_ILLOP : \

Completed in 174 milliseconds