Searched defs:partitions (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dint13.h286 struct partition_table_entry partitions[4]; member in struct:master_boot_record
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxInternalManage.cpp86 /** Maximum number of partitions we can deal with.
177 " Lists all partitions on <diskname>.\n"
182 " [-partitions <list of partition numbers> [-mbr <filename>] ]\n"
185 " the parameter -partitions is not specified) or some partitions of a\n"
186 " host disk. If access to individual partitions is granted, then the\n"
192 " be created which refers to individual partitions instead to the entire\n"
977 /* Sort partitions in ascending order of start sector, plus a trivial
992 RTMsgError("Two partitions start at the same place");
1033 RTMsgError("Overlapping GPT partitions");
1093 HOSTPARTITIONS partitions; local
1519 HOSTPARTITIONS partitions; local
[all...]
/vbox/src/libs/libxml2-2.6.31/
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 421 milliseconds