Searched refs:DTRACE_C_ZDEFS (Results 1 – 6 of 6) sorted by relevance
1386 g_cflags |= DTRACE_C_ZDEFS; /* -h implies -Z */1394 g_cflags |= DTRACE_C_ZDEFS; /* -G implies -Z */1401 g_cflags |= DTRACE_C_ZDEFS; /* -l implies -Z */1663 g_cflags |= DTRACE_C_ZDEFS;1930 if (g_total == 0 && !g_grabanon && !(g_cflags & DTRACE_C_ZDEFS))
114 #define DTRACE_C_ZDEFS 0x0004 /* Permit probe defs that match zero probes */ macro
73 DTRACE_PROBESPEC_NAME, DTRACE_C_ZDEFS, 0, NULL)) == NULL) in dtrace_handle_err()
1006 { "zdefs", dt_opt_cflags, DTRACE_C_ZDEFS },
1642 dtp->dt_cflags |= DTRACE_C_ZDEFS; in dt_vopen()
1730 if (err == EDT_NOPROBE && !(yypcb->pcb_cflags & DTRACE_C_ZDEFS)) { in dt_setcontext()