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

  /src/sys/dev/raidframe/
rf_raid5.c 169 RF_RowCol_t fcol; local
191 fcol = failedPDA->col;
238 failedPDA->col = raidPtr->Disks[fcol].spareCol;
rf_paritylogging.c 818 RF_RowCol_t fcol; local
835 fcol = failedPDA->col;
879 failedPDA->col = raidPtr->Disks[fcol].spareCol;
rf_raid1.c 179 RF_RowCol_t fcol, oc __unused; local
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.h 122 RF_RowCol_t fcol; /* which column has failed */ member in struct:RF_ReconCtrl_s
rf_evenodd_dagfuncs.c 392 fcol = rf_EUCol(layoutPtr, failedPDA->raidAddress); /* logical column of local
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
839 RF_RowCol_t fcol[2], numDataCol = layoutPtr->numDataCol; local
    [all...]
rf_map.c 629 RF_ASSERT(raidPtr->reconControl->fcol == diskids[i]);
833 RF_RowCol_t fcol; local
839 fcol = pda_p->col;
840 pda_p->col = disks[fcol].spareCol;
rf_dagutils.c 918 int fcol = raidPtr->reconControl->fcol; local
924 if (pda->col == fcol) {
943 if (pda->col == fcol) {
rf_reconstruct.c 1375 RF_RowCol_t fcol = raidPtr->reconControl->fcol; local
1400 if (fcol == diskids[j])
1450 RF_ASSERT(fcol == testcol);
1480 RF_RowCol_t fcol = raidPtr->reconControl->fcol; local
1507 &raidPtr->recon_tracerecs[fcol],
1611 if (i != reconCtrlPtr->fcol) {
1769 RF_RowCol_t fcol, diskno, i; local
1804 fcol = raidPtr->reconControl->fcol
    [all...]
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);
  /src/external/gpl2/groff/dist/src/roff/troff/
node.h 523 color *fcol; member in class:special_node
590 color *fcol; member in class:draw_node
node.cpp 844 void troff_output_file::start_special(tfont *tf, color *gcol, color *fcol,
849 fill_color(fcol);
1022 color *gcol, color *fcol,
1035 fill_color(fcol);
1059 && (!fcol || fcol == current_fill_color)
1069 fill_color(fcol);
1085 && (!fcol || fcol == current_fill_color)
1094 fill_color(fcol);
1819 color *fcol; \/* this is needed for grotty *\/ member in class:glyph_node
2305 color *fcol = n2->get_fill_color(); local
2452 color *fcol = get_fill_color(); local
4925 color *fcol = env->get_fill_color(); local
    [all...]
  /src/sys/external/bsd/drm/dist/shared-core/
mga_drm.h 137 unsigned int fcol; member in struct:__anon4222
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
mga_drm.h 145 unsigned int fcol; member in struct:__anon5949
  /src/sys/dev/pci/
mgafb.c 1770 /* Replicate a pixel colour value to fill FCOL, BCOL */
1787 uint32_t fcol; local
1789 fcol = mgafb_color_replicate(sc, color);
1793 MGA_WRITE4(sc, MGA_FCOL, fcol);
1868 * the CPU to the drawing engine, which hardware-expands bits to FCOL
1881 uint32_t fcol, bcol, dword; local
1916 fcol = mgafb_color_replicate(sc, (uint32_t)ri->ri_devcmap[fg]);
1925 MGA_WRITE4(sc, MGA_FCOL, fcol);

Completed in 35 milliseconds