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

/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/desktop/common/
H A Dpicldiag.c2735 int got_current = 0; local
2757 got_current = 1;
2765 if (got_current && current < threshold)
2774 if (got_current && current < threshold)
2783 if (got_current && current > threshold)
2792 if (got_current && current > threshold)
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/lw8/common/
H A Dlw8.c2715 int got_current = 0; local
2737 got_current = 1;
2745 if (got_current && current < threshold)
2754 if (got_current && current < threshold)
2763 if (got_current && current > threshold)
2772 if (got_current && current > threshold)
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/schumacher/common/
H A Dschumacher.c2327 int got_current = 0; local
2349 got_current = 1;
2357 if (got_current && current < threshold)
2366 if (got_current && current < threshold)
2375 if (got_current && current > threshold)
2384 if (got_current && current > threshold)

Completed in 80 milliseconds