Searched refs:doAsyncReadWrite (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/IOUSBMassStorageClass-370.0.4/
H A DIOUFIStorageServices.h67 virtual IOReturn doAsyncReadWrite ( IOMemoryDescriptor * buffer,
72 virtual IOReturn doAsyncReadWrite ( IOMemoryDescriptor * buffer,
H A DIOUFIStorageServices.cpp343 // doAsyncReadWrite [PUBLIC]
347 IOUFIStorageServices::doAsyncReadWrite ( IOMemoryDescriptor * buffer, function in class:IOUFIStorageServices
365 // doAsyncReadWrite [PUBLIC]
370 IOUFIStorageServices::doAsyncReadWrite ( IOMemoryDescriptor * buffer, function in class:IOUFIStorageServices
401 STATUS_LOG ( ( 1, "%s[%p]:: doAsyncReadWrite; clientData malloc failed!", getName(), this ) );
411 STATUS_LOG ( ( 5, "%s[%p]:: doAsyncReadWrite; save completion data!", getName(), this ) );
/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOBlockStorageDevice.cpp136 IOBlockStorageDevice::doAsyncReadWrite(IOMemoryDescriptor *buffer, function in class:IOBlockStorageDevice
144 IOBlockStorageDevice::doAsyncReadWrite(IOMemoryDescriptor *buffer, function in class:IOBlockStorageDevice
151 return(doAsyncReadWrite(buffer,(UInt32)block,(UInt32)nblks,completion));
168 IOBlockStorageDevice::doAsyncReadWrite(IOMemoryDescriptor *buffer, function in class:IOBlockStorageDevice
176 return(doAsyncReadWrite(buffer,block,nblks,completion ? *completion : (IOStorageCompletion) { 0 }));
H A DIOBlockStorageDevice.h171 virtual IOReturn doAsyncReadWrite(IOMemoryDescriptor *buffer,
344 virtual IOReturn doAsyncReadWrite(IOMemoryDescriptor *buffer,
383 * @function doAsyncReadWrite
400 virtual IOReturn doAsyncReadWrite(IOMemoryDescriptor *buffer,
405 virtual IOReturn doAsyncReadWrite(IOMemoryDescriptor *buffer,
H A DIOBlockStorageDriver.cpp1219 result = getProvider()->doAsyncReadWrite(buffer,block,nblks,attributes,completion);
1221 result = getProvider()->doAsyncReadWrite(buffer,block,nblks,&context->request.attributes,&completion);
/macosx-10.10.1/IOCDStorageFamily-51/
H A DIOCDBlockStorageDriver.cpp386 result = getProvider()->doAsyncReadWrite(buffer,block,nblks,attributes,completion);
388 result = getProvider()->doAsyncReadWrite(buffer,block,nblks,&context->request.attributes,&completion);

Completed in 96 milliseconds