Searched refs:_DoIO (Results 1 - 5 of 5) sorted by relevance

/haiku/src/system/kernel/device_manager/
H A DAbstractModuleDevice.cpp71 AbstractModuleDevice::_DoIO(void* cookie, off_t pos, function in class:AbstractModuleDevice
96 return _DoIO(cookie, pos, buffer, _length, false);
109 return _DoIO(cookie, pos, const_cast<void*>(buffer), _length, true);
H A DAbstractModuleDevice.h49 status_t _DoIO(void* cookie, off_t pos,
/haiku/src/tests/system/kernel/device_manager/
H A Ddma_resource_test.cpp78 status_t _DoIO(IOOperation& operation);
538 Test::_DoIO(IOOperation& operation) function in class:Test
619 _DoIO(operation);
628 _DoIO(operation);
638 _DoIO(operation);
/haiku/src/tests/system/kernel/file_corruption/driver/
H A Dchecksum_device.cpp487 return ((RawDevice*)data)->_DoIO(operation);
490 status_t _DoIO(IOOperation* operation)
/haiku/src/add-ons/kernel/drivers/disk/virtual/ram_disk/
H A Dram_disk.cpp623 return ((RawDevice*)data)->_DoIO(operation);
626 status_t _DoIO(IOOperation* operation) function in struct:RawDevice

Completed in 49 milliseconds