fcol               95 dev/raidframe/rf_copyback.c 	RF_RowCol_t frow, fcol;
fcol              107 dev/raidframe/rf_copyback.c 	fcol = 0;
fcol              109 dev/raidframe/rf_copyback.c 		for (fcol = 0; fcol < raidPtr->numCol; fcol++) {
fcol              110 dev/raidframe/rf_copyback.c 			if (raidPtr->Disks[frow][fcol].status ==
fcol              112 dev/raidframe/rf_copyback.c 			    raidPtr->Disks[frow][fcol].status ==
fcol              126 dev/raidframe/rf_copyback.c 	badDisk = &raidPtr->Disks[frow][fcol];
fcol              135 dev/raidframe/rf_copyback.c 	if (raidPtr->raid_cinfo[frow][fcol].ci_vp != NULL) {
fcol              137 dev/raidframe/rf_copyback.c 		    raidPtr->Disks[frow][fcol].devname);
fcol              138 dev/raidframe/rf_copyback.c  		vp = raidPtr->raid_cinfo[frow][fcol].ci_vp;
fcol              139 dev/raidframe/rf_copyback.c  		ac = raidPtr->Disks[frow][fcol].auto_configured;
fcol              141 dev/raidframe/rf_copyback.c 		raidPtr->raid_cinfo[frow][fcol].ci_vp = NULL;
fcol              145 dev/raidframe/rf_copyback.c  	raidPtr->Disks[frow][fcol].auto_configured = 0;
fcol              148 dev/raidframe/rf_copyback.c 	    raidPtr->Disks[frow][fcol].devname);
fcol              150 dev/raidframe/rf_copyback.c 	retcode = raidlookup(raidPtr->Disks[frow][fcol].devname, proc, &vp);
fcol              154 dev/raidframe/rf_copyback.c 		    raidPtr->Disks[frow][fcol].devname, retcode);
fcol              178 dev/raidframe/rf_copyback.c 		raidPtr->Disks[frow][fcol].blockSize = dpart.disklab->d_secsize;
fcol              180 dev/raidframe/rf_copyback.c 		raidPtr->Disks[frow][fcol].numBlocks = DL_GETPSIZE(dpart.part) -
fcol              183 dev/raidframe/rf_copyback.c 		raidPtr->raid_cinfo[frow][fcol].ci_vp = vp;
fcol              184 dev/raidframe/rf_copyback.c 		raidPtr->raid_cinfo[frow][fcol].ci_dev = va.va_rdev;
fcol              187 dev/raidframe/rf_copyback.c 		raidPtr->Disks[frow][fcol].dev = va.va_rdev;
fcol              194 dev/raidframe/rf_copyback.c 		raidPtr->Disks[frow][fcol].numBlocks =
fcol              195 dev/raidframe/rf_copyback.c 		    raidPtr->Disks[frow][fcol].numBlocks *
fcol              228 dev/raidframe/rf_copyback.c 	desc->fcol = fcol;
fcol              247 dev/raidframe/rf_copyback.c 	raidPtr->Disks[desc->frow][desc->fcol].status = rf_ds_optimal;
fcol              261 dev/raidframe/rf_copyback.c 	raidread_component_label(raidPtr->raid_cinfo[frow][fcol].ci_dev,
fcol              262 dev/raidframe/rf_copyback.c 				 raidPtr->raid_cinfo[frow][fcol].ci_vp,
fcol              268 dev/raidframe/rf_copyback.c 	c_label.column = fcol;
fcol              270 dev/raidframe/rf_copyback.c 	raidwrite_component_label(raidPtr->raid_cinfo[frow][fcol].ci_dev,
fcol              271 dev/raidframe/rf_copyback.c 				  raidPtr->raid_cinfo[frow][fcol].ci_vp,
fcol              323 dev/raidframe/rf_copyback.c 			if (testRow == desc->frow && testCol == desc->fcol) {
fcol              344 dev/raidframe/rf_copyback.c 			if (testRow == desc->frow && testCol == desc->fcol) {
fcol              395 dev/raidframe/rf_copyback.c 	desc->fcol = testCol;
fcol              432 dev/raidframe/rf_copyback.c 		    ->Queues[desc->frow][desc->fcol]),
fcol               42 dev/raidframe/rf_copyback.h 	RF_RowCol_t		 fcol;
fcol              761 dev/raidframe/rf_dagutils.c 	int fcol = raidPtr->reconControl[row]->fcol;
fcol              768 dev/raidframe/rf_dagutils.c 		if (pda->col == fcol) {
fcol              788 dev/raidframe/rf_dagutils.c 		if (pda->col == fcol) {
fcol              746 dev/raidframe/rf_decluster.c rf_InstallSpareTable(RF_Raid_t *raidPtr, RF_RowCol_t frow, RF_RowCol_t fcol)
fcol              756 dev/raidframe/rf_decluster.c 	req->fcol = fcol;
fcol              784 dev/raidframe/rf_driver.c rf_FailDisk(RF_Raid_t *raidPtr, int frow, int fcol, int initRecon)
fcol              786 dev/raidframe/rf_driver.c 	printf("raid%d: Failing disk r%d c%d.\n", raidPtr->raidid, frow, fcol);
fcol              789 dev/raidframe/rf_driver.c 	raidPtr->Disks[frow][fcol].status = rf_ds_failed;
fcol              794 dev/raidframe/rf_driver.c 		rf_ReconstructFailedDisk(raidPtr, frow, fcol);
fcol              448 dev/raidframe/rf_evenodd_dagfuncs.c 	RF_RowCol_t fcol = rf_EUCol(layoutPtr, failedPDA->raidAddress);	/* logical column of
fcol              471 dev/raidframe/rf_evenodd_dagfuncs.c 				rf_e_encToBuf(raidPtr, scol, srcbuf, fcol, destbuf, pda->numSector);
fcol              503 dev/raidframe/rf_evenodd_dagfuncs.c     RF_RowCol_t *fcol, char *pbuf, char *ebuf)
fcol              561 dev/raidframe/rf_evenodd_dagfuncs.c 	RF_ASSERT(fcol[0] != fcol[1]);
fcol              562 dev/raidframe/rf_evenodd_dagfuncs.c 	if (fcol[0] < fcol[1]) {
fcol              570 dev/raidframe/rf_evenodd_dagfuncs.c 		f1 = fcol[0];
fcol              571 dev/raidframe/rf_evenodd_dagfuncs.c 		f2 = fcol[1];
fcol              580 dev/raidframe/rf_evenodd_dagfuncs.c 		f1 = fcol[1];
fcol              581 dev/raidframe/rf_evenodd_dagfuncs.c 		f2 = fcol[0];
fcol              726 dev/raidframe/rf_evenodd_dagfuncs.c 	RF_RowCol_t fcol[2], fsuoff[2], fsuend[2],
fcol              788 dev/raidframe/rf_evenodd_dagfuncs.c 		fcol[0] = rf_EUCol(layoutPtr, pda->raidAddress);
fcol              801 dev/raidframe/rf_evenodd_dagfuncs.c 				if (i != fcol[0])
fcol              805 dev/raidframe/rf_evenodd_dagfuncs.c 		fcol[1] = i;
fcol              816 dev/raidframe/rf_evenodd_dagfuncs.c 		fcol[0] = rf_EUCol(layoutPtr, pda0->raidAddress);
fcol              817 dev/raidframe/rf_evenodd_dagfuncs.c 		fcol[1] = rf_EUCol(layoutPtr, pda1->raidAddress);
fcol              908 dev/raidframe/rf_evenodd_dagfuncs.c 		rf_doubleEOdecode(raidPtr, buf, dest, fcol, pbuf, ebuf);
fcol              961 dev/raidframe/rf_evenodd_dagfuncs.c 	RF_RowCol_t fcol[2], numDataCol = layoutPtr->numDataCol;
fcol             1010 dev/raidframe/rf_evenodd_dagfuncs.c 	fcol[0] = rf_EUCol(layoutPtr, fpda->raidAddress);
fcol             1021 dev/raidframe/rf_evenodd_dagfuncs.c 			if (i != fcol[0])
fcol             1025 dev/raidframe/rf_evenodd_dagfuncs.c 	fcol[1] = i;
fcol             1040 dev/raidframe/rf_evenodd_dagfuncs.c 		rf_doubleEOdecode(raidPtr, buf, dest, fcol, pbuf, ebuf);
fcol             1042 dev/raidframe/rf_evenodd_dagfuncs.c 			if ((j != fcol[0]) && (j != fcol[1]))
fcol              711 dev/raidframe/rf_map.c 				    raidPtr->reconControl[testrow]->fcol ==
fcol              951 dev/raidframe/rf_map.c 	RF_RowCol_t frow, fcol;
fcol              958 dev/raidframe/rf_map.c 		fcol = pda_p->col;
fcol              959 dev/raidframe/rf_map.c 		pda_p->row = disks[frow][fcol].spareRow;
fcol              960 dev/raidframe/rf_map.c 		pda_p->col = disks[frow][fcol].spareCol;
fcol             1512 dev/raidframe/rf_openbsdkintf.c 		waitreq->fcol = -1;
fcol             1534 dev/raidframe/rf_openbsdkintf.c 		waitreq->fcol = retcode;
fcol             1695 dev/raidframe/rf_openbsdkintf.c 	retcode = req->fcol;
fcol              957 dev/raidframe/rf_paritylogging.c 	RF_RowCol_t frow, fcol;
fcol              978 dev/raidframe/rf_paritylogging.c 			fcol = failedPDA->col;
fcol             1050 dev/raidframe/rf_paritylogging.c 					    raidPtr->Disks[frow][fcol].spareRow;
fcol             1052 dev/raidframe/rf_paritylogging.c 					    raidPtr->Disks[frow][fcol].spareCol;
fcol              195 dev/raidframe/rf_raid1.c 	RF_RowCol_t frow, fcol, or, oc;
fcol              221 dev/raidframe/rf_raid1.c 		fcol = failedPDA->col;
fcol              229 dev/raidframe/rf_raid1.c 			oc = fcol;
fcol              236 dev/raidframe/rf_raid1.c 			failedPDA->row = raidPtr->Disks[frow][fcol].spareRow;
fcol              237 dev/raidframe/rf_raid1.c 			failedPDA->col = raidPtr->Disks[frow][fcol].spareCol;
fcol              587 dev/raidframe/rf_raid1.c 	RF_ASSERT(rbuf->col != reconCtrlPtr->fcol);
fcol              684 dev/raidframe/rf_raid1.c 		t->col = reconCtrlPtr->fcol;
fcol              189 dev/raidframe/rf_raid5.c 	RF_RowCol_t frow, fcol;
fcol              210 dev/raidframe/rf_raid5.c 			fcol = failedPDA->col;
fcol              284 dev/raidframe/rf_raid5.c 					    raidPtr->Disks[frow][fcol].spareRow;
fcol              286 dev/raidframe/rf_raid5.c 					    raidPtr->Disks[frow][fcol].spareCol;
fcol               64 dev/raidframe/rf_raidframe.h 	int			 C, G, fcol;	/*
fcol              145 dev/raidframe/rf_reconbuffer.c 	RF_ASSERT(rbuf->col != reconCtrlPtr->fcol);
fcol              296 dev/raidframe/rf_reconbuffer.c 		t->col = reconCtrlPtr->fcol;
fcol              360 dev/raidframe/rf_reconmap.c     RF_RowCol_t fcol)
fcol             1323 dev/raidframe/rf_reconstruct.c 	RF_RowCol_t fcol = raidPtr->reconControl[row]->fcol;
fcol             1354 dev/raidframe/rf_reconstruct.c 		if (fcol == diskids[j])
fcol             1421 dev/raidframe/rf_reconstruct.c 	RF_ASSERT(row == testrow && fcol == testcol);
fcol             1458 dev/raidframe/rf_reconstruct.c 	RF_RowCol_t fcol = raidPtr->reconControl[row]->fcol;
fcol             1488 dev/raidframe/rf_reconstruct.c 	    &raidPtr->recon_tracerecs[fcol], (void *) raidPtr, 0, NULL);
fcol             1577 dev/raidframe/rf_reconstruct.c 		if (i != reconCtrlPtr->fcol) {
fcol             1770 dev/raidframe/rf_reconstruct.c 	RF_RowCol_t fcol, diskno, i;
fcol             1806 dev/raidframe/rf_reconstruct.c 		fcol = raidPtr->reconControl[row]->fcol;
fcol             1825 dev/raidframe/rf_reconstruct.c 			if ((diskno = diskids[i]) != fcol) {
fcol             1885 dev/raidframe/rf_reconstruct.c 		if (rf_DiskIOPromote(&raidPtr->Queues[row][fcol],
fcol             1888 dev/raidframe/rf_reconstruct.c 			    raidPtr->raidid, row, fcol);
fcol              189 dev/raidframe/rf_reconstruct.h 	RF_RowCol_t		 fcol;		/* Which column has failed. */
fcol               54 dev/raidframe/rf_reconutil.c     RF_RowCol_t		 fcol,
fcol               81 dev/raidframe/rf_reconutil.c 	reconCtrlPtr->fcol = fcol;
fcol              112 dev/raidframe/rf_reconutil.c 		retcode = rf_InstallSpareTable(raidPtr, frow, fcol);
fcol              124 dev/raidframe/rf_reconutil.c 		reconCtrlPtr->perDiskInfo[i].rbuf = (i == fcol) ? NULL :
fcol              160 dev/raidframe/rf_reconutil.c 		rbuf = rf_MakeReconBuffer(raidPtr, frow, fcol,
fcol              183 dev/raidframe/rf_revent.c 		RF_ASSERT(col != rctrl->fcol);