Home
last modified time | relevance | path

Searched refs:maxlocal (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c9272 int maxglobal = -1, maxlocal = -1, maxtlocal = -1; in dtrace_difo_validate() local
9632 if (maxlocal == -1 || ndx > maxlocal) in dtrace_difo_validate()
9633 maxlocal = ndx; in dtrace_difo_validate()
9706 if (v > DIF_VAR_OTHER_UBASE + maxlocal) in dtrace_difo_validate()