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

/haiku/src/system/boot/loader/
H A Dpartitions.cpp75 extern NodeList gPartitions;
131 NodeIterator iterator = gPartitions.GetIterator();
149 list = &gPartitions;
411 gPartitions.Add(child);
443 All created partitions are added to the gPartitions list.
459 gPartitions.Add(partition);
469 gPartitions.Remove(partition);
H A Dvfs.cpp82 NodeList gPartitions; variable
674 error = platform_get_boot_partitions(args, device, &gPartitions, &bootPartitions);
687 gPartitions.Remove(partition);
714 NodeIterator iterator = gPartitions.GetIterator();
724 gPartitions.Remove(partition);
758 if (gPartitions.IsEmpty())

Completed in 100 milliseconds