Searched refs:DTRACEFLT_NOSCRATCH (Results 1 – 4 of 4) sorted by relevance
45 inline int DTRACEFLT_NOSCRATCH = 5; /* Out of scratch space */ variable46 #pragma D binding "1.0" DTRACEFLT_NOSCRATCH
226 { DTRACEFLT_NOSCRATCH, "out of scratch space" }, in dtrace_faultstr()
1173 #define DTRACEFLT_NOSCRATCH 5 /* Out of scratch space */ macro
641 ((flags) & CPU_DTRACE_NOSCRATCH) ? DTRACEFLT_NOSCRATCH : \