Searched refs:Partition (Results 51 - 65 of 65) sorted by relevance

123

/haiku/src/system/boot/loader/
H A Dvfs.cpp623 Partition *partition;
680 Partition *partition = (Partition*)partitionIterator.Next();
716 Partition *partition = NULL;
717 while ((partition = (Partition *)iterator.Next()) != NULL) {
H A Dmenu.cpp1372 Partition* partition;
/haiku/src/kits/storage/disk_device/
H A DMutablePartition.cpp13 #include <Partition.h>
427 child->fDelegate->Partition()->_DeleteDelegates();
H A DDiskSystem.cpp9 #include <Partition.h>
H A DDiskDeviceList.cpp17 #include <Partition.h>
521 /*! \brief Catch-all method invoked by the \c Partition*() hooks, save by
H A DPartition.cpp21 #include <Partition.h>
682 return child ? child->Partition() : NULL;
H A DDiskDeviceRoster.cpp21 #include <Partition.h>
548 The returned \a shortName can be passed to BSession::Partition().
/haiku/src/tests/kits/storage/disk_device/
H A DDiskDeviceTest.cpp19 #include <Partition.h>
/haiku/src/add-ons/disk_systems/bfs/
H A DBFSAddOn.cpp235 BVolume volume(Partition()->VolumeID());
/haiku/src/bin/
H A Dmountvolume.cpp28 #include <Partition.h>
/haiku/src/system/boot/platform/bios_ia32/
H A Ddevices.cpp889 boot::Partition *partition = NULL;
890 while ((partition = (boot::Partition *)iterator.Next()) != NULL) {
/haiku/src/system/boot/platform/atari_m68k/
H A Ddevices.cpp1201 boot::Partition *partition = NULL;
1202 while ((partition = (boot::Partition *)iterator.Next()) != NULL) {
/haiku/src/apps/bootmanager/
H A DLegacyBootMenu.cpp26 #include <Partition.h>
/haiku/src/servers/mount/
H A DAutoMounter.cpp518 Partition *partition = FindPartition(mountPointNode.device);
/haiku/src/apps/drivesetup/
H A DMainWindow.cpp34 #include <Partition.h>
261 fPartitionMenu = new BMenu(B_TRANSLATE("Partition"));
286 // Partition / Drives context menu
287 fContextMenu = new BPopUpMenu("Partition", false, false);
1000 BString intelExtendedPartition = "Intel Extended Partition";
1014 "want to format the Intel Extended Partition? Any "

Completed in 163 milliseconds

123