Searched refs:scol (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/sys/dev/raidframe/
H A Drf_reconutil.h42 RF_RowCol_t fcol, RF_RowCol_t scol);
H A Drf_desc.h46 RF_RowCol_t scol; /* col ID of the spare disk (not used in dist member in struct:RF_RaidReconDesc_s
H A Drf_evenodd_dagfuncs.c105 RF_RowCol_t scol; local
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
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
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
391 RF_RowCol_t scol, /* source logical column */ local
831 RF_RowCol_t col, scol; local
[all...]
H A Drf_reconstruct.c172 RF_RowCol_t scol)
182 reconDesc->scol = scol;
248 RF_RowCol_t scol; local
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];
170 AllocRaidReconDesc(RF_Raid_t *raidPtr, RF_RowCol_t col, RF_RaidDisk_t *spareDiskPtr, int numDisksDone, RF_RowCol_t scol) argument
566 RF_RowCol_t scol = reconDesc->scol; local
[all...]
H A Drf_reconutil.c53 * scol - identifies which spare we are using
58 RF_RowCol_t fcol, RF_RowCol_t scol)
83 reconCtrlPtr->spareCol = scol;
57 rf_MakeReconControl(RF_RaidReconDesc_t *reconDesc, RF_RowCol_t fcol, RF_RowCol_t scol) argument
H A Drf_netbsdkintf.c848 int c, sparecol, j, scol, dumpto; local
892 scol = -1;
895 scol = j;
899 if (scol == 0) {
915 } else if (scol != -1) {
2639 int scol = -1; local
2672 scol = j;
2683 clabel->column = scol;
2701 int scol; local
2704 scol
[all...]
H A Drf_dagutils.c919 int scol = raidPtr->reconControl->spareCol; local
938 pda->col = scol;
955 pda->col = scol;
/netbsd-current/games/rogue/
H A Dspec_hit.c508 get_dir(short srow, short scol, short drow, short dcol) argument
511 if (scol < dcol) {
517 if (scol == dcol) {
524 if ((srow > drow) && (scol > dcol)) {
527 if ((srow < drow) && (scol < dcol)) {
530 if ((srow < drow) && (scol > dcol)) {
533 /*if ((srow > drow) && (scol < dcol)) {*/
H A Dlevel.c539 short srow, scol, t; local
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) argument
[all...]
/netbsd-current/external/mpl/dhcp/dist/common/
H A Dtree.c3313 int scol; local
3361 scol = col;
3363 col, scol, 1);
3367 col = token_print_indent (file, col, scol, "", " ", ",");
3369 col, scol, 0);
3376 scol = col;
3378 col, scol, 1);
3379 col = token_print_indent (file, col, scol, "", " ", ",");
3381 col, scol, 0);
3388 scol
[all...]
/netbsd-current/sys/arch/hp300/dev/
H A Ddiofb.c397 int snum, scol, srow; local
403 scol = col * fontwidth + ri->ri_xorigin;
410 if ((*fb->bmv)(fb, scol, srow, scol, srow, snum,
/netbsd-current/usr.sbin/sysinst/
H A Dlabel.c1353 char total[6], free_space[6], scol[13], ecol[13], szcol[13], local
1385 snprintf(scol, sizeof scol, "%s (%s)",
1408 " %s", scol, ecol, szcol, fstype_width, fstype,

Completed in 294 milliseconds