Home
last modified time | relevance | path

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

/trueos/sys/cddl/contrib/opensolaris/uts/common/dtrace/
HDlockstat.c248 dtrace_register("lockstat", &lockstat_attr, DTRACE_PRIV_KERNEL, in lockstat_attach()
HDprofile.c452 DTRACE_PRIV_KERNEL | DTRACE_PRIV_USER, NULL, in profile_attach()
HDdtrace.c8055 priv |= DTRACE_PRIV_KERNEL | DTRACE_PRIV_USER;
8123 DTRACE_PRIV_KERNEL)) == 0)
8526 if ((priv & DTRACE_PRIV_KERNEL) &&
11633 (prov->dtpv_priv.dtpp_flags & DTRACE_PRIV_KERNEL))
14988 for (match = DTRACE_PRIV_KERNEL; ; match = 0) {
/trueos/sys/cddl/contrib/opensolaris/uts/common/sys/
HDdtrace.h1237 #define DTRACE_PRIV_KERNEL 0x0001 macro
1244 (DTRACE_PRIV_KERNEL | DTRACE_PRIV_USER | \