Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
HDdtrace.h1243 #define DTRACE_PRIV_KERNEL 0x0001 macro
1250 (DTRACE_PRIV_KERNEL | DTRACE_PRIV_USER | \
/freebsd-14-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
HDdtrace.c8294 priv |= DTRACE_PRIV_KERNEL | DTRACE_PRIV_USER;
8362 DTRACE_PRIV_KERNEL)) == 0)
8765 if ((priv & DTRACE_PRIV_KERNEL) &&
11942 (prov->dtpv_priv.dtpp_flags & DTRACE_PRIV_KERNEL))
15455 for (match = DTRACE_PRIV_KERNEL; ; match = 0) {