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

/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOAppleLabelScheme.cpp150 char * labelMap = 0; local
232 labelMap = (char *) buffer->getBytesNoCopy() + (labelBase % mediaBlockSize);
236 if ( crc32(0, labelMap, labelSize) != labelCheck )
243 properties = (OSDictionary *) OSUnserializeXML(labelMap, labelSize);

Completed in 69 milliseconds