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

/haiku/headers/private/debug/
H A DDebugEventStream.h56 status_t _GetData(size_t size);
/haiku/headers/private/storage/
H A DDiskDevice.h50 static status_t _GetData(partition_id id, bool deviceOnly,
/haiku/src/kits/debug/
H A DDebugEventStream.cpp160 status_t error = _GetData(sizeof(system_profiler_event_header));
180 error = _GetData(header.size);
206 status_t error = _GetData(sizeof(debug_event_stream_header));
255 BDebugEventInputStream::_GetData(size_t size) function in class:BDebugEventInputStream
/haiku/src/kits/storage/disk_device/
H A DDiskDevice.cpp177 status_t error = _GetData(ID(), true, 0, &data);
407 // _GetData
409 BDiskDevice::_GetData(partition_id id, bool deviceOnly, size_t neededSize, function in class:BDiskDevice
458 status_t error = _GetData(id, deviceOnly, neededSize, &data);

Completed in 46 milliseconds