Searched refs:testCol (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/sys/dev/raidframe/ |
| D | rf_copyback.c | 286 RF_RowCol_t testRow, testCol; in rf_ContinueCopyback() local 321 &testRow, &testCol, &testOffs, RF_DONT_REMAP); in rf_ContinueCopyback() 323 if (testRow == desc->frow && testCol == desc->fcol) { in rf_ContinueCopyback() 325 testRow, testCol, testOffs); in rf_ContinueCopyback() 342 &testRow, &testCol, &testOffs, RF_DONT_REMAP); in rf_ContinueCopyback() 344 if (testRow == desc->frow && testCol == desc->fcol) { in rf_ContinueCopyback() 346 stripeAddr, testRow, testCol, testOffs); in rf_ContinueCopyback() 365 RF_RowCol_t testRow, RF_RowCol_t testCol, RF_SectorNum_t testOffs) in rf_CopybackOne() argument 395 desc->fcol = testCol; in rf_CopybackOne()
|