Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libdtrace/common/
H A Dunistd.d52 inline int DTRACEFLT_TUPOFLOW = 8; /* Tuple stack overflow */ variable
53 #pragma D binding "1.0" DTRACEFLT_TUPOFLOW
H A Ddt_error.c211 { DTRACEFLT_TUPOFLOW, "tuple stack overflow" }, in dtrace_faultstr()
/titanic_41/usr/src/lib/libdtrace_jni/common/
H A Ddtj_error.c68 case DTRACEFLT_TUPOFLOW: in dtj_get_fault_name()
/titanic_41/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 Error
/titanic_41/usr/src/uts/common/sys/
H A Ddtrace.h1152 #define DTRACEFLT_TUPOFLOW 8 /* Tuple stack overflow */ macro
/titanic_41/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddtrace.c1469 f == DTRACEFLT_TUPOFLOW ? "TUPOFLOW" : in dtrace_helptrace()
/titanic_41/usr/src/uts/common/dtrace/
H A Ddtrace.c457 ((flags) & CPU_DTRACE_TUPOFLOW) ? DTRACEFLT_TUPOFLOW : \