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

/haiku/src/tests/system/kernel/file_corruption/driver/
H A Dchecksum_device.cpp64 struct RawDevice;
65 typedef DoublyLinkedList<RawDevice> RawDeviceList;
294 struct RawDevice : Device, DoublyLinkedListLinkImpl<RawDevice> {
295 RawDevice(device_node* node)
310 virtual ~RawDevice()
369 RawDevice* nextDevice = NULL;
487 return ((RawDevice*)data)->_DoIO(operation);
617 RawDeviceCookie(RawDevice* device, int openMode)
624 RawDevice* Devic
[all...]
/haiku/src/add-ons/kernel/drivers/disk/virtual/ram_disk/
H A Dram_disk.cpp144 struct RawDevice;
145 typedef DoublyLinkedList<RawDevice> RawDeviceList;
232 struct RawDevice : Device, DoublyLinkedListLinkImpl<RawDevice> { struct in inherits:Device,DoublyLinkedListLinkImpl
233 RawDevice(device_node* node) function in struct:RawDevice
247 virtual ~RawDevice()
297 RawDevice* nextDevice = NULL;
623 return ((RawDevice*)data)->_DoIO(operation);
948 RawDeviceCookie(RawDevice* device, int openMode)
955 RawDevice* Devic
[all...]

Completed in 75 milliseconds