Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/dev/dtrace/
H A Dsystrace.c348 #define SYSTRACE_ISENTRY(x) ((int)(x) >> SYSTRACE_SHIFT) macro
445 if (SYSTRACE_ISENTRY((uintptr_t)parg)) { in systrace_destroy()
462 if (SYSTRACE_ISENTRY((uintptr_t)parg)) { in systrace_enable()
513 if (SYSTRACE_ISENTRY((uintptr_t)parg)) { in systrace_disable()
814 if (SYSTRACE_ISENTRY((uintptr_t)parg)) { in machtrace_destroy()
831 if (SYSTRACE_ISENTRY((uintptr_t)parg)) { in machtrace_enable()
884 if (SYSTRACE_ISENTRY((uintptr_t)parg)) { in machtrace_disable()
1019 if (SYSTRACE_ISENTRY((uintptr_t)parg)) { in systrace_getargdesc()