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()
401 #define DIFV_SCOPE_GLOBAL 0 /* variable has global scope */ macro
730 VERIFY((scope == DIFV_SCOPE_GLOBAL && size < maxglobalsize) || in dtrace_canstore_statvar()9884 if (v->dtdv_scope != DIFV_SCOPE_GLOBAL &&9915 case DIFV_SCOPE_GLOBAL:9949 if ((v->dtdv_scope == DIFV_SCOPE_GLOBAL ||10160 if (v->dtdv_scope != DIFV_SCOPE_GLOBAL)10274 scope = DIFV_SCOPE_GLOBAL;10437 case DIFV_SCOPE_GLOBAL:10558 case DIFV_SCOPE_GLOBAL: