Searched refs:DTRACEFLT_UPRIV (Results 1 – 4 of 4) sorted by relevance
49 inline int DTRACEFLT_UPRIV = 7; /* Illegal user access */ variable50 #pragma D binding "1.0" DTRACEFLT_UPRIV
228 { DTRACEFLT_UPRIV, "invalid user access" }, in dtrace_faultstr()
1177 #define DTRACEFLT_UPRIV 7 /* Illegal user access */ macro
550 ((flags) & CPU_DTRACE_UPRIV) ? DTRACEFLT_UPRIV : \