OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIFV_SCOPE_GLOBAL
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_dis.c
125
case 'g': return (
DIFV_SCOPE_GLOBAL
);
478
case
DIFV_SCOPE_GLOBAL
:
dt_as.c
122
dvp->dtdv_scope =
DIFV_SCOPE_GLOBAL
;
/src/external/cddl/osnet/dist/uts/common/sys/
dtrace.h
400
#define
DIFV_SCOPE_GLOBAL
0 /* variable has global scope */
/src/external/cddl/osnet/dist/uts/common/dtrace/
dtrace.c
820
VERIFY((scope ==
DIFV_SCOPE_GLOBAL
&& size <= maxglobalsize) ||
10325
if (v->dtdv_scope !=
DIFV_SCOPE_GLOBAL
&&
10356
case
DIFV_SCOPE_GLOBAL
:
10399
if ((v->dtdv_scope ==
DIFV_SCOPE_GLOBAL
||
10642
if (v->dtdv_scope !=
DIFV_SCOPE_GLOBAL
)
10756
scope =
DIFV_SCOPE_GLOBAL
;
10919
case
DIFV_SCOPE_GLOBAL
:
11040
case
DIFV_SCOPE_GLOBAL
:
Completed in 55 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026