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

/haiku/src/tests/system/kernel/file_corruption/driver/
H A Dchecksum_device.cpp65 typedef DoublyLinkedList<RawDevice> RawDeviceList; typedef
69 static RawDeviceList sDeviceList;
371 for (RawDeviceList::Iterator it = sDeviceList.GetIterator();
903 for (RawDeviceList::Iterator it = sDeviceList.GetIterator();
/haiku/src/add-ons/kernel/drivers/disk/virtual/ram_disk/
H A Dram_disk.cpp145 typedef DoublyLinkedList<RawDevice> RawDeviceList; typedef
149 static RawDeviceList sDeviceList;
299 for (RawDeviceList::Iterator it = sDeviceList.GetIterator();
993 for (RawDeviceList::Iterator it = sDeviceList.GetIterator();

Completed in 36 milliseconds