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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_dis.c123 case 'g': return (DIFV_SCOPE_GLOBAL);
465 case DIFV_SCOPE_GLOBAL:
H A Ddt_as.c124 dvp->dtdv_scope = DIFV_SCOPE_GLOBAL;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/sys/
H A Ddtrace.h369 #define DIFV_SCOPE_GLOBAL 0 /* variable has global scope */ macro
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c8545 if (v->dtdv_scope != DIFV_SCOPE_GLOBAL &&
8576 case DIFV_SCOPE_GLOBAL:
8610 if (v->dtdv_scope == DIFV_SCOPE_GLOBAL &&
8812 if (v->dtdv_scope != DIFV_SCOPE_GLOBAL)
8929 scope = DIFV_SCOPE_GLOBAL;
9081 case DIFV_SCOPE_GLOBAL:
9206 case DIFV_SCOPE_GLOBAL:

Completed in 90 milliseconds