Searched refs:DTRACE_O_NODEV (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddtrace.h65 #define DTRACE_O_NODEV 0x01 /* do not open dtrace(7D) device */ macro
H A Ddt_open.c610 * Default DTrace configuration to use when opening libdtrace DTRACE_O_NODEV.
611 * If DTRACE_O_NODEV is not set, we load the configuration from the kernel.
886 if (vector != NULL || (flags & DTRACE_O_NODEV))
1066 if (flags & DTRACE_O_NODEV)
1351 * If we are opening libdtrace DTRACE_O_NODEV enable C_ZDEFS by default
1355 if (flags & DTRACE_O_NODEV)
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/
H A Ddtrace.c1353 g_oflags |= DTRACE_O_NODEV;
1362 g_oflags |= DTRACE_O_NODEV;
1473 * instrumentation attempt to reopen libdtrace using DTRACE_O_NODEV.
1476 if (!(g_oflags & DTRACE_O_NODEV) && !g_exec && !g_grabanon) {
1477 g_oflags |= DTRACE_O_NODEV;

Completed in 53 milliseconds