Searched refs:DIFV_SCOPE_GLOBAL (Results 1 – 4 of 4) sorted by relevance
125 case 'g': return (DIFV_SCOPE_GLOBAL); in dt_dis_scope() 478 case DIFV_SCOPE_GLOBAL: in dt_dis()
122 dvp->dtdv_scope = DIFV_SCOPE_GLOBAL; in dt_copyvar()
407 #define DIFV_SCOPE_GLOBAL 0 /* variable has global scope */ macro
763 VERIFY((scope == DIFV_SCOPE_GLOBAL && size <= maxglobalsize) || in dtrace_canstore_statvar()10097 if (v->dtdv_scope != DIFV_SCOPE_GLOBAL &&10128 case DIFV_SCOPE_GLOBAL:10171 if ((v->dtdv_scope == DIFV_SCOPE_GLOBAL ||10413 if (v->dtdv_scope != DIFV_SCOPE_GLOBAL)10527 scope = DIFV_SCOPE_GLOBAL;10691 case DIFV_SCOPE_GLOBAL:10812 case DIFV_SCOPE_GLOBAL: