Searched refs:DTRACEFLT_ILLOP (Results 1 – 5 of 5) sorted by relevance
35 inline int DTRACEFLT_ILLOP = 3; /* Illegal operation */ variable36 #pragma D binding "1.0" DTRACEFLT_ILLOP
55 /arg4 == DTRACEFLT_ILLOP/61 /arg4 != DTRACEFLT_ILLOP/
224 { DTRACEFLT_ILLOP, "illegal operation" }, in dtrace_faultstr()
1179 #define DTRACEFLT_ILLOP 3 /* Illegal operation */ macro
577 ((flags) & CPU_DTRACE_ILLOP) ? DTRACEFLT_ILLOP : \