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

/haiku/src/tests/system/kernel/file_corruption/driver/
H A Dchecksum_device.cpp369 RawDevice* nextDevice = NULL;
372 (nextDevice = it.Next()) != NULL;) {
373 if (nextDevice->Index() > fIndex)
375 fIndex = nextDevice->Index() + 1;
378 sDeviceList.InsertBefore(nextDevice, this);
/haiku/src/add-ons/kernel/drivers/disk/virtual/ram_disk/
H A Dram_disk.cpp297 RawDevice* nextDevice = NULL; local
300 (nextDevice = it.Next()) != NULL;) {
301 if (nextDevice->ID() > fID)
305 sDeviceList.InsertBefore(nextDevice, this);

Completed in 50 milliseconds