Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libdtrace/common/
H A Dunistd.d40 inline int DTRACEFLT_DIVZERO = 4; /* Divide-by-zero */ variable
41 #pragma D binding "1.0" DTRACEFLT_DIVZERO
H A Ddt_error.c207 { DTRACEFLT_DIVZERO, "divide-by-zero" }, in dtrace_faultstr()
/titanic_41/usr/src/lib/libdtrace_jni/common/
H A Ddtj_error.c56 case DTRACEFLT_DIVZERO: in dtj_get_fault_name()
/titanic_41/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DError.java64 public static final String DTRACEFLT_DIVZERO = "DTRACEFLT_DIVZERO"; field in Error
/titanic_41/usr/src/uts/common/sys/
H A Ddtrace.h1148 #define DTRACEFLT_DIVZERO 4 /* Divide-by-zero */ macro
/titanic_41/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddtrace.c1465 f == DTRACEFLT_DIVZERO ? "DIVZERO" : in dtrace_helptrace()
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-dtrace-tests.mf768 file path=opt/SUNWdtrt/tst/common/error/tst.DTRACEFLT_DIVZERO.d mode=0444
/titanic_41/usr/src/uts/common/dtrace/
H A Ddtrace.c454 ((flags) & CPU_DTRACE_DIVZERO) ? DTRACEFLT_DIVZERO : \