Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/raidz_test/
H A Draidz_test.c584 #define SWEEP_ERROR 2 macro
613 sweep_state = SWEEP_ERROR; in sweep_thread()
712 if (sweep_state == SWEEP_ERROR) { in run_sweep()
726 return (sweep_state == SWEEP_ERROR ? SWEEP_ERROR : 0); in run_sweep()