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

/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOFilterScheme.cpp204 IOStorage * IOFilterScheme::copyPhysicalExtent(IOService * client, function in class:IOFilterScheme
214 return getProvider( )->copyPhysicalExtent( this, byteStart, byteCount );
H A DIOFilterScheme.h261 * @function copyPhysicalExtent
279 virtual IOStorage * copyPhysicalExtent(IOService * client,
H A DIOMedia.h509 * @function copyPhysicalExtent
527 virtual IOStorage * copyPhysicalExtent(IOService * client,
H A DIOPartitionScheme.h351 * @function copyPhysicalExtent
369 virtual IOStorage * copyPhysicalExtent(IOService * client,
H A DIOStorage.cpp410 IOStorage * IOStorage::copyPhysicalExtent(IOService * client, function in class:IOStorage
H A DIOStorage.h619 * @function copyPhysicalExtent
637 virtual IOStorage * copyPhysicalExtent(IOService * client,
H A DIOMedia.cpp949 IOStorage * IOMedia::copyPhysicalExtent(IOService * client, function in class:IOMedia
980 return getProvider( )->copyPhysicalExtent( this, byteStart, byteCount );
H A DIOPartitionScheme.cpp393 IOStorage * IOPartitionScheme::copyPhysicalExtent(IOService * client, function in class:IOPartitionScheme
403 return getProvider( )->copyPhysicalExtent( this, byteStart, byteCount );
H A DIOBlockStorageDriver.h906 * @function copyPhysicalExtent
924 virtual IOStorage * copyPhysicalExtent(IOService * client,
H A DIOBlockStorageDriver.cpp1803 IOStorage * IOBlockStorageDriver::copyPhysicalExtent(IOService * client, function in class:IOBlockStorageDriver
H A DIOMediaBSDClient.cpp2209 media = minor->media->copyPhysicalExtent( minor->client, &request->offset, &request->length );

Completed in 97 milliseconds