Home
last modified time | relevance | path

Searched refs:DTRACEFLT_NOSCRATCH (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/bsd/dev/dtrace/scripts/
H A Dunistd.d41 inline int DTRACEFLT_NOSCRATCH = 5; /* Out of scratch space */ variable
42 #pragma D binding "1.0" DTRACEFLT_NOSCRATCH
/xnu-11215/bsd/sys/
H A Ddtrace.h1307 #define DTRACEFLT_NOSCRATCH 5 /* Out of scratch space */ macro
/xnu-11215/bsd/dev/dtrace/
H A Ddtrace.c632 ((flags) & CPU_DTRACE_NOSCRATCH) ? DTRACEFLT_NOSCRATCH : \