Lines Matching refs:scope
983 uint8_t scope; in dtrace_canstore_statvar() local
989 scope = svar->dtsv_var.dtdv_scope; in dtrace_canstore_statvar()
997 VERIFY((scope == DIFV_SCOPE_GLOBAL && size <= maxglobalsize) || in dtrace_canstore_statvar()
998 (scope == DIFV_SCOPE_LOCAL && size <= maxlocalsize)); in dtrace_canstore_statvar()
10401 uchar_t scope; in dtrace_difo_chunksize() local
10416 scope = DIFV_SCOPE_THREAD; in dtrace_difo_chunksize()
10429 scope = DIFV_SCOPE_THREAD; in dtrace_difo_chunksize()
10431 scope = DIFV_SCOPE_GLOBAL; in dtrace_difo_chunksize()
10502 if (v->dtdv_id == id && v->dtdv_scope == scope) { in dtrace_difo_chunksize()
10549 uint8_t scope = v->dtdv_scope; in dtrace_difo_init() local
10557 switch (scope) { in dtrace_difo_init()
10705 uint8_t scope = v->dtdv_scope; in dtrace_difo_destroy() local
10708 switch (scope) { in dtrace_difo_destroy()