Searched refs:partitions (Results 1 - 25 of 35) sorted by relevance

12

/haiku-fatelf/src/system/kernel/fs/
H A Dvfs_net_boot.h24 virtual void SortPartitions(KPartition** partitions, int32 count);
H A Dvfs_boot.cpp182 virtual void SortPartitions(KPartition** partitions, int32 count);
285 // Ignore non-session partitions, if a boot partition was selected
306 DiskBootMethod::SortPartitions(KPartition** partitions, int32 count) argument
308 qsort(partitions, count, sizeof(KPartition*),
317 The partitions that are a boot candidate a put into the /a partitions
323 get_boot_partitions(KMessage& bootVolume, PartitionStack& partitions) argument
361 if (1 /* dump devices and partitions */) {
392 } visitor(bootMethod, partitions);
407 if (!partitions
465 PartitionStack partitions; local
[all...]
H A Dvfs_boot.h22 virtual void SortPartitions(KPartition** partitions, int32 count) = 0;
H A Dvfs_net_boot.cpp380 NetBootMethod::SortPartitions(KPartition** partitions, int32 count) argument
382 qsort(partitions, count, sizeof(KPartition*),
/haiku-fatelf/src/add-ons/translators/webp/libwebp/enc/
H A Dconfig.c34 config->partitions = 0;
102 if (config->partitions < 0 || config->partitions > 3)
H A Dsyntax.c170 VP8PutValue(bw, enc->config_->partitions, 2);
214 // Token partitions
H A Dwebpenc.c190 enc->num_parts_ = 1 << config->partitions;
/haiku-fatelf/src/system/boot/loader/file_systems/hfs_plus/
H A Dhfs_plus.cpp9 #include <boot/partitions.h>
/haiku-fatelf/src/system/boot/loader/file_systems/fat/
H A Dfatfs.cpp9 #include <boot/partitions.h>
/haiku-fatelf/src/system/boot/platform/routerboard_mipsel/
H A Ddevices.cpp9 #include <boot/partitions.h>
/haiku-fatelf/headers/private/kernel/boot/
H A DFileMapDisk.h10 #include <boot/partitions.h>
H A Dplatform.h60 NodeList *partitions, boot::Partition **_partition);
/haiku-fatelf/src/system/boot/loader/
H A DRootFileSystem.h10 #include <boot/partitions.h>
H A Dloader.cpp18 #include <boot/partitions.h>
/haiku-fatelf/src/add-ons/kernel/partitioning_systems/atari/
H A Datari.h52 struct atari_partition_entry partitions[4]; member in struct:atari_root_block
H A Datari.cpp13 # include <boot/partitions.h>
105 struct atari_partition_entry *p = &arb->partitions[i];
123 /* should check partitions don't overlap each other... */
171 struct atari_partition_entry *p = &arb.partitions[index];
/haiku-fatelf/src/system/boot/loader/file_systems/amiga_ffs/
H A DVolume.cpp10 #include <boot/partitions.h>
H A Damiga_ffs.cpp9 #include <boot/partitions.h>
/haiku-fatelf/src/add-ons/translators/webp/libwebp/webp/
H A Dencode.h63 int partitions; // log2(number of token partitions) in [0..3] member in struct:__anon2876
/haiku-fatelf/src/system/boot/loader/file_systems/bfs/
H A Dbfs.cpp12 #include <boot/partitions.h>
/haiku-fatelf/src/add-ons/kernel/partitioning_systems/amiga/
H A Damiga_rdb.cpp14 # include <boot/partitions.h>
/haiku-fatelf/src/add-ons/kernel/partitioning_systems/apple/
H A Dapple.cpp13 # include <boot/partitions.h>
129 // are any partitions on this disk
/haiku-fatelf/src/add-ons/kernel/partitioning_systems/intel/
H A DPartitionMap.cpp11 \brief Definitions for "intel" style partitions and implementation
29 # include <boot/partitions.h>
221 is_inside_partitions(off_t location, const Partition** partitions, int32 count) argument
230 const Partition* midPartition = partitions[mid];
236 const Partition* partition = partitions[lower];
468 // partitions (see bug #238 for more information).
658 // "inner extended" partitions and the "real" logical partitions
659 // which contain data. The "inner extended" partitions don't contain
661 // linked list of logical partitions
[all...]
/haiku-fatelf/src/system/boot/platform/amiga_m68k/
H A Ddevices.cpp9 #include <boot/partitions.h>
/haiku-fatelf/src/tools/docbook/libxml2/
H A Drelaxng.c285 int nbgroups; /* number of groups in the partitions */
929 * @partitions: a partition set structure
934 xmlRelaxNGFreePartition(xmlRelaxNGPartitionPtr partitions) argument
939 if (partitions != NULL) {
940 if (partitions->groups != NULL) {
941 for (j = 0; j < partitions->nbgroups; j++) {
942 group = partitions->groups[j];
951 xmlFree(partitions->groups);
953 if (partitions->triage != NULL) {
954 xmlHashFree(partitions
4281 xmlRelaxNGPartitionPtr partitions = NULL; local
9108 xmlRelaxNGPartitionPtr partitions; local
[all...]

Completed in 294 milliseconds

12