Home
last modified time | relevance | path

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

/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/
Ddtrace.c1383 g_oflags |= DTRACE_O_NODEV;
1391 g_oflags |= DTRACE_O_NODEV;
1482 if (!(g_oflags & DTRACE_O_NODEV) && !g_exec && !g_grabanon) {
1483 g_oflags |= DTRACE_O_NODEV;
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddtrace.h68 #define DTRACE_O_NODEV 0x01 /* do not open dtrace(7D) device */ macro
Ddt_open.c1082 if (vector != NULL || (flags & DTRACE_O_NODEV)) in dt_vopen()
1237 if (flags & DTRACE_O_NODEV) in dt_vopen()
1570 if (flags & DTRACE_O_NODEV) in dt_vopen()