Searched refs:readTOC (Results 1 - 8 of 8) sorted by last modified time

/macosx-10.10/IOCDStorageFamily-51/
H A DIOCDBlockStorageDevice.cpp98 IOCDBlockStorageDevice::readTOC(IOMemoryDescriptor *buffer,CDTOCFormat format, function in class:IOCDBlockStorageDevice
H A DIOCDBlockStorageDevice.h101 virtual IOReturn readTOC(IOMemoryDescriptor *buffer) = 0;
126 virtual IOReturn readTOC(IOMemoryDescriptor *buffer,CDTOCFormat format,
141 virtual IOReturn readTOC(IOMemoryDescriptor *buffer,CDTOCFormat format,
H A DIOCDBlockStorageDriver.cpp237 result = getProvider()->readTOC(buffer);
261 result = getProvider()->readTOC(buffer);
818 IOCDBlockStorageDriver::readTOC(IOMemoryDescriptor *buffer,CDTOCFormat format, function in class:IOCDBlockStorageDriver
822 return(getProvider()->readTOC(buffer,format,formatAsTime,trackOrSessionNumber,actualByteCount));
H A DIOCDBlockStorageDriver.h210 virtual IOReturn readTOC(IOMemoryDescriptor *buffer,CDTOCFormat format,
H A DIOCDMedia.cpp466 IOReturn IOCDMedia::readTOC(IOMemoryDescriptor * buffer, function in class:IOCDMedia
486 return getProvider()->readTOC(
H A DIOCDMedia.h369 * @function readTOC
387 virtual IOReturn readTOC(IOMemoryDescriptor * buffer,
H A DIOCDMediaBSDClient.cpp341 status = getProvider()->readTOC(
368 status = getProvider()->readTOC(
H A DIOCDPartitionScheme.cpp420 media->readTOC( /* buffer */ buffer,

Completed in 133 milliseconds