Searched refs:DTRACE_C_ZDEFS (Results 1 – 6 of 6) sorted by relevance
1414 g_cflags |= DTRACE_C_ZDEFS; /* -h implies -Z */1422 g_cflags |= DTRACE_C_ZDEFS; /* -G implies -Z */1429 g_cflags |= DTRACE_C_ZDEFS; /* -l implies -Z */1702 g_cflags |= DTRACE_C_ZDEFS;1978 if (g_total == 0 && !g_grabanon && !(g_cflags & DTRACE_C_ZDEFS))
116 #define DTRACE_C_ZDEFS 0x0004 /* Permit probe defs that match zero probes */ macro
74 DTRACE_PROBESPEC_NAME, DTRACE_C_ZDEFS, 0, NULL)) == NULL) in dtrace_handle_err()
1042 { "zdefs", dt_opt_cflags, DTRACE_C_ZDEFS },
1590 dtp->dt_cflags |= DTRACE_C_ZDEFS; in dt_vopen()
1734 if (err == EDT_NOPROBE && !(yypcb->pcb_cflags & DTRACE_C_ZDEFS)) { in dt_setcontext()