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