Lines Matching refs:it

296 		for (PartitionMap::Iterator it = fPartitions->Begin();
297 it != fPartitions->End(); ++it) {
298 TRACE(" partition: %" B_PRId32 "\n", it->Value()->ID());
304 for (PartitionSet::Iterator it = fObsoletePartitions->Begin();
305 it != fObsoletePartitions->End(); ++it) {
306 TRACE(" partition: %" B_PRId32 "\n", (*it)->ID());
358 thread-safe either, you should make sure that it's called only once.
482 // if the device is not known yet, create it and try again
532 // if the device is not known yet, create it and try again
690 // create a KDiskDevice for it
699 // the manager locked, since it is not yet added to the manager.
779 // the manager locked, since it is not yet added to the manager.
852 DeviceMap::Iterator it = fDevices->FindClose(*cookie, false);
853 if (it != fDevices->End()) {
854 KDiskDevice* device = it->Value();
875 // of memory), we can't do anything about it. We will leak memory then.
917 DiskSystemMap::Iterator it = fDiskSystems->Find(id);
918 if (it != fDiskSystems->End())
919 return it->Value();
937 DiskSystemMap::Iterator it = fDiskSystems->FindClose(*cookie, false);
938 if (it != fDiskSystems->End()) {
939 KDiskSystem* diskSystem = it->Value();
1014 // or unscannable does not mean the ones after it are.
1286 // check, if it is named "raw"
1297 // create a KDiskDevice for it
1326 // TODO: Reimplement asynchronous scanning, if we really need it.
1335 // create a job for scanning the device and add it to the job queue
1374 // Since this partition has already children, we don't scan it
1389 TRACE_ALWAYS("Partition %s has invalid parameters, ignoring it.\n",
1443 // now, if we have found a disk system, let it scan the partition
1457 // now we can safely unload the disk system -- it has been loaded by