/src/sys/dev/raidframe/ |
rf_desc.h | 46 RF_RowCol_t scol; /* col ID of the spare disk (not used in dist member in struct:RF_RaidReconDesc_s
|
rf_evenodd_dagfuncs.c | 105 RF_RowCol_t scol; local in function:rf_RegularONEFunc 134 scol = rf_EUCol(layoutPtr, pda->raidAddress); 137 rf_e_encToBuf(raidPtr, scol, srcbuf, RF_EO_MATRIX_DIM - 2, destbuf, pda->numSector); 161 RF_RowCol_t scol; local in function:rf_SimpleONEFunc 173 scol = rf_EUCol(layoutPtr, pda->raidAddress); 177 rf_e_encToBuf(raidPtr, scol, srcbuf, RF_EO_MATRIX_DIM - 2, destbuf, pda->numSector); 198 RF_RowCol_t scol; local in function:rf_RegularESubroutine 208 scol = rf_EUCol(layoutPtr, pda->raidAddress); 211 rf_e_encToBuf(raidPtr, scol, srcbuf, RF_EO_MATRIX_DIM - 2, destbuf, pda->numSector); 249 RF_RowCol_t scol; local in function:rf_DegrESubroutine 391 RF_RowCol_t scol, \/* source logical column *\/ local in function:rf_RecoveryEFunc 831 RF_RowCol_t col, scol; local in function:rf_EOWriteDoubleRecoveryFunc [all...] |
rf_dagutils.c | 919 int scol = raidPtr->reconControl->spareCol; local in function:rf_redirect_asm 938 pda->col = scol; 955 pda->col = scol;
|
rf_reconstruct.c | 172 RF_RowCol_t scol) 182 reconDesc->scol = scol; 248 RF_RowCol_t scol; local in function:rf_ReconstructFailedDiskBasic 264 scol = (-1); 267 for (scol = raidPtr->numCol; scol < raidPtr->numCol + raidPtr->numSpare; scol++) { 268 if (raidPtr->Disks[scol].status == rf_ds_spare) { 269 spareDiskPtr = &raidPtr->Disks[scol]; 566 RF_RowCol_t scol = reconDesc->scol; local in function:rf_ContinueReconstructFailedDisk [all...] |
rf_netbsdkintf.c | 848 int c, sparecol, j, scol, dumpto; local in function:raid_dumpblocks 892 scol = -1; 895 scol = j; 899 if (scol == 0) { 915 } else if (scol != -1) { 2639 int scol = -1; local in function:rf_markalldirty 2672 scol = j; 2683 clabel->column = scol; 2701 int scol; local in function:rf_update_component_labels 2704 scol = -1 [all...] |
/src/sys/arch/hp300/dev/ |
diofb.c | 397 int snum, scol, srow; local in function:diofb_erasecols 403 scol = col * fontwidth + ri->ri_xorigin; 410 if ((*fb->bmv)(fb, scol, srow, scol, srow, snum,
|
/src/games/rogue/ |
level.c | 539 short srow, scol, t; local in function:fill_it 545 scol = get_rand(0, 3); 547 offsets[srow] = offsets[scol]; 548 offsets[scol] = t; 571 (!mask_room(rn, &srow, &scol, TUNNEL))) { 573 scol = (rooms[rn].left_col + rooms[rn].right_col) / 2; 577 draw_simple_passage(srow, scol, drow, dcol, tunnel_dir); 579 dungeon[srow][scol] = TUNNEL; 588 recursive_deadend(rn, offsets, srow, scol); 595 recursive_deadend(short rn, const short *offsets, short srow, short scol) [all...] |
/src/usr.sbin/sysinst/ |
label.c | 1353 char total[6], free_space[6], scol[13], ecol[13], szcol[13], local in function:fmt_fspart_header 1385 snprintf(scol, sizeof scol, "%s (%s)", 1408 " %s", scol, ecol, szcol, fstype_width, fstype,
|