Searched refs:DTRACE_C_ZDEFS (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/dtrace-118.1/cmd/
H A Ddtrace_1.c1786 g_cflags |= DTRACE_C_ZDEFS; /* -h implies -Z */
1794 g_cflags |= DTRACE_C_ZDEFS; /* -G implies -Z */
1801 g_cflags |= DTRACE_C_ZDEFS; /* -l implies -Z */
2144 g_cflags |= DTRACE_C_ZDEFS;
2454 if (g_total == 0 && !g_grabanon && !(g_cflags & DTRACE_C_ZDEFS))
/macosx-10.9.5/dtrace-118.1/head/
H A Ddtrace.h172 #define DTRACE_C_ZDEFS 0x0004 /* Permit probe defs that match zero probes */ macro
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_handle.c71 DTRACE_PROBESPEC_NAME, DTRACE_C_ZDEFS, 0, NULL)) == NULL)
H A Ddt_options.c963 { "zdefs", dt_opt_cflags, DTRACE_C_ZDEFS },
H A Ddt_open.c1465 dtp->dt_cflags |= DTRACE_C_ZDEFS;
H A Ddt_cc.c1822 if (err == EDT_NOPROBE && !(yypcb->pcb_cflags & DTRACE_C_ZDEFS)) {

Completed in 94 milliseconds