/src/sys/dev/raidframe/ |
rf_raid5.c | 169 RF_RowCol_t fcol; local in function:rf_RaidFiveDagSelect 191 fcol = failedPDA->col; 238 failedPDA->col = raidPtr->Disks[fcol].spareCol;
|
rf_paritylogging.c | 818 RF_RowCol_t fcol; local in function:rf_ParityLoggingDagSelect 835 fcol = failedPDA->col; 879 failedPDA->col = raidPtr->Disks[fcol].spareCol;
|
rf_raid1.c | 179 RF_RowCol_t fcol, oc __unused; local in function:rf_RAID1DagSelect 206 fcol = failedPDA->col; 213 oc = fcol; 219 failedPDA->col = raidPtr->Disks[fcol].spareCol; 570 RF_ASSERT(rbuf->col != reconCtrlPtr->fcol); 670 t->col = reconCtrlPtr->fcol;
|
rf_reconstruct.h | 122 RF_RowCol_t fcol; /* which column has failed */ member in struct:RF_ReconCtrl_s
|
rf_evenodd_dagfuncs.c | 392 fcol = rf_EUCol(layoutPtr, failedPDA->raidAddress); /* logical column of local in function:rf_RecoveryEFunc 416 rf_e_encToBuf(raidPtr, scol, srcbuf, fcol, destbuf, pda->numSector); 446 RF_RowCol_t * fcol, 498 RF_ASSERT(fcol[0] != fcol[1]); 499 if (fcol[0] < fcol[1]) { 507 f1 = fcol[0]; 508 f2 = fcol[1]; 517 f1 = fcol[1] 646 RF_RowCol_t fcol[2], fsuoff[2], fsuend[2], numDataCol = layoutPtr->numDataCol; local in function:rf_EvenOddDoubleRecoveryFunc 839 RF_RowCol_t fcol[2], numDataCol = layoutPtr->numDataCol; local in function:rf_EOWriteDoubleRecoveryFunc [all...] |
rf_map.c | 629 RF_ASSERT(raidPtr->reconControl->fcol == diskids[i]); 833 RF_RowCol_t fcol; local in function:rf_ASMCheckStatus 839 fcol = pda_p->col; 840 pda_p->col = disks[fcol].spareCol;
|
rf_dagutils.c | 918 int fcol = raidPtr->reconControl->fcol; local in function:rf_redirect_asm 924 if (pda->col == fcol) { 943 if (pda->col == fcol) {
|
rf_reconstruct.c | 1375 RF_RowCol_t fcol = raidPtr->reconControl->fcol; local in function:ComputePSDiskOffsets 1400 if (fcol == diskids[j]) 1450 RF_ASSERT(fcol == testcol); 1480 RF_RowCol_t fcol = raidPtr->reconControl->fcol; local in function:IssueNextWriteRequest 1507 &raidPtr->recon_tracerecs[fcol], 1611 if (i != reconCtrlPtr->fcol) { 1769 RF_RowCol_t fcol, diskno, i; local in function:rf_ForceOrBlockRecon 1804 fcol = raidPtr->reconControl->fcol [all...] |
raidframevar.h | 366 int C, G, fcol; /* C = # disks in row, G = # units in stripe, member in struct:RF_SparetWait_s 367 * fcol = which disk has failed */ 592 int (*InstallSpareTable) (RF_Raid_t * raidPtr, RF_RowCol_t fcol);
|
/src/sys/external/bsd/drm/dist/shared-core/ |
mga_drm.h | 137 unsigned int fcol; member in struct:__anona8b50a930108
|
/src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
mga_drm.h | 145 unsigned int fcol; member in struct:__anon5a2ca28c0108
|