Searched refs:bootPartitions (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/kernel/boot/
H A Dplatform.h63 NodeList *partitions, NodeList *bootPartitions);
/haiku/src/system/boot/platform/efi/
H A Ddevices.cpp244 NodeList *partitions, NodeList *bootPartitions)
250 bootPartitions->Insert(partition);
254 return bootPartitions->Count() > 0 ? B_OK : B_ENTRY_NOT_FOUND;
243 platform_get_boot_partitions(struct stage2_args *args, Node *bootDevice, NodeList *partitions, NodeList *bootPartitions) argument
/haiku/src/system/boot/loader/
H A Dvfs.cpp673 NodeList bootPartitions; local
674 error = platform_get_boot_partitions(args, device, &gPartitions, &bootPartitions);
678 NodeIterator partitionIterator = bootPartitions.GetIterator();

Completed in 41 milliseconds