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

/macosx-10.10.1/IOBDStorageFamily-14/
H A DIOBDMedia.cpp135 IOReturn IOBDMedia::readDiscInfo( IOMemoryDescriptor * buffer, function in class:IOBDMedia
153 return getProvider()->readDiscInfo( /* buffer */ buffer,
H A DIOBDMedia.h222 * @function readDiscInfo
236 virtual IOReturn readDiscInfo( IOMemoryDescriptor * buffer,
H A DIOBDMediaBSDClient.cpp450 status = getProvider()->readDiscInfo(
477 status = getProvider()->readDiscInfo(
/macosx-10.10.1/IOCDStorageFamily-51/
H A DIOCDBlockStorageDevice.h130 virtual IOReturn readDiscInfo(IOMemoryDescriptor *buffer,
145 virtual IOReturn readDiscInfo(IOMemoryDescriptor *buffer,
H A DIOCDBlockStorageDevice.cpp109 IOCDBlockStorageDevice::readDiscInfo(IOMemoryDescriptor *buffer, function in class:IOCDBlockStorageDevice
H A DIOCDMedia.h394 * @function readDiscInfo
406 virtual IOReturn readDiscInfo(IOMemoryDescriptor * buffer,
H A DIOCDMedia.cpp494 IOReturn IOCDMedia::readDiscInfo(IOMemoryDescriptor * buffer, function in class:IOCDMedia
511 return getProvider()->readDiscInfo(
H A DIOCDMediaBSDClient.cpp397 status = getProvider()->readDiscInfo(
423 status = getProvider()->readDiscInfo(
H A DIOCDBlockStorageDriver.cpp606 result = getProvider()->readDiscInfo(buffer,&discInfoSize);
826 IOCDBlockStorageDriver::readDiscInfo(IOMemoryDescriptor *buffer, function in class:IOCDBlockStorageDriver
829 return(getProvider()->readDiscInfo(buffer,actualByteCount));
H A DIOCDBlockStorageDriver.h214 virtual IOReturn readDiscInfo(IOMemoryDescriptor *buffer,
/macosx-10.10.1/IODVDStorageFamily-35/
H A DIODVDMedia.cpp145 IOReturn IODVDMedia::readDiscInfo( IOMemoryDescriptor * buffer, function in class:IODVDMedia
162 return getProvider()->readDiscInfo( /* buffer */ buffer,
H A DIODVDMedia.h274 * @function readDiscInfo
286 virtual IOReturn readDiscInfo( IOMemoryDescriptor * buffer,
H A DIODVDMediaBSDClient.cpp448 status = getProvider()->readDiscInfo(
474 status = getProvider()->readDiscInfo(

Completed in 99 milliseconds