Searched refs:DTRACE_MODE_KERNEL (Results 1 – 5 of 5) sorted by relevance
1168 return (DTRACE_MODE_KERNEL | DTRACE_MODE_NOPRIV_DROP | in sdt_mode()
420 mode = DTRACE_MODE_KERNEL; in profile_mode()
347 return (DTRACE_MODE_NOPRIV_DROP | DTRACE_MODE_KERNEL); in dcpc_mode()
1362 ASSERT(mode & (DTRACE_MODE_USER | DTRACE_MODE_KERNEL)); in dtrace_priv_probe()
2068 #define DTRACE_MODE_KERNEL 0x01 macro