Searched defs:tstat_options (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/
H A Dtrapstat.c526 static int tstat_options; /* bit-wise indication of options */ variable
694 if (!(tstat_options & TSTAT_OPT_TLBDATA))
788 if (tstat_probe_area == NULL || (tstat_options & TSTAT_OPT_NOGO))
840 if (!(tstat_options & TSTAT_OPT_TLBDATA))
907 if (!(tstat_options & TSTAT_OPT_NOGO))
911 if ((tstat_options & TSTAT_OPT_TLBDATA) &&
912 !(tstat_options & TSTAT_OPT_NOGO)) {
953 if (!(tstat_options & TSTAT_OPT_NOGO))
959 if ((tstat_options & TSTAT_OPT_TLBDATA) &&
960 !(tstat_options
[all...]

Completed in 47 milliseconds