Lines Matching +defs:existing +defs:target
695 * the target of a neo-puritan witch trial, we're
1483 * invoking ECB match the target credentials
1511 * matches the target credentials
4703 char c, target = (char)tupregs[1].dttk_value;
4712 if ((c = dtrace_load8(addr)) == target) {
9941 err += efunc(pc, "invalid branch target %u\n",
10092 dtrace_difv_t *v = &dp->dtdo_vartab[i], *existing = NULL;
10135 existing = &svar->dtsv_var;
10145 existing = &vstate->dtvs_tlocals[ndx];
10156 existing = &svar->dtsv_var;
10178 if (existing == NULL || existing->dtdv_id == 0)
10181 ASSERT(existing->dtdv_id == v->dtdv_id);
10182 ASSERT(existing->dtdv_scope == v->dtdv_scope);
10184 if (existing->dtdv_kind != v->dtdv_kind)
10187 et = &existing->dtdv_type;
14117 * we can use them later without fear of regressing existing binaries.