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

/macosx-10.10/IOBDStorageFamily-14/
H A DIOBDMedia.cpp157 IOReturn IOBDMedia::readTrackInfo( IOMemoryDescriptor * buffer, function in class:IOBDMedia
177 return getProvider()->readTrackInfo(
H A DIOBDMedia.h241 * @function readTrackInfo
259 virtual IOReturn readTrackInfo( IOMemoryDescriptor * buffer,
H A DIOBDMediaBSDClient.cpp504 status = getProvider()->readTrackInfo(
533 status = getProvider()->readTrackInfo(
/macosx-10.10/IOCDStorageFamily-51/
H A DIOCDBlockStorageDevice.h133 virtual IOReturn readTrackInfo(IOMemoryDescriptor *buffer,UInt32 address,
148 virtual IOReturn readTrackInfo(IOMemoryDescriptor *buffer,UInt32 address,
H A DIOCDBlockStorageDevice.cpp119 IOCDBlockStorageDevice::readTrackInfo(IOMemoryDescriptor *buffer,UInt32 address, function in class:IOCDBlockStorageDevice
H A DIOCDMedia.h410 * @function readTrackInfo
426 virtual IOReturn readTrackInfo(IOMemoryDescriptor * buffer,
H A DIOCDMedia.cpp516 IOReturn IOCDMedia::readTrackInfo(IOMemoryDescriptor * buffer, function in class:IOCDMedia
535 return getProvider()->readTrackInfo(
H A DIOCDMediaBSDClient.cpp449 status = getProvider()->readTrackInfo(
477 status = getProvider()->readTrackInfo(
H A DIOCDBlockStorageDriver.cpp645 result = getProvider()->readTrackInfo(buffer,track,kCDTrackInfoAddressTypeTrackNumber,&trackInfoSize);
833 IOCDBlockStorageDriver::readTrackInfo(IOMemoryDescriptor *buffer,UInt32 address, function in class:IOCDBlockStorageDriver
837 return(getProvider()->readTrackInfo(buffer,address,addressType,actualByteCount));
H A DIOCDBlockStorageDriver.h217 virtual IOReturn readTrackInfo(IOMemoryDescriptor *buffer,UInt32 address,
/macosx-10.10/IODVDStorageFamily-35/
H A DIODVDMedia.cpp185 return getProvider()->readTrackInfo(

Completed in 90 milliseconds