Searched refs:deblocker (Results 1 - 2 of 2) sorted by path

/macosx-10.10/IOStorageFamily-182.1.1/
H A DIOBlockStorageDriver.cpp2202 // deblocker object itself and the byte start will be returned in getByteStart().
2505 IODeblocker * deblocker; local
2508 // do short-circuit the deblocker and call breakUpRequest directly.
2521 // Build a deblocker object.
2523 deblocker = IODeblocker::withBlockSize(
2536 if ( deblocker == 0 )
2542 // This implementation of the deblocker permits only one read-modify-write
2544 // simultaneously so long as they do not require the deblocker.
2564 deblockRequestCompletion(this, deblocker, kIOReturnSuccess, 0);
2573 // This is the completion routine for the aligned deblocker subrequest
2579 IODeblocker * deblocker = (IODeblocker *) parameter; local
2660 IODeblocker * deblocker = (IODeblocker *) parameter; local
[all...]
/macosx-10.10/xnu-2782.1.97/iokit/Tests/
H A DTests.cpp48 IORegistryEntry * deblocker = 0; local
67 if( 0 == strcmp( "deblocker", next->getName()))
68 deblocker = next;
73 if( deblocker && keyboard)
74 deblocker->attachToParent( keyboard, gIODTPlane);

Completed in 218 milliseconds