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

/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_open.c741 * Default DTrace configuration to use when opening libdtrace DTRACE_O_NODEV.
742 * If DTRACE_O_NODEV is not set, we load the configuration from the kernel.
995 if (vector != NULL || (flags & DTRACE_O_NODEV))
1155 if (flags & DTRACE_O_NODEV)
1460 * If we are opening libdtrace DTRACE_O_NODEV enable C_ZDEFS by default
1464 if (flags & DTRACE_O_NODEV)
H A Ddt_ld.cpp561 oflags |= DTRACE_O_NODEV;
/macosx-10.9.5/dtrace-118.1/cmd/
H A Ddtrace_1.c1785 g_oflags |= DTRACE_O_NODEV;
1793 g_oflags |= DTRACE_O_NODEV;
1926 * instrumentation attempt to reopen libdtrace using DTRACE_O_NODEV.
1929 if (!(g_oflags & DTRACE_O_NODEV) && !g_exec && !g_grabanon) {
1930 g_oflags |= DTRACE_O_NODEV;
/macosx-10.9.5/dtrace-118.1/head/
H A Ddtrace.h126 #define DTRACE_O_NODEV 0x01 /* do not open dtrace(7D) device */ macro

Completed in 88 milliseconds