Searched refs:AsyncReadWriteComplete (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/IOUSBMassStorageClass-370.0.4/
H A DIOUFIStorageServices.h62 static void AsyncReadWriteComplete ( void * clientData,
H A DIOUSBMassStorageUFISubclass.h41 static void AsyncReadWriteComplete( SCSITaskIdentifier completedTask );
H A DIOUFIStorageServices.cpp276 // AsyncReadWriteComplete - Completion routine for I/O [STATIC][PRIVATE]
280 IOUFIStorageServices::AsyncReadWriteComplete ( void * clientData, function in class:IOUFIStorageServices
297 STATUS_LOG ( ( 5, "%s[%p]:: AsyncReadWriteComplete; command status %x", owner->getName(), owner, status ) );
305 STATUS_LOG ( (5, "%s[%p]:: AsyncReadWriteComplete; retry command", owner->getName(), owner ) );
H A DIOUSBMassStorageUFISubclass.cpp134 // AsyncReadWriteComplete - Completion routine for I/O [STATIC][PRIVATE]
138 IOUSBMassStorageUFIDevice::AsyncReadWriteComplete ( SCSITaskIdentifier request ) function in class:IOUSBMassStorageUFIDevice
148 PANIC_NOW ( ( "IOUSBMassStorageUFIDevice::AsyncReadWriteComplete request==NULL." ) );
154 PANIC_NOW ( ( "IOUSBMassStorageUFIDevice::AsyncReadWriteComplete taskOwner==NULL." ) );
181 IOUFIStorageServices::AsyncReadWriteComplete( clientData, status, actCount );
1761 SendCommand( request, 0, &this->AsyncReadWriteComplete );
1856 SendCommand ( request, 0, &this->AsyncReadWriteComplete );

Completed in 108 milliseconds