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

/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DSDevice.c46 UInt64 devBlockCount = 0; local
49 if (ioctl(driveRefNum, DKIOCGETBLOCKCOUNT, &devBlockCount) < 0) {
60 *numBlocks = (devBlockCount * (UInt64)devBlockSize) / 512;
63 *numBlocks = devBlockCount;

Completed in 166 milliseconds