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

  /src/sys/dev/raidframe/
raidframevar.h 471 u_int numBlocksHi; /* The top 32-bits of the numBlocks member. */
484 return ((RF_SectorCount_t)cl->numBlocksHi << 32) |
492 cl->numBlocksHi = siz >> 32;
rf_netbsdkintf.c 3192 * numBlocksHi may contain garbage, but it is ok since
3211 * the newer numBlocksHi region, and this causes lossage. Since those
3223 if (clabel->numBlocksHi) {
3225 "numBlocksHi set\n"
3226 "WARNING: resetting numBlocksHi to zero.\n");
3227 clabel->numBlocksHi = 0;

Completed in 163 milliseconds