Searched refs:DTRACEFLT_DIVZERO (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Dunistd.d40 inline int DTRACEFLT_DIVZERO = 4; /* Divide-by-zero */
41 #pragma D binding "1.0" DTRACEFLT_DIVZERO
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_error.c205 { DTRACEFLT_DIVZERO, "divide-by-zero" },
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Ddtrace.h1241 #define DTRACEFLT_DIVZERO 4 /* Divide-by-zero */ macro
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace.c625 ((flags) & CPU_DTRACE_DIVZERO) ? DTRACEFLT_DIVZERO : \

Completed in 111 milliseconds