HomeSort by: relevance | last modified time | path
    Searched refs:RF_PARITY_OKAY (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/raidframe/
rf_parityscan.h 56 #define RF_PARITY_OKAY 0 /* or no parity information */
rf_parityscan.c 89 return (RF_PARITY_OKAY);
102 rc = RF_PARITY_OKAY;
120 case RF_PARITY_OKAY:
166 return (RF_PARITY_OKAY);
168 rc = RF_PARITY_OKAY;
219 retcode = RF_PARITY_OKAY;
rf_raid0.c 143 return (RF_PARITY_OKAY);
rf_raid1.c 410 ret = RF_PARITY_OKAY;
461 if ((ret != RF_PARITY_OKAY) && correct_it) {
rf_evenodd.c 357 retcode = RF_PARITY_OKAY;

Completed in 16 milliseconds