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

  /src/sys/dev/raidframe/
raidframevar.h 472 u_int partitionSizeHi;/* The top 32-bits of the partitionSize member. */
500 return ((RF_SectorCount_t)cl->partitionSizeHi << 32) |
509 cl->partitionSizeHi = siz >> 32;

Completed in 41 milliseconds