Searched refs:cpr_test_point (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_driver.c94 if (cpr_test_point != DEVICE_SUSPEND_TO_RAM ||
95 (cpr_test_point == DEVICE_SUSPEND_TO_RAM &&
121 * if cpr_test_point == FORCE_SUSPEND_TO_RAM
126 if (cpr_test_point == FORCE_SUSPEND_TO_RAM)
186 cpr_test_point == FORCE_SUSPEND_TO_RAM)) {
206 } else if (cpr_test_point != DEVICE_SUSPEND_TO_RAM ||
207 (cpr_test_point == DEVICE_SUSPEND_TO_RAM &&
H A Dcpr_mod.c77 int cpr_test_point = LOOP_BACK_NONE; /* cpr test point */ variable
305 cpr_test_point = LOOP_BACK_NONE;
309 cpr_test_point = LOOP_BACK_PASS;
313 cpr_test_point = LOOP_BACK_FAIL;
317 cpr_test_point = FORCE_SUSPEND_TO_RAM;
325 cpr_test_point = DEVICE_SUSPEND_TO_RAM;
330 cpr_test_point = FORCE_SUSPEND_TO_RAM;
H A Dcpr_main.c180 ASSERT(cpr_test_point > 0);
1103 if (cpr_test_point == FORCE_SUSPEND_TO_RAM) {
/illumos-gate/usr/src/uts/common/sys/
H A Depm.h423 extern int cpr_test_point;
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcpr_impl.c669 cpr_test_point;

Completed in 132 milliseconds