Searched refs:DIFV_SCOPE_GLOBAL (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace.h468 #define DIFV_SCOPE_GLOBAL 0 /* variable has global scope */ macro
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c9364 if (v->dtdv_scope != DIFV_SCOPE_GLOBAL &&
9395 case DIFV_SCOPE_GLOBAL:
9429 if (v->dtdv_scope == DIFV_SCOPE_GLOBAL &&
9638 if (v->dtdv_scope != DIFV_SCOPE_GLOBAL)
9759 scope = DIFV_SCOPE_GLOBAL;
9920 case DIFV_SCOPE_GLOBAL:
10057 case DIFV_SCOPE_GLOBAL:

Completed in 42 milliseconds