Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Dunistd.d35 inline int DTRACEFLT_ILLOP = 3; /* Illegal operation */ variable
36 #pragma D binding "1.0" DTRACEFLT_ILLOP
H A Ddt_error.c206 { DTRACEFLT_ILLOP, "illegal operation" }, in dtrace_faultstr()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.ddi_pathname.d53 /arg4 == DTRACEFLT_ILLOP/
59 /arg4 != DTRACEFLT_ILLOP/
/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtj_error.c51 case DTRACEFLT_ILLOP: in dtj_get_fault_name()
/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 Error
/illumos-gate/usr/src/uts/common/sys/
H A Ddtrace.h1149 #define DTRACEFLT_ILLOP 3 /* Illegal operation */ macro
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddtrace.c1512 f == DTRACEFLT_ILLOP ? "ILLOP" : in dtrace_helptrace()
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c475 ((flags) & CPU_DTRACE_ILLOP) ? DTRACEFLT_ILLOP : \