Searched refs:DTRACE_MODE_KERNEL (Results 1 – 5 of 5) sorted by relevance
1490 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()
1528 ASSERT(mode & (DTRACE_MODE_USER | DTRACE_MODE_KERNEL)); in dtrace_priv_probe()
2070 #define DTRACE_MODE_KERNEL 0x01 macro