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

/macosx-10.9.5/hfs-226.1.1/fsck_hfs/dfalib/
H A DBTreeScanner.c203 int CacheRawRead (Cache_t *cache, uint64_t off, uint32_t len, void *buf);
250 * was returning different results than CacheRawRead(). I am leaving it
259 tempError = CacheRawRead( myBTreeCBPtr->fcbPtr->fcbVolume->vcbBlockCache,
264 fprintf(stderr, "CacheRead and CacheRawRead returned different values\n");
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/
H A Dcache.c67 * CacheRawRead
71 int CacheRawRead (Cache_t *cache, uint64_t off, uint32_t len, void *buf);
1046 error = CacheRawRead (cache, from_offset, ioReqCount, tmpBuffer);
1285 error = CacheRawRead (cache, off, cache->BlockSize, temp->Buffer);
1300 * CacheRawRead
1304 int CacheRawRead (Cache_t *cache, uint64_t off, uint32_t len, void *buf) function

Completed in 148 milliseconds