Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Dunistd.d38 inline int DTRACEFLT_DIVZERO = 4; /* Divide-by-zero */ variable
39 #pragma D binding "1.0" DTRACEFLT_DIVZERO
H A Ddt_error.c207 { DTRACEFLT_DIVZERO, "divide-by-zero" }, in dtrace_faultstr()
/illumos-gate/usr/src/cmd/dtrace/test/tst/i386/error/
H A Dtst.DTRACEFLT_DIVZERO.d23 /arg4 == DTRACEFLT_DIVZERO/
/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtj_error.c54 case DTRACEFLT_DIVZERO: in dtj_get_fault_name()
/illumos-gate/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
/illumos-gate/usr/src/uts/common/sys/
H A Ddtrace.h1150 #define DTRACEFLT_DIVZERO 4 /* Divide-by-zero */ macro
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddtrace.c1513 f == DTRACEFLT_DIVZERO ? "DIVZERO" : in dtrace_helptrace()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-dtrace-tests.p5m58 $(i386_ONLY)file path=opt/SUNWdtrt/tst/$(ARCH)/error/tst.DTRACEFLT_DIVZERO.d \
674 file path=opt/SUNWdtrt/tst/common/error/tst.DTRACEFLT_DIVZERO.d mode=0444
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c476 ((flags) & CPU_DTRACE_DIVZERO) ? DTRACEFLT_DIVZERO : \