Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c1413 g_oflags |= DTRACE_O_NODEV;
1421 g_oflags |= DTRACE_O_NODEV;
1512 if (!(g_oflags & DTRACE_O_NODEV) && !g_exec && !g_grabanon) {
1513 g_oflags |= DTRACE_O_NODEV;
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddtrace.h69 #define DTRACE_O_NODEV 0x01 /* do not open dtrace(7D) device */ macro
H A Ddt_open.c1085 if (vector != NULL || (flags & DTRACE_O_NODEV)) in dt_vopen()
1250 if (flags & DTRACE_O_NODEV) in dt_vopen()
1583 if (flags & DTRACE_O_NODEV) in dt_vopen()