Searched refs:redundantbuf2 (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/raidframe/ |
H A D | rf_evenodd.c | 346 char *redundantbuf2; in rf_VerifyParityEvenOdd() local 366 redundantbuf2 = RF_MallocAndAdd(numbytes, alloclist); in rf_VerifyParityEvenOdd() 428 rf_e_encToBuf(raidPtr, i, p, RF_EO_MATRIX_DIM - 2, redundantbuf2, numsector); in rf_VerifyParityEvenOdd() 448 if (redundantbuf2[i] != buf[bytesPerStripe + numbytes + i]) { in rf_VerifyParityEvenOdd() 451 i, (u_char) buf[bytesPerStripe + numbytes + i], (u_char) redundantbuf2[i]); in rf_VerifyParityEvenOdd() 492 …wr_dag_h = rf_MakeSimpleDAG(raidPtr, 1, numbytes, redundantbuf2, rf_DiskWriteFunc, rf_DiskWriteUnd… in rf_VerifyParityEvenOdd()
|