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()
754 scope = svar->dtsv_var.dtdv_scope; in dtrace_canstore_statvar()10095 if (v->dtdv_scope != DIFV_SCOPE_GLOBAL &&10096 v->dtdv_scope != DIFV_SCOPE_THREAD &&10097 v->dtdv_scope != DIFV_SCOPE_LOCAL) {10099 v->dtdv_scope);10125 switch (v->dtdv_scope) {10170 v->dtdv_scope == DIFV_SCOPE_LOCAL) &&10181 ASSERT(existing->dtdv_scope == v->dtdv_scope);10411 if (v->dtdv_scope != DIFV_SCOPE_GLOBAL)10642 uint8_t scope = v->dtdv_scope;[all …]
399 uint8_t dtdv_scope; /* variable scope (see below) */ member