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

  /src/sys/dev/raidframe/
rf_reconutil.h 42 RF_RowCol_t fcol, RF_RowCol_t scol);
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_reconutil.c 52 /* fcol - failed column
58 RF_RowCol_t fcol, RF_RowCol_t scol)
82 reconCtrlPtr->fcol = fcol;
112 retcode = rf_InstallSpareTable(raidPtr, fcol);
124 reconCtrlPtr->perDiskInfo[i].rbuf = (i == fcol) ? NULL : rf_MakeReconBuffer(raidPtr, i, RF_RBUF_TYPE_EXCLUSIVE);
142 rbuf = rf_MakeReconBuffer(raidPtr, fcol,
rf_evenodd_dagfuncs.h 58 RF_RowCol_t * fcol, char *pbuf, char *ebuf);
rf_driver.c 742 rf_FailDisk(RF_Raid_t *raidPtr, int fcol, int initRecon)
752 if (raidPtr->Disks[fcol].status != rf_ds_failed) {
757 raidPtr->Disks[fcol].status = rf_ds_failed;
767 rf_close_component(raidPtr, raidPtr->raid_cinfo[fcol].ci_vp,
768 raidPtr->Disks[fcol].auto_configured);
771 raidPtr->raid_cinfo[fcol].ci_vp = NULL;
776 raidPtr->Disks[fcol].auto_configured = 0;
784 rf_ReconstructFailedDisk(raidPtr, fcol);
rf_decluster.h 115 int rf_InstallSpareTable(RF_Raid_t * raidPtr, RF_RowCol_t fcol);
rf_reconstruct.h 122 RF_RowCol_t fcol; /* which column has failed */ member in struct:RF_ReconCtrl_s
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_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.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...]
rf_revent.c 174 RF_ASSERT(col != rctrl->fcol);
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);
rf_decluster.c 608 rf_InstallSpareTable(RF_Raid_t *raidPtr, RF_RowCol_t fcol)
617 req->fcol = fcol;
rf_reconbuffer.c 136 RF_ASSERT(rbuf->col != reconCtrlPtr->fcol);
264 t->col = reconCtrlPtr->fcol;
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_paritylogging.c 818 RF_RowCol_t fcol; local in function:rf_ParityLoggingDagSelect
835 fcol = failedPDA->col;
879 failedPDA->col = raidPtr->Disks[fcol].spareCol;
rf_netbsdkintf.c 1844 waitreq->fcol = -1;
1860 * table installation is passed in the "fcol" field */
1862 waitreq->fcol = retcode;
2018 retcode = req->fcol;
  /src/lib/libform/
field.c 274 field_info(FIELD *field, int *rows, int *cols, int *frow, int *fcol,
283 *fcol = field->form_col;
746 int fcol, int nrows, int nbuf)
750 if ((rows <= 0) || (cols <= 0) || (frow < 0) || (fcol < 0) ||
765 new->form_col = fcol;
775 new_field(int rows, int cols, int frow, int fcol, int nrows, int nbuf)
782 frow, fcol, nrows, nbuf)) == NULL)
830 dup_field(FIELD *field, int frow, int fcol)
841 frow, fcol, (int) field->nrows,
865 link_field(FIELD *field, int frow, int fcol)
    [all...]
form.c 387 move_field(FIELD *fptr, int frow, int fcol)
395 field->form_col = fcol;
  /src/sbin/raidctl/
rf_configure.c 605 snprintf(targString, sizeof(targString), "fdisk %d\n", req->fcol);
607 "Invalid sparemap file: Can't find \"fdisk %d\" line", req->fcol);
  /src/sys/external/bsd/drm/dist/shared-core/
mga_drm.h 137 unsigned int fcol; member in struct:__anona8b50a930108
mga_state.c 86 DMA_BLOCK(MGA_FCOL, ctx->fcol,
114 MGA_FCOL, ctx->fcol);
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
mga_drm.h 145 unsigned int fcol; member in struct:__anon5a2ca28c0108
  /src/sys/external/bsd/drm2/dist/drm/mga/
mga_state.c 87 DMA_BLOCK(MGA_FCOL, ctx->fcol,
112 MGA_TDUALSTAGE1, ctx->tdualstage1, MGA_FCOL, ctx->fcol);

Completed in 47 milliseconds