Searched refs:DTRACEFLT_TUPOFLOW (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Dunistd.d52 inline int DTRACEFLT_TUPOFLOW = 8; /* Tuple stack overflow */
53 #pragma D binding "1.0" DTRACEFLT_TUPOFLOW
H A Ddt_error.c211 { DTRACEFLT_TUPOFLOW, "tuple stack overflow" },
/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtj_error.c68 case DTRACEFLT_TUPOFLOW:
69 name = "DTRACEFLT_TUPOFLOW";
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DError.java80 public static final String DTRACEFLT_TUPOFLOW = "DTRACEFLT_TUPOFLOW"; field in class:Error
/illumos-gate/usr/src/uts/common/sys/
H A Ddtrace.h1152 #define DTRACEFLT_TUPOFLOW 8 /* Tuple stack overflow */ macro
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddtrace.c1469 f == DTRACEFLT_TUPOFLOW ? "TUPOFLOW" :
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c465 ((flags) & CPU_DTRACE_TUPOFLOW) ? DTRACEFLT_TUPOFLOW : \

Completed in 136 milliseconds