Searched refs:_CopyPartialEnd (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/kernel/device_manager/
H A DIORequest.h180 status_t _CopyPartialEnd(bool isWrite);
H A DIORequest.cpp353 status_t error = _CopyPartialEnd(true);
678 IOOperation::_CopyPartialEnd(bool isWrite) function in class:IOOperation
680 TRACE("_CopyPartialEnd(%s)\n", isWrite ? "write" : "read");

Completed in 38 milliseconds