HomeSort by: relevance | last modified time | path
    Searched defs:spareCol (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/raidframe/
rf_compat50.c 68 RF_RowCol_t spareCol;
92 d50->spareCol = d->spareCol;
rf_compat80.c 59 RF_RowCol_t spareCol; /* if in status "spared", this identifies the
150 disk80->spareCol = disk->spareCol;
rf_reconstruct.h 126 RF_RowCol_t spareCol; /* which of the spare disks we're using */
rf_netbsdkintf.c 848 int c, sparecol, j, scol, dumpto; local in function:raid_dumpblocks
888 sparecol = raidPtr->numCol + c;
890 if (raidPtr->Disks[sparecol].status == rf_ds_used_spare) {
894 if (raidPtr->Disks[j].spareCol == sparecol) {
910 sparecol will become the first
913 dumpto = sparecol;
922 dumpto = sparecol;
1236 int spareCol = raidPtr->Disks[rr->col].spareCol;
2636 int sparecol; local in function:rf_markalldirty
2698 int sparecol; local in function:rf_update_component_labels
3532 int sparecol; local in function:rf_set_autoconfig
3560 int sparecol; local in function:rf_set_rootpartition
3920 int sparecol = raidPtr->numCol + c; local in function:rf_sync_component_caches
    [all...]
raidframevar.h 401 RF_RowCol_t spareCol; /* if in status "spared", this identifies the

Completed in 15 milliseconds