Searched refs:dtdv_scope (Results 1 – 4 of 4) sorted by relevance
109 if (dvp->dtdv_id == id && dvp->dtdv_scope == scope) { in dt_dis_varname()477 switch (v->dtdv_scope) { in dt_dis()489 "%u", v->dtdv_scope); in dt_dis()
118 dvp->dtdv_scope = DIFV_SCOPE_LOCAL; in dt_copyvar()120 dvp->dtdv_scope = DIFV_SCOPE_THREAD; in dt_copyvar()122 dvp->dtdv_scope = DIFV_SCOPE_GLOBAL; in dt_copyvar()
812 scope = svar->dtsv_var.dtdv_scope; in dtrace_canstore_statvar()10325 if (v->dtdv_scope != DIFV_SCOPE_GLOBAL &&10326 v->dtdv_scope != DIFV_SCOPE_THREAD &&10327 v->dtdv_scope != DIFV_SCOPE_LOCAL) {10329 v->dtdv_scope);10355 switch (v->dtdv_scope) {10399 if ((v->dtdv_scope == DIFV_SCOPE_GLOBAL ||10400 v->dtdv_scope == DIFV_SCOPE_LOCAL) &&10411 ASSERT(existing->dtdv_scope == v->dtdv_scope);10642 if (v->dtdv_scope != DIFV_SCOPE_GLOBAL)[all …]
391 uint8_t dtdv_scope; /* variable scope (see below) */ member