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

/macosx-10.9.5/IOBDStorageFamily-14/
H A DIOBDMedia.cpp92 IOReturn IOBDMedia::readStructure( IOMemoryDescriptor * buffer, function in class:IOBDMedia
108 return getProvider()->readStructure( /* buffer */ buffer,
H A DIOBDBlockStorageDriver.h117 virtual IOReturn readStructure(IOMemoryDescriptor *buffer,const DVDStructureFormat format,
H A DIOBDBlockStorageDriver.cpp172 IOBDBlockStorageDriver::readStructure(IOMemoryDescriptor *buffer,const DVDStructureFormat format, function in class:IOBDBlockStorageDriver
176 return super::readStructure(buffer,format,address,layer,agid);
H A DIOBDMedia.h167 * @function readStructure
185 virtual IOReturn readStructure( IOMemoryDescriptor * buffer,
H A DIOBDMediaBSDClient.cpp274 status = getProvider()->readStructure(
303 status = getProvider()->readStructure(
/macosx-10.9.5/IODVDStorageFamily-35/
H A DIODVDMedia.cpp102 IOReturn IODVDMedia::readStructure( IOMemoryDescriptor * buffer, function in class:IODVDMedia
118 return getProvider()->readStructure( /* buffer */ buffer,
H A DIODVDBlockStorageDriver.h162 * @function readStructure
179 virtual IOReturn readStructure(IOMemoryDescriptor *buffer,const DVDStructureFormat format,
H A DIODVDMedia.h219 * @function readStructure
237 virtual IOReturn readStructure( IOMemoryDescriptor * buffer,
H A DIODVDMediaBSDClient.cpp272 status = getProvider()->readStructure(
301 status = getProvider()->readStructure(
H A DIODVDBlockStorageDriver.cpp282 IODVDBlockStorageDriver::readStructure(IOMemoryDescriptor *buffer,const DVDStructureFormat format, function in class:IODVDBlockStorageDriver

Completed in 117 milliseconds