Searched refs:DTRACE_PRIV_USER (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Dsystrace.c249 dtrace_register("syscall", &systrace_attr, DTRACE_PRIV_USER, NULL,
H A Dprofile.c452 DTRACE_PRIV_KERNEL | DTRACE_PRIV_USER, NULL,
H A Ddtrace.c6791 priv |= DTRACE_PRIV_KERNEL | DTRACE_PRIV_USER;
6793 priv |= DTRACE_PRIV_USER;
6855 if ((priv & (DTRACE_PRIV_PROC | DTRACE_PRIV_USER |
7268 (priv & (DTRACE_PRIV_USER | DTRACE_PRIV_OWNER)) &&
10297 * Providers specifying DTRACE_PRIV_USER at register time
10304 (prov->dtpv_priv.dtpp_flags & DTRACE_PRIV_USER))
10308 (prov->dtpv_priv.dtpp_flags & DTRACE_PRIV_USER))
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/sys/
H A Ddtrace.h1148 #define DTRACE_PRIV_USER 0x0002 macro
1154 (DTRACE_PRIV_KERNEL | DTRACE_PRIV_USER | \
1669 * DTRACE_PRIV_USER <= Any user with privilege of PRIV_DTRACE_USER may

Completed in 80 milliseconds