Searched refs:statusUndo (Results 1 - 3 of 3) sorted by path

/macosx-10.10/IOStorageFamily-182.1.1/
H A DIOBlockStorageDriver.cpp2113 IOReturn statusUndo; local
2130 statusUndo = _chunks[index].buffer->complete(forDirection);
2131 assert(statusUndo == kIOReturnSuccess);
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOInterleavedMemoryDescriptor.cpp188 IOReturn statusUndo; local
205 statusUndo = _descriptors[index]->complete(forDirection);
206 assert(statusUndo == kIOReturnSuccess);
H A DIOMultiMemoryDescriptor.cpp162 IOReturn statusUndo; local
179 statusUndo = _descriptors[index]->complete(forDirection);
180 assert(statusUndo == kIOReturnSuccess);

Completed in 290 milliseconds