Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/raidframe/
Drf_reconstruct.c101 #define RF_RECON_WRITE_ERROR 3 macro
727 (status == RF_RECON_WRITE_ERROR)) { in rf_ContinueReconstructFailedDisk()
743 if (status == RF_RECON_WRITE_ERROR) { in rf_ContinueReconstructFailedDisk()
786 if (status == RF_RECON_WRITE_ERROR) { in rf_ContinueReconstructFailedDisk()
829 if (status == RF_RECON_WRITE_ERROR) { in rf_ContinueReconstructFailedDisk()
884 if (status == RF_RECON_WRITE_ERROR) { in rf_ContinueReconstructFailedDisk()
1124 retcode = RF_RECON_WRITE_ERROR; in ProcessReconEvent()